Explore skills
66,661 skills found
market-scout
Market research and validation agent. Analyzes competitors, identifies target users, and validates product-market fit before any code is written. Triggers on: market research, competitor analysis, validate idea, target audience.
saas-accelerator
Master orchestrator skill that coordinates a full multi-agent startup pipeline. Triggers on: build SaaS, launch startup, startup accelerator, build product, create MVP, SaaS builder, million dollar startup, build me a business, or using the Startup Factory. Coordinates 8 specialized sub-skills in a gated, human-approved sequence.
schema-designer
Database schema design agent that creates complete data models with tables, relationships, indexes, and seed data. Triggers on: database design, schema, data model, tables, ERD, entity relationship, database schema.
system-architect
System architecture agent that designs tech stack, folder structure, API contracts, and external service integrations. Triggers on: system design, tech stack, architecture, API design, folder structure, choose framework.
test-engineer
QA and testing agent that writes unit tests, integration tests, and edge case coverage for the codebase. Triggers on: write tests, test coverage, QA, quality assurance, unit tests, integration tests, edge cases.
jj-flow
The workflow used in this project for planning and organising work using `jj` VCS
security-auditor
脅威モデル・認可・データフロー・設計リスクの観点からセキュリティ監査を行う。新機能の設計時、外部接点を変更するとき、認証・認可・データ扱いに触れるときに使う。
smart-commit
現在の git 差分を作業内容ごとに適切な単位で分割し、日本語 conventional commits でコミットする。 必要に応じて作業ブランチへの切替・新規作成も提案する(副作用あり)。 「コミットして」「差分をコミット」「変更をまとめて」「作業区切りたい」「一旦コミット」 「今の状態を保存」「ここまでの変更を記録」等で起動する。 コードレビュー(smart-review)や PR 作成(smart-pr)とは別物。
smart-git-sync
デフォルトブランチ(develop or main)にチェックアウトし、fetch/pull してマージ済みブランチを削除する。ユーザーが「同期して」「ブランチ整理」「/smart-git-sync」と言ったら起動する。
smart-issue-plan
GitHub Issue の実装計画を作成・更新する。コードベースを分析し、影響範囲・実装手順・リスクを整理して Issue コメントまたは新規 Issue として投稿する。 ユーザーが「計画立てて」「実装計画」「設計して」「#123 の計画」「/smart-issue-plan #123」と言ったら起動する。 smart-issue-resolve(実装着手)とは別物。計画だけ作りたいときに使う。 -codex-loop を付けると投稿前に Codex レビューループを実施する(Claude Code + Codex プラグイン環境前提)。
smart-issue-resolve
GitHub Issue ID を受け取り、Issue を読み込んでブランチを作成・チェックアウトし、実装に着手する。 既存の実装計画(smart-issue-plan が作成したコメント or `[実装計画]` Issue)があれば参照する。 作業完了後に smart-commit の使用を提案する(勝手にコミット・push はしない)。 ユーザーが「Issue やって」「#123 に取り掛かる」「/smart-issue-resolve #123」と言ったら起動する。 smart-issue-plan(計画のみ作成)とは別物。実装まで踏み込むときに使う。 -codex-loop を付けると実装後に Codex レビューループを実施し、収束後にコミット・PR 作成まで自動で行う(Claude Code + Codex プラグイン環境前提)。
smart-pr
現在のブランチから GitHub Pull Request を作成または更新する。作業内容の自動要約・ラベル付与・関連 Issue 紐づけを行う。 必要に応じてデフォルトブランチを現在のブランチへマージしてから push する(副作用あり)。 「PR 作って」「プルリク作成」「PR 更新して」「/smart-pr」と言ったら起動する。 コミット(smart-commit)やレビュー(smart-review)とは別物。