$ skills --list
Parcourir et découvrir les skills d'agents IA
Parcourir et découvrir les skills d'agents IA
Showing 44161-44180 of 44357 skills
コードからspecを生成するスキル。As-Is spec(現状仕様)を根拠付きで抽出し、3層構造(インターフェース/振る舞い/業務意味)で整理。使用タイミング: (1)「コードからspecを生成」(2)「仕様書を作成」(3)「APIドキュメント生成」(4)「現状の振る舞いを文書化」(5)「変更で壊れたspecを検出」(6)「コードと仕様の乖離を確認」と言われた時。生成するのはAs-Is spec(現状仕様)であり、To-Be spec(あるべき仕様)は人間の判断が必要。
use this when there is a complex task that requires multiple steps
Expert guidance for Backlog.md CLI project management tool including task creation, editing, status management, acceptance criteria, search, and board visualization. Use this when managing project tasks, creating task lists, updating task status, or organizing project work.
Load testing, chaos engineering, and performance validation. Prove your system works under pressure with k6, trace correlation, and progressive load profiles.
Expert knowledge for reviewing Flutter/Dart code including critical bugs, memory leaks, null safety violations, lifecycle issues, Bloc/Provider anti-patterns, collection equality, and code quality patterns. Use when reviewing code, checking PRs, analyzing code quality, or when user mentions bugs, issues, memory leaks, null safety, lifecycle, state management, or code review in Flutter context.
Design assessment blueprints mapping learning objectives to valid assessment types and create detailed rubrics with performance criteria. Use when planning assessments, creating rubrics, or ensuring constructive alignment. Activates on "create assessment blueprint", "design rubric", "assessment alignment", or "backwards design assessment".
Find the relevant diagrams for the application and this particular task
Convert PDF, Office, images, HTML, and URLs to Markdown. Use for document conversion, text extraction, OCR, web scraping, RAG pipelines. Triggers: "convert to markdown", "extract text", "read PDF", "scrape URL".
Test WordPress form submissions and email delivery. Validates contact forms, checks WP Mail SMTP configuration, and sends test emails. Use when verifying form functionality or troubleshooting email delivery issues.
CareMatch 개발 로그 작성. 작업 내용을 날짜별로 기록하고 프로젝트 상태를 업데이트합니다. 사용법 - "개발 로그 작성해줘", "오늘 작업 기록해줘", "프로젝트 상태 업데이트해줘"
Brainstorms creative domain names for projects and checks availability across common TLDs (.com, .ai, .dev, .io, .app). Saves hours of manual searching. Use when starting a new project and need a domain name, or when rebranding existing projects.
Control Chrome browser programmatically using chrome-devtools-mcp. Use when user asks to automate Chrome, debug web pages, take screenshots, evaluate JavaScript, inspect network requests, or interact with browser DevTools. Also use when asked about browser automation, web scraping, or testing websites.
Persist plan context across sessions via background caching
Next.js development including App Router, Server Components, API routes, and deployment. Activate for Next.js apps, SSR, SSG, and React Server Components.
gRPC client development patterns for Braiins OS miners - connection pooling, retry logic, stream handling, and error recovery
Process GitHub issues for float-ritual-stack projects with proper workflow - read, label in-progress, update with progress, commit work, close when done. Float-ism - direct-to-main commits, frequent updates, emoji-rich communication.
godoc conventions and documentation best practices. Use when documenting code.
Auto-invoke when reviewing test files or discussing testing strategy. Enforces testing pyramid, strategic coverage, and stack-appropriate frameworks.
Complete catalog of 130+ Effect-TS patterns from EffectPatterns repository. Use when looking for specific implementation patterns, best practices, or real-world examples. Complements other skills with concrete, curated patterns.
Clean architecture 4-layer structure (events/facades/services/repository), transaction management, dependency rules. Use when creating events, facades, services, repositories, managing transactions, asking about layer responsibilities, architectural questions, or refactoring code.