Skills
Each entry shows what its maintainer published and when the project was last touched. Where a repository has been deleted or archived, that is stated on the entry instead of being quietly left out.
Worked on in the last 90 days (56)
Someone pushed a commit recently. This is the shortlist worth trying first.
-
jabrena-plinth-042-planning-openspec
— last commit 2026-08-02
Use when creating or updating OpenSpec artifacts from an issue, plan, approved design, ADRs, existing OpenSpec, or a valid combination. The…
-
jabrena-plinth-043-planning-github-issues
— last commit 2026-08-02
Use when you need GitHub CLI (`gh`) installation/authentication guidance and an operator-only GitHub issue inventory workflow. The agent do…
-
jabrena-plinth-044-planning-jira
— last commit 2026-08-02
Use when you need Jira CLI (`jira`) installation/authentication guidance and a maintainer-authored Jira issue inventory workflow. The agent…
-
jabrena-plinth-045-planning-azure-devops
— last commit 2026-08-02
Use when you need Azure DevOps CLI guidance to verify installation, configure organization and project context, discover work item IDs by o…
-
jabrena-plinth-051-design-two-steps-methods
— last commit 2026-08-02
Use when a complex or risky code change should be split into Kent Beck's two-step method by first making the change easy through behavior-p…
-
jabrena-plinth-052-design-hamburger-method
— last commit 2026-08-02
Use when a large feature, story, plan, or spec idea needs to be split into small vertical slices with the Hamburger Method. This should tri…
-
jabrena-plinth-053-design-simple-rules
— last commit 2026-08-02
Use when Java design, refactoring, or implementation tradeoffs should be evaluated with Kent Beck's simple design rules, including passes t…
-
jabrena-plinth-054-design-tdd
— last commit 2026-08-02
Use when Java implementation work should be guided by Test-Driven Development, including maintaining a test list, choosing the next behavio…
-
jabrena-plinth-055-design-parallel-change
— last commit 2026-08-02
Use when a database schema or data-meaning change needs Parallel Change, including expand, migrate, and contract sequencing for column rena…
-
jabrena-plinth-056-design-avoid-breaking-changes
— last commit 2026-08-02
Use when you need to review a plan, OpenSpec change, specification, or implementation proposal for breaking-change risk across commands, sk…
-
jabrena-plinth-057-design-feature-toggles
— last commit 2026-08-02
Use when designing, implementing, reviewing, testing, or cleaning up feature toggles, feature flags, kill switches, runtime configuration g…
-
jabrena-plinth-058-design-bdd
— last commit 2026-08-02
Use when a Java change needs independent Behavior-Driven Development guidance from trusted behavior facts through concrete examples and obs…
-
breaking-brake-cc-wf-studio-cc-workflow-ai-editor
— last commit 2026-08-02
AI workflow editor for CC Workflow Studio. Create and edit visual AI agent workflows through interactive conversation using MCP tools (get_…
-
breaking-brake-cc-wf-studio-cc-workflow-ai-editor-ab36f3
— last commit 2026-08-02
AI workflow editor for CC Workflow Studio. Create and edit visual AI agent workflows through interactive conversation using MCP tools (get_…
-
breaking-brake-cc-wf-studio-ccwf-cli
— last commit 2026-08-02
Use the `ccwf` CLI (from @cc-wf-studio/cli) to render, validate, preview, export, or run cc-wf-studio workflow JSON files from the terminal…
-
breaking-brake-cc-wf-studio-jira-driven-planning
— last commit 2026-08-02
Jiraチケットの要件とConfluenceの関連ドキュメントを基に、Frontend/Backend/Infrastructureに分割した実装計画を策定するプランニングスキル。Jiraチケット情報とConfluence検索結果が前段で取得済みであることを前提とし、構造化され…
-
breaking-brake-cc-wf-studio-next-idea
— last commit 2026-08-02
Run one unattended IDEATION iteration of the autonomous value-creation loop — invent improvements a user of cc-wf-studio would notice, judg…
-
breaking-brake-cc-wf-studio-next-qa
— last commit 2026-08-02
Run one unattended iteration of the QUALITY-ASSURANCE loop — steward any in-flight QA PR, then build ONE queued `qa` issue (test infrastruc…
-
breaking-brake-cc-wf-studio-next-qa-idea
— last commit 2026-08-02
Run one unattended IDEATION iteration of the quality-assurance loop — find the highest-value untested behavior in the codebase, judge it ag…
-
breaking-brake-cc-wf-studio-next-task
— last commit 2026-08-02
Run one unattended IMPLEMENTATION iteration of the autonomous value-creation loop — steward any in-flight PR, fix interrupts (red CI / secu…
-
breaking-brake-cc-wf-studio-pr-review-analysis
— last commit 2026-08-02
Analyze PR review comments from a GitHub PR URL. Fetch review comments, verify each finding against the actual codebase, assess validity (c…
-
breaking-brake-cc-wf-studio-pr-to-main
— last commit 2026-08-02
Create a PR to the main branch for feature/fix changes in this pnpm + Changesets monorepo. Use when the user says "PRを作成", "mainにPR", or wa…
-
breaking-brake-cc-wf-studio-pr-to-main-cleanup
— last commit 2026-08-02
Clean up merged feature branches after PR to main is merged. Use when the user says "ブランチ削除", "cleanup", "マージ後の片付け", or wants to delete a m…
-
breaking-brake-cc-wf-studio-workflow-schema-tuning
— last commit 2026-08-02
Use when modifying `resources/workflow-schema.json` in cc-wf-studio to influence how AI agents generate workflows via the cc-workflow-ai-ed…
-
nledford-engineering-review-board-adversarial-review
— last commit 2026-08-01
Skeptically verify completed changes, agent work, merge readiness, and hidden regressions. Use after implementation when claims need indepe…
-
nledford-engineering-review-board-architecture-review
— last commit 2026-08-01
Review architectural boundaries, dependency direction, ports and adapters, Clean/Onion/Hexagonal/DDD hybrids, and modular monolith structur…
-
nledford-engineering-review-board-behavior-driven-development
— last commit 2026-08-01
Apply Behavior-Driven Development to clarify user-visible behavior, acceptance criteria, business workflows, and executable examples before…
-
nledford-engineering-review-board-brainstorming
— last commit 2026-08-01
Structured ideation for ambiguous software engineering work. Use when agents need to generate multiple options, compare tradeoffs, or conve…
-
nledford-engineering-review-board-ci-release-engineering
— last commit 2026-08-01
Implement, change, review, or test checked-in CI and release provider configuration, including workflow triggers, job graphs, matrices, cac…
-
nledford-engineering-review-board-clean-architecture
— last commit 2026-08-01
Clean Architecture guidance centered on the dependency rule, entities, use cases/interactors, and interface adapters that keep business pol…
-
nledford-engineering-review-board-code-review
— last commit 2026-08-01
Perform repository-local code reviews. Use for requested diff or pull-request audits, final focused review after implementation, or changes…
-
nledford-engineering-review-board-container-engineering
— last commit 2026-08-01
Implement, change, review, or test Dockerfile, Containerfile, .dockerignore, BuildKit/OCI image, and Docker Compose configuration, includin…
-
nledford-engineering-review-board-create-agent-skill
— last commit 2026-08-01
Create or improve reusable agent skills. Use when the user asks to create a new skill, update an existing skill, define skill instructions,…
-
nledford-engineering-review-board-csharp-dotnet-engineering
— last commit 2026-08-01
C# and .NET engineering guidance. Use when adding, changing, reviewing, testing, packaging, restoring, building, publishing, or refactoring…
-
nledford-engineering-review-board-css-scss-styling
— last commit 2026-08-01
CSS, SCSS/Sass, and Tailwind CSS styling guidance. Use when adding, changing, reviewing, refactoring, adopting, or migrating .css, .scss, .…
-
nledford-engineering-review-board-dependency-supply-chain-review
— last commit 2026-08-01
Dependency and software supply-chain security review. Use for dependency audits, SBOM/SCA output, CVE/GHSA advisories, package or binary pr…
-
nledford-engineering-review-board-digital-asset-management
— last commit 2026-08-01
Digital asset management (DAM) engineering guidance for photo and video ingest, asset identity, immutable originals, derivatives, metadata,…
-
nledford-engineering-review-board-documentation-engineering
— last commit 2026-08-01
Documentation engineering guidance. Use when creating, editing, refactoring, or reviewing Markdown docs, README files, API docs, code comme…
-
nledford-engineering-review-board-domain-driven-design
— last commit 2026-08-01
Apply Domain-Driven Design to complex business logic and module boundaries. Use when modeling domains, bounded contexts, aggregates, value…
-
nledford-engineering-review-board-domain-modeling
— last commit 2026-08-01
Review tactical DDD models, aggregates, entities, value objects, invariants, domain services, and ubiquitous language. Use for a focused au…
-
nledford-engineering-review-board-gherkin
— last commit 2026-08-01
Write clear, idiomatic formal Gherkin feature specifications. Use when creating or editing .feature files, Scenario Outlines, Examples tabl…
-
nledford-engineering-review-board-git-commit
— last commit 2026-08-01
Write high-quality git commits and commit messages. Use when the user asks to commit changes, split a working tree into logical commits, im…
-
nledford-engineering-review-board-git-workflows
— last commit 2026-08-01
Safe Git branch, remote, history-inspection, integration, rewrite, conflict, recovery, tag, and worktree workflows. Use when switching or r…
-
nledford-engineering-review-board-gossamer-engineering
— last commit 2026-08-01
Gossamer `.gos`, `gos`, `project.toml`, and `project.lock` engineering guidance. Use for existing Gossamer repositories and explicitly requ…
-
nledford-engineering-review-board-hexagonal-architecture
— last commit 2026-08-01
Hexagonal Architecture / Ports and Adapters guidance centered on how external actors drive or are driven by an application through explicit…
-
nledford-engineering-review-board-hound-web-research
— last commit 2026-08-01
Use the Hound MCP server for public web research, source discovery, URL or PDF retrieval, bounded same-domain crawling, OCR, and evidence c…
-
nledford-engineering-review-board-internationalization-localization
— last commit 2026-08-01
Internationalization and localization guidance, including Project Fluent and Fluent Translation List (.ftl) files. Use when adding, changin…
-
nledford-engineering-review-board-javascript-typescript-engineering
— last commit 2026-08-01
JavaScript and TypeScript engineering guidance. Use when adding, changing, reviewing, testing, linting, formatting, dependency-managing, pa…
-
nledford-engineering-review-board-justfiles
— last commit 2026-08-01
Create, refactor, audit, and explain Justfiles for the just command runner. Use when writing or changing Justfile recipes, variables, param…
-
nledford-engineering-review-board-onion-architecture
— last commit 2026-08-01
Onion Architecture guidance centered on explicit concentric domain, application, and infrastructure rings with dependencies pointing inward…
-
heshengtao-super-agent-party-find-skills
— last commit 2026-08-01
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that ca…
-
heshengtao-super-agent-party-officecli
— last commit 2026-08-01
Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to crea…
-
heshengtao-super-agent-party-sap-extension-creator
— last commit 2026-08-01
Create Super Agent Party (SAP) extensions. This skill should be used when users want to create, build, or scaffold a new extension for Supe…
-
heshengtao-super-agent-party-skill-creator
— last commit 2026-08-01
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that ext…
-
samber-cc-skills-golang-golang-benchmark
— last commit 2026-08-01
Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths wit…
-
samber-cc-skills-golang-golang-cli
— last commit 2026-08-01
Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handl…
Page 27 of 50
How this page is ordered
Entries are grouped by whether anyone is still working on them, using the date of the most recent push to the repository. They are not ordered by stars, because a star is a bookmark somebody left once and never took back.
Where we have not checked an entry yet, it says so rather than being mixed in with the verified ones.