Sfoglia il registro
Tutte le voci, in ordine alfabetico — 56.437 in totale. Pagina 206 di 226.
- tassiovale-claude-apiReference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, c
- tassiovale-doc-coauthoringGuide users through a structured workflow for co-authoring documentation. Use when user wants to write documen
- tassiovale-docxUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Trig
- tassiovale-frontend-designGuidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps w
- tassiovale-internal-commsA set of resources to help me write all kinds of internal communications, using the formats that my company li
- tassiovale-matchmsSpectral similarity and compound identification for metabolomics. Use for comparing mass spectra, computing si
- tassiovale-mcp-builderGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with externa
- tasteDomain-grounded judgment for creation: code, visuals, documents, design, data artifacts, and other output wher
- taste-distillerMine the user's history of rejecting, rewriting and redoing AI output, and distil the implicit standards behin
- taste-skillAnti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the r
- tastemakerGenerate genuinely beautiful, on-brand UI instead of generic "AI slop" — use whenever the user asks to build,
- taulukkokatsausMonen asiakirjan rinnakkaisvertailu tai yhden asiakirjan rakenteinen taulukointi niin, että jokainen solu on l
- tauri-agents-project-scaffolderUse when scaffolding a new Tauri 2 project, setting up initial project structure, or generating boilerplate co
- tauri-agents-reviewUse when reviewing Tauri 2 code, auditing permissions, or validating a Tauri project before deployment. Preven
- tauri-architectureUse when reasoning about Tauri v2 internals — process boundaries (Core vs WebView), the IPC channel, binary-si
- tauri-architecture-ipc-internalsUse when reasoning about how Tauri v2's `invoke()` actually crosses the process boundary — the postMessage bri
- tauri-architecture-isolation-patternUse when enabling Tauri v2's Isolation pattern — configuring `app.security.pattern: { use: "isolation", option
- tauri-architecture-size-optimizationUse when shrinking a Tauri v2 release binary — tuning the Cargo release profile (`opt-level`, `lto`, `codegen-
- tauri-bundlingUse when packaging a Tauri v2 app for release — building per-OS installers (dmg, msi, nsis, appimage, deb, rpm
- tauri-bundling-github-actionsUse when wiring a production GitHub Actions release pipeline for a Tauri v2 app — `tauri-apps/tauri-action@v0`
- tauri-bundling-linux-packagingUse when packaging a Tauri v2 app for Linux distribution — choosing between AppImage (portable, GPG-signed), d
- tauri-bundling-macos-signingUse when signing and notarizing a Tauri v2 macOS build for distribution outside the Mac App Store — provisioni
- tauri-bundling-mobile-storesUse when submitting a Tauri v2 mobile build to the iOS App Store or Google Play — `tauri ios build --export-me
- tauri-bundling-windows-signingUse when signing a Tauri v2 Windows installer (MSI or NSIS) for SmartScreen reputation and trusted-installer U
- tauri-commandsUse when wiring JavaScript→Rust calls in a Tauri v2 app — defining `#[tauri::command]` handlers, passing args,
- tauri-commands-async-patternsUse when writing async Tauri v2 commands — deciding when a command should be `async fn`, spawning background t
- tauri-commands-error-handlingUse when designing production error handling for Tauri v2 commands — `thiserror` enums, manual `Serialize` imp
- tauri-commands-state-injectionUse when wiring managed state into Tauri v2 commands — registering state with `app.manage()` in `setup`, acces
- tauri-core-architectureUse when creating new Tauri 2 apps, understanding project structure, or reasoning about the component model. P
- tauri-core-configUse when editing tauri.conf.json, configuring build options, or setting up platform-specific bundle configurat
- tauri-core-runtimeUse when configuring app initialization, using setup hooks, spawning background tasks, or managing app lifecyc
- tauri-debug-testUse when debugging or testing a Tauri v2 app — enabling devtools in production builds, attaching VS Code/RustR
- tauri-debug-test-devtools-productionUse when you need the WebView inspector in a shipped Tauri v2 build — `tauri build --debug` to keep the dev co
- tauri-debug-test-mock-ipcUse when unit-testing the frontend of a Tauri v2 app under jsdom/happy-dom — intercepting `invoke()` calls wit
- tauri-debug-test-webdriver-e2eUse when adding end-to-end tests to a Tauri v2 app via WebDriver — installing `tauri-driver` (cargo install),
- tauri-desktop-appBuild lightweight cross-platform desktop apps with Tauri 2 (Rust shell + web UI). Use when the user wants smal
- tauri-errors-buildUse when encountering Tauri 2 build errors, bundler failures, or platform-specific compilation issues. Prevent
- tauri-errors-ipcUse when encountering invoke errors, serialization failures, or IPC-related panics in Tauri 2. Prevents silent
- tauri-errors-permissionsUse when encountering permission denied errors, CSP violations, or capability configuration issues in Tauri 2.
- tauri-errors-runtimeUse when encountering runtime panics, state errors, or unexpected app crashes in Tauri 2. Prevents unhandled u
- tauri-eventsUse when pushing data from Rust to JS in a Tauri v2 app — global events with `emit`/`listen`, targeted events
- tauri-events-channels-streamingUse when streaming data from Rust to JS in a Tauri v2 app with `tauri::ipc::Channel` — download/upload progres
- tauri-events-targeted-emitUse when an event in a Tauri v2 app should reach only some windows/webviews — `emit_to` for one or many labels
- tauri-impl-build-deployUse when building for production, configuring installers, setting up code signing, or creating CI/CD pipelines
- tauri-impl-databaseUse when adding database storage, implementing key-value persistence, or integrating SQL databases in Tauri 2
- tauri-impl-design-patternsUse when designing Tauri 2 app architecture, choosing between IPC approaches, or planning application structur
- tauri-impl-migrationUse when migrating from Tauri 1 to Tauri 2, updating legacy Tauri code, or comparing v1 vs v2 APIs. Prevents r
- tauri-impl-mobileUse when targeting Android or iOS, writing platform-specific code, or setting up mobile development environmen
- tauri-impl-multi-windowUse when creating secondary windows, implementing splashscreen flows, or communicating between windows in Taur
- tauri-impl-plugin-developmentUse when building custom Tauri 2 plugins, adding lifecycle hooks, or defining plugin permissions. Prevents inc
- tauri-impl-project-setupUse when starting a new Tauri 2 project, choosing a frontend framework, or understanding project structure. Pr
- tauri-impl-securityUse when hardening Tauri 2 app security, configuring CSP, reviewing permissions, or implementing isolation pat
- tauri-impl-testingUse when writing tests for Tauri 2 commands, mocking IPC calls, or setting up E2E test suites. Prevents untest
- tauri-packagingPackaging with Tauri. app packaging.
- tauri-plugin-devUse when authoring a custom Tauri v2 plugin — scaffolding the crate (`tauri plugin new`), exposing commands, d
- tauri-plugin-dev-guest-jsUse when authoring the npm-package half of a Tauri v2 plugin — the `guest-js/index.ts` exporting friendly wrap
- tauri-plugin-dev-mobile-bridgesUse when adding iOS (Swift) or Android (Kotlin) native code to a Tauri v2 plugin — `tauri plugin android add`
- tauri-plugin-dev-permissions-manifestUse when wiring the `permissions/` directory and autogenerated manifest of a Tauri v2 plugin — writing `build.
- tauri-pluginsUse when adding an official Tauri v2 plugin — picking the right plugin (fs/dialog/shell/http/store/notificatio
- tauri-plugins-deep-linkUse when registering custom URL schemes or universal/app links for a Tauri v2 app — schema declaration in `tau
- tauri-plugins-dialogUse when showing native pickers or modal dialogs in a Tauri v2 app — `open()` / `save()` for files, `message()
- tauri-plugins-fsUse when reading/writing files or directories from a Tauri v2 app — `@tauri-apps/plugin-fs` install, scope obj
- tauri-plugins-httpUse when making HTTP requests from a Tauri v2 frontend — `fetch()` from `@tauri-apps/plugin-http`, the URL-pat
- tauri-plugins-notificationUse when sending native OS notifications from a Tauri v2 app — `sendNotification()`, the `isPermissionGranted(
- tauri-plugins-shellUse when running an external command, spawning a sidecar, or opening a URL/file from a Tauri v2 app — `Command
- tauri-plugins-sqlUse when wiring a real database into a Tauri v2 app — SQLite / MySQL / Postgres via `sqlx`, `Database.load("sq
- tauri-plugins-storeUse when persisting key-value settings or small JSON state in a Tauri v2 app — `Store::load(app, "settings.jso
- tauri-securityUse when configuring Tauri v2 access control — writing capability files, granting plugin permissions, scoping
- tauri-security-asset-protocolUse when serving local files into a Tauri v2 WebView — enabling `app.security.assetProtocol`, scoping which pa
- tauri-security-capabilities-authoringUse when hand-writing Tauri v2 capability JSON files — choosing identifiers, matching windows/webviews by labe
- tauri-security-cspUse when setting a Content-Security-Policy in a Tauri v2 app — configuring `app.security.csp` and `app.securit
- tauri-security-scopesUse when scoping Tauri v2 plugin permissions — writing object-form permissions with `allow`/`deny`, FS path sc
- tauri-setupUse when scaffolding a Tauri v2 app, fixing missing system prerequisites (Rust, WebView2, webkit2gtk, Xcode CL
- tauri-setup-prerequisitesUse when installing Tauri v2 system prerequisites on a specific OS (Linux distro, macOS, Windows, Windows Serv
- tauri-setup-scaffoldingUse when standing up a new Tauri v2 project from scratch or bolting Tauri onto an existing JS app — running `b
- tauri-setup-v1v2Use when migrating an existing Tauri 1.x app to Tauri 2.0 — running `tauri migrate`, rewriting `tauri.conf.jso
- tauri-setup-viteUse when wiring Vite into a Tauri v2 project — writing `vite.config.ts`, setting `package.json` scripts, confi
- tauri-sidecar-lifecycleUse when managing the lifetime of a sidecar child in a Tauri v2 app — stashing `CommandChild` in `Mutex`Option
- tauri-sidecar-node-sidecarUse when embedding a Node.js, Bun, or Deno program as a sidecar in a Tauri v2 app — picking the right single-b
- tauri-syntax-commandsUse when writing Tauri commands, calling invoke(), handling IPC errors, or streaming data from Rust to JavaScr
- tauri-syntax-eventsUse when implementing event-driven communication between Rust and JavaScript or between windows. Prevents even
- tauri-syntax-menuUse when creating application menus, system tray icons, context menus, or handling menu events in Tauri 2. Pre
- tauri-syntax-permissionsUse when configuring permissions, creating capability files, setting up plugin access control, or debugging pe
- tauri-syntax-plugins-apiUse when using any official Tauri 2 plugin, accessing the file system, making HTTP requests, showing dialogs,
- tauri-syntax-stateUse when managing application state, sharing data between commands, or debugging state-related panics. Prevent
- tauri-syntax-webviewUse when working with multiple webviews, embedding web content, or managing webview lifecycle in Tauri 2. Prev
- tauri-syntax-windowUse when creating windows, handling window events, or managing multi-window layouts in Tauri 2. Prevents windo
- tauri-troubleshootingTauri v2 开发中常见问题的故障排查指南。当遇到 Tauri 插件权限、命令调用、配置错误等问题时触发此 skill。
- tauri-updaterUse when adding software auto-update to a Tauri 2 desktop app, or when users ask about tauri-plugin-updater in
- tauri-v2Tauri v2+ cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing
- tautulliMonitor and analyze Plex Media Server usage via Tautulli analytics API. Use when the user asks to "check Tautu
- tavaramerkki-ja-toiminimiTavaramerkin ja toiminimen suoja Suomen oikeuden mukaan (tavaramerkkilaki 544/2019, toiminimilaki 128/1979). K
- tavilyAI-optimized web search via Tavily API when no URL is provided. Returns clean AI-ready snippets for current in
- tavily-extractExtract clean markdown or text from specific URLs via the Tavily CLI. Use this skill whenever a URL must be op
- tavily-mcpMCP server for advanced web search using Tavily
- tavily-researchDeep multi-source research using Tavily Research API
- tavily-searchProvides web search capabilities using Tavily AI-optimized search API. Supports searching the web for relevant
- tavily-usageThis skill should be used when user asks to "search the web", "fetch content from URL", "extract page content"
- tax-advisorThis skill should be used when the user asks tax-related questions, wants advice on deductions or tax savings,
- tax-calendar-proactiveПроактивный налоговый штурман для ИП и малого ООО. По 3-5 фактам о бизнесе (форма, режим, примерный оборот, со
- tax-document-collectorFinds all tax-related documents referenced or attached in email — including VAT invoices, tax receipts, 1099s,
- tax-ebookkeeping-contextBackground context for the Electronic Bookkeeping Act (電子帳簿保存法) in the shinkoku tax filing plugin. Contains re
- tax-efficiencyMaximizes after-tax returns through strategic asset location, gain/loss management, and withdrawal sequencing.
- tax-filingEnd-to-end corporate and personal tax preparation: data gathering from Xero/bank statements/Gmail/Obsidian/Goo
- tax-housing-loan-contextBackground context for housing loan tax credit (住宅ローン控除) in the shinkoku tax filing plugin. Contains eligibili
- tax-invoice-credit-contextBackground context for invoice-system input tax credit rules (仕入税額控除) in the shinkoku tax filing plugin. Conta
- tax-invoice-hometax한국 홈택스 전자세금계산서 발급·수정발급·조회·미수금 점검 범용 워크플로. 매출 세금계산서 작성, 거래처·공급가액·세액·품목 입력 보조, 발급 직전 QA, 수정세금계산서, 발급 후 조회, 청구 발행
- tax-law-researchThis skill should be used when the user wants to "search tax regulations", "find latest tax laws", "look up ta
- tax-legal-contextBackground legal and regulatory context for the shinkoku tax filing plugin. Contains the standard disclaimer a
- tax-loss-harvestingExecute a complete tax-loss harvesting workflow from candidate identification through post-harvest monitoring.
- tax-organizerClaude skill to organizes and processes personal tax documents to generate accurate, tax reports and drafts.
- tax-penalty-calcEstimate IRS underpayment penalties for missed quarterly tax payments.
- tax-prepOrganize business expenses by IRS Schedule C categories for tax filing.
- tax-prep-helperHelp a small business owner organize for quarterly estimated taxes, 1099 prep, and basic sales-tax-by-state qu
- tax-prep-kr한국 부가세·종합소득세 신고 전 준비 가이드. 신고기한, 모을 자료 체크리스트, 폴더 구조, 홈택스·카드·은행 다운로드 목록, 사업용카드 등록 안내. 신고 준비, 서류 모으기, 세무 폴더, 무엇을
- tax-provision-advisorMulti-jurisdiction corporate income tax provision reference framework covering ASC 740 (US GAAP) and IAS 12 (I
- tax-season-organizerГотовит материалы к налоговому периоду для собственников малого бизнеса на УСН/НПД — всё подаётся как пакет дл
- tax.zip/ziptaxReal-time US and Canadian sales and use tax rates by address or geo coordinates.
- taxiing3단계 — plan.md 따라 워크트리에서 구현 및 중간 커밋
- taxonomy-builderBuild a 2+ level taxonomy (`outline/taxonomy.yml`) from a core paper set and scope constraints, with short des
- taylorwilsdon/google_workspace_mcpControl Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensi
- tbdGit-native issue tracking (beads), coding guidelines, knowledge injection, and spec-driven planning for AI age
- tcTechnical Change tracking skill. Use when user says /tc, /tc init, /tc create, /tc update, /tc status, /tc res
- tcp-ipTCP/IP 网络诊断与排查
- td-java-coding-guidelinesUse when writing or reviewing Java code involving Tongdun/Alibaba Java rules, exceptions, logging, SQL/MyBatis
- td-python-coding-guidelinesUse when writing or reviewing Python code, fixing lint/docstring/import/naming/exception/type annotation issue
- tddCanon TDD for humans and AI agents. Use for production code changes by writing tests first, proving RED, imple
- tdd-alignmentUse this skill at SOP Step 2 to verify and align a Technical Design Document (TDD) with the final PRD: checks
- tdd-basicsBasics with TDD. fundamentals.
- tdd-coachGuide development using Kent Beck's TDD methodology. Use when implementing new features, fixing bugs, or addin
- tdd-cycleRun a full RED-GREEN-REFACTOR TDD workflow for a feature. Accepts a feature description, task ID, or spec sect
- tdd-enforcementRed-Green-Refactor TDD methodology with mandatory failing tests, minimal implementation, quality refactoring,
- tdd-flowUse when implementing any feature or bugfix, before writing implementation code - write the test first, watch
- tdd-full-coverageUse when implementing features or fixes - test-driven development with RED-GREEN-REFACTOR cycle and full code
- tdd-green-phaseUse when working on Green phase tasks during OpenSpec apply. Guides writing the minimum implementation code to
- tdd-guideUse when driving code test-first or coaching the red-green-refactor rhythm: writing a failing test before the
- tdd-implementTest-Driven Development (TDD) and Incremental Implementation discipline. Use when implementing any feature or
- tdd-loopImplement a known feature, behavior change, or diagnosed bug with a red-green-refactor loop. Use when the user
- tdd-loop-masterTrigger: TDD, test-driven development, write tests first, red green refactor, test list, unit test strategy, w
- tdd-masteryTest-driven development workflow with Red-Green-Refactor cycle across languages
- tdd-methodology-expertUse proactively when you need to implement features or fix bugs using strict Test-Driven Development (TDD) met
- tdd-red-phaseUse when working on Red phase tasks during OpenSpec apply. Guides writing focused failing tests that fail for
- tdd-refactor-phaseUse when working on Refactor phase tasks during OpenSpec apply. Reviews Green phase code for code smells, nami
- tdd-test-engineerUse for test-first development, regression tests, flaky test debugging, coverage gaps, test strategy, CI failu
- tdd-workflowUse this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development w
- tddworks-implement-featureGuide for implementing features following architecture-first design, TDD, rich domain models, and Swift 6.2 pa
- tdesign-miniprogramTDesign WeChat Mini Program UI component library by Tencent. Use when building WeChat mini apps with TDesign c
- tdxquant通达信量化数据获取技能。当用户提及 tdxquant、通达信、TdxQuant、tqcenter,并且需要获取A股数据(行情快照、K线、财务、板块、可转债、新股、交易数据等)、查询交易日历、执行通达信公式、订阅行情、交易
- te-cliExpert guidance for the cross-platform Tabular Editor CLI (the `te` binary, currently in preview) that manages
- te-docsTabular Editor documentation search and configuration file guidance (.tmuo, Preferences.json, UiPreferences.js
- te2-cliCLI syntax reference for Tabular Editor 2 (TabularEditor.exe); deployment, scripting, BPA analysis, and CI/CD
- teachTeach the user a new skill or concept, within this workspace.
- teach-codingInteractive, multi-session projects for learning a programming language or framework.
- teach-impeccableOne-time setup that gathers design context for your project and saves it to your AI config file. Run once to e
- teach-maestroUse when starting a new project with Maestro or when no .maestro.md context file exists yet. Run once per proj
- teach-meTeaches a topic and certifies understanding in one on-demand session, using validated learning science - prete
- teach-your-voiceBuilds a personal voice profile so Cowork writes the way you write —
- teaching-ai-fluency-frameworkUse when designing curriculum, assignments, or assessments that teach the AI Fluency Framework's 4Ds (Delegati
- teachmeTurn any topic into a searchable, themed handbook or full study material (reference, hands-on practice, narrat
- teamN coordinated agents on shared task list using tmux-based orchestration
- team-attention/plugins-for-claude-nativesClaude Code plugins for power users
- team-audioOrchestrate audio team: audio-director + sound-designer + technical-artist + gameplay-programmer for full audi
- team-bootBootstrap the session with team AI directives context (constitution, CDR index, PDR/ADR indexes, skill registr
- team-briefGenerate daily team intelligence brief by cross-referencing GitHub, Linear, Slack, PostHog, meetings, and brai
- team-builderCreates high-trust, high-performance team environments through structural mechanisms for psychological safety,
- team-builder-packagingUse when generating or auditing a multi-role agent team package with orchestrator, PM Soul, Memory Curator, Po
- team-buildingProduction-ready entrepreneurship skills for Claude Code — marketing, sales, operations, finance, and leadersh
- team-combatOrchestrate the combat team: coordinates game-designer, gameplay-programmer, ai-programmer, technical-artist,
- team-communication-protocolsStructured messaging protocols for agent team communication including message type selection, plan approval, s
- team-composition-patternsDesign optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection
- team-constitutionInteractively create or amend the team constitution in team-ai-directives. Use when bootstrapping a new team A
- team-coordinationAgent Teams orchestration patterns for multi-agent SAFe workflows. Use when spawning agent teams, coordinating
- team-cultureHelp users design and maintain a high-performing culture by balancing radical transparency, psychological safe
- team-discoverManually re-scan team context modules and produce a structured discovery table with relevance assessments. The
- team-eDeepChain-e. Test fixture; describes itself for parity checks across both runtimes.
- team-friction-detectorDetects interpersonal friction, team tension, communication breakdown, and morale signals buried in internal e
- team-healthPeriodic check on team dynamics, engagement signals, and development trajectory for all direct reports. Surfac
- team-lead(forwward) Orchestrates multi-agent engineering and business teams by analyzing tasks, selecting team shapes,
- team-levelOrchestrate level design team: level-designer + narrative-director + world-builder + art-director + systems-de
- team-live-opsOrchestrate the live-ops team for post-launch content planning: coordinates live-ops-designer, economy-designe
- team-maturity-self-locatorInteractively locate a software team on the Bounded-Rationality Maturity Scale. Ask the user to rate their tea
- team-memory(forwward) Consolidates recent team work — commits, PRs, decisions, fixes, learnings — into a shared `team-mem
- team-memory-protocol팀 빌드 간 공유 컨텍스트 관리 프로토콜. SHARED_CONTEXT 파일 생성/관리, PLAN 원장 연동, Auto Memory 업데이트 규칙을 정의합니다.
- team-narrativeOrchestrate the narrative team: coordinates narrative-director, writer, world-builder, and level-designer to c
- team-okrsOKR tracker page — quarter banner, three objectives with their key results as progress bars, owner avatars, st
- team-onboarding-playbookDesign a structured onboarding experience that gets new team members productive in 30, 60, and 90 days. Use wh
- team-orchestratorAgent Teams 오케스트레이션 엔진 - 팀 구성, 작업 분배, 의존성 관리, 결과 집계
- team-performance-dashboardGenerate your Team Performance Dashboard from your La Growth Machine data: a head-of-sales cockpit that ranks
- team-plan-updates-summarySummarize the Claude Team plan updates from the referenced post, focusing on seat pricing and included feature
- team-plannerUse when a task is too large or multi-domain for a single agent — assemble a specialist team, assign work via
- team-polishOrchestrate the polish team: coordinates performance-analyst, technical-artist, sound-designer, and qa-tester
- team-qaOrchestrate the QA team through a full testing cycle. Coordinates qa-lead (strategy + test plan) and qa-tester
- team-releaseOrchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a
- team-repairRe-index OKF v0.2 index.md/log.md files, derive CDR.md, rebuild .skills.json and AGENTS.md in team-ai-directiv
- team-ritualsDesign named, templated team rituals (operating cadence).
- team-setupInteractive setup of team AI directives. Use when bootstrapping a team directives repository from scratch, clo
- team-shareMy collection of Agent Skills (SKILL.md based) for Kimi Code / Claude Code / OpenCode.
- team-skillsBrowse and install team skills from the team AI directives. Use when listing, adding, or onboarding team skill
- team-style-guideTeam coding style baseline shared across every AI agent.
- team-temporalUse when coordinating multiple agents on a staged pipeline — plan → PRD → exec → verify → fix — via a durable
- team-topologiesOrganize business and technology teams for fast flow using Skelton & Pais''s "Team Topologies". Use when the u
- team-uiOrchestrate the UI team through the full UX pipeline: from UX spec authoring through visual design, implementa
- team-upOrchestrate persistent agent teams with TeamCreate. Use when the user says "team up", "spin up a team", or inv
- team-updatePost project updates to team chat, gather feedback, triage responses, and plan next steps. Adapts to available
- team-update-aggregatorAggregate weekly team member updates from local .md/.txt files into a people-centric status report for manager
- team-workflowDesign team workflows covering task management, collaboration rituals, and tooling.
- team.jogo/mcpFind pickup soccer or drop-in football games via your AI. 70+ cities, one-click RSVP.
- teamboardShared team board: claim a work item before starting, hand it over, finish it. The claim is a git-ref lock, so
- teamcity-cliUse when working with TeamCity CI/CD or when a user provides a TeamCity build URL — drives the `teamcity` CLI
- teamleadUse at the START of ANY code task — write/edit/refactor/read code, feature, bug-fix, migration, code investiga
- teammodeCodex-only team orchestration: run a named team of cooperating Codex workers with durable, script-managed stat
- teams-adaptive-cardsProactively apply when generating Microsoft Teams Adaptive Card JSON, Bot Framework card attachments, Teams SD
- teams-message-formattingProactively apply when generating Microsoft Teams message text, Bot Framework activities, Teams SDK bot respon
- teamworksAgent Teamsを用いたチーム体制を設計・提案するスキル。実装フェーズ開始前に呼び出し、必要なSection(Product Design / Product Build)・メンバー構成をユーザーへ提示し承認を取得
- tear-sheetGenerate professional company tear sheets using S&P Capital IQ data via the Kensho LLM-ready API MCP server. U
- teaser166 production-ready Claude AI skills organized by corporate role — executive leadership, finance, HR, marketi
- tech-blogger-narration抖创工坊:本地 Electron 工具,抖音视频无水印下载 + Whisper 转录 + AI 洗稿 + 分镜 + HyperFrames 竖屏成片 + Claude Skill 蒸馏
- tech-briefTechnical briefing for developer sharing. Use when: sharing implementation findings with technical colleagues,
- tech-debtClean up tech debt by scope: dead-code, test-migration, token-cleanup.
- tech-debt-assessmentMeasure, prioritize, and address technical debt. Classify debt by impact and effort. Build paydown roadmap. Us
- tech-debt-auditThorough, file-cited technical debt audit across 9 dimensions using AST-grep (tree-sitter), grep, language-nat
- tech-debt-auditorIdentifies and prioritizes technical debt in a codebase with an effort/impact matrix.
- tech-debt-prioritizerScores and prioritizes technical debt by impact, risk, and effort. Provides ranked backlog with ROI analysis a
- tech-doc-cn中文技术文档写作规范,包含 API 文档、架构文档、部署文档的写作模板与最佳实践
- tech-doc-writer把原始技术素材(代码库、代码、技术笔记、零散想法、会议记录、访谈)整理成客观、准确、结构化、可复现的技术文档。主题不限:工程化、架构、功能原理、流程、协议、概念都适用。触发词包括但不限于:整理成技术文档、写技术说明、工程
- tech-driversCria ou refina um Direcionamento Técnico (DT). Recebe uma Necessidade de Negócio (NN) e define COMO ela será a
- tech-evaluator服务于 `/genesis` Step 3「技术选型」:以 ATAM 与 12 维加权矩阵评估候选栈,产出可追溯的对比结论与 ADR 升格素材;不写正式 ADR 文件(落盘在 Step 5)。优先读本 SKILL 旁 `
- tech-implemExécute une évolution technique cadrée — capture la baseline AVANT, kill switch à chaud, applique le plan étap
- tech-leadUse when facing complex multi-skill orchestration, full-stack architecture decisions, or coordinating multiple
- tech-leader-agent技术负责人 Agent — 技术架构决策、代码审查、团队技术管理、技术规划与路线图
- tech-leads-club-docs-writerWrite, review, and edit documentation files with consistent structure, tone, and technical accuracy. Use when
- tech-leads-club-frontend-designCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the use
- tech-leads-club-pr-reviewReviews a GitHub pull request and posts inline comments plus one consolidated summary, adapting to any codebas
- tech-planCadre une évolution technique transverse (perf, résilience, observabilité, sécu, scalabilité) — motivation, ba
- tech-product-landingBuild production-grade landing pages for software/CLI tools, developer libraries, and technical products. Uses
- tech-radar-contextDiscover and inject Tikal Israeli Tech Radar context — adoption ring, quadrant, and Tikal's opinion — for any
- tech-researchUse this skill when evaluating technologies, comparing frameworks, making build vs buy decisions, researching
- tech-scoutDaily multi-source intelligence digest that proactively scans X, YouTube, Reddit, and GitHub for tools, techni
- tech-specTech spec generation and review. Use when: designing features, writing specs, spec review. Not for: requiremen
- tech-specsTo define clear, testable tech specs from requirements — target-state architecture, contracts, interfaces.
- tech-stackWalk through technology decisions for a new project collaboratively
- tech-stack-builderOpinionated tech stack recommendations and settled library references. Two modes: (1) `/build-stack` runs para
- tech-stack-evaluatorComprehensive technology stack evaluation and comparison tool with TCO analysis, security assessment, and inte
- tech-stack-teardownReverse-engineer a company's sales and marketing tech stack from public signals. Detects CRMs, cold email tool
- tech-strategy-briefThis skill should be used when the user asks to "write a decision brief for this platform choice," "brief this
- tech-to-pm-translatorConvert technical developer documentation into PM/designer-friendly context documents. Reads engineering docs
- tech.agentbazaar/marketplaceAI Agent Marketplace — Search, execute, chain, and sell 3,000+ agents via MCP. Free, no API key.
- tech.engageable/analyticsUnified analytics MCP server for GA4, Mixpanel, and PostHog.
- tech.memoai/memo-aiSearch transcripts and summaries of your meetings, calls, and recordings in Memo AI
- tech.skybridge.capitals/CapitalsExample MCP and ChatGPT App based on Skybridge framework showing capitals in a world map