Browse Skills
6825 skills found
index-docs.md
1
1
export
index-docs
2
from
"adolfoaranaes12/BMAD-ENHANCED"
from
"adolfoaranaes12/BMAD-ENHANCED"
3
Create searchable knowledge base from existing documentation and code for fast context lookup in brownfield projects. Indexes .md files with sections/keywords, maps code exports to documentation, generates search.json, quick-ref.md, and glossary.md in .claude/index/. Use when onboarding to brownfield projects or when documentation needs better discoverability.
2026-01-05
capture.md
1
1
export
capture
2
from
"designnotdrum/brain-jar"
from
"designnotdrum/brain-jar"
3
Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams.
2026-01-05
test-driven-development.md
1
1
export
test-driven-development
2
from
"coodeex/agentic-coding"
from
"coodeex/agentic-coding"
3
Use when implementing any feature or bugfix, before writing implementation code
2026-01-05
shirushi.md
1
1
export
shirushi
2
from
"CAPHTECH/shirushi"
from
"CAPHTECH/shirushi"
3
Document ID management for Git repositories. Validates, assigns, and tracks immutable doc_ids across Markdown/YAML files. Use when working with doc_id, document IDs, "@see docid" references, document integrity validation, or shirushi commands.
2026-01-05
golang-expert.md
1
1
export
golang-expert
2
from
"fjacquet/camt-csv"
from
"fjacquet/camt-csv"
3
Expert Go/Golang development guidance enforcing best practices, functional programming principles,KISS, DRY, and idiomatic patterns. Use when: (1) Writing new Go code, (2) Reviewing Go code forquality issues, (3) Refactoring Go code, (4) Designing Go architecture with interfaces and DI,(5) Writing or improving Go tests, (6) Debugging concurrency or performance issues,(7) User asks about Go best practices or patterns.
2026-01-05
code-reuse-enforcement.md
1
1
export
code-reuse-enforcement
2
from
"ai-debugger-inc/aidb"
from
"ai-debugger-inc/aidb"
3
CRITICAL guardrail for preventing code duplication and magic strings in the AIDB codebase.Enforces discovery of existing constants, enums, and utilities BEFORE writing new code.
2026-01-05
comment-generator.md
1
1
export
comment-generator
2
from
"Dexploarer/claudius-skills"
from
"Dexploarer/claudius-skills"
3
Generate code comments and docstrings. Use when user asks to "add comments", "document this code", "explain with comments", or "add docstrings".
2026-01-05
rest-api.md
1
1
export
rest-api
2
from
"specvital/web"
from
"specvital/web"
3
Provides REST API design and implementation standards. Ensures proper URL structure, pagination, sorting, filtering, and error handling patterns. Specializes in RESTful principles, HTTP method semantics, status code usage, versioning strategies, HATEOAS, and API documentation. Implements consistent response structures and content negotiation.Use when: designing REST API endpoints, defining URL structures and naming conventions, implementing pagination/sorting/filtering, choosing appropriate HTTP methods (GET/POST/PUT/PATCH/DELETE), selecting HTTP status codes, designing request/response schemas, handling API errors and validation, implementing API versioning, documenting APIs with OpenAPI/Swagger, or designing hypermedia controls (HATEOAS).
2026-01-05
markdown-presentation.md
1
1
export
markdown-presentation
2
from
"plinde/claude-plugins"
from
"plinde/claude-plugins"
3
This skill should be used when creating markdown-based presentations with expandable sections, timing guides, and speaker-friendly formatting. Use for team onboarding, technical deep-dives, and knowledge transfer sessions.
2026-01-05
querying-logseq-data.md
1
1
export
querying-logseq-data
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Expert in building Datalog queries for Logseq DB graphs. Auto-invokes when users need help writing Logseq queries, understanding Datalog syntax, optimizing query performance, or working with the Datascript query engine. Covers advanced query patterns, pull syntax, aggregations, and DB-specific query techniques.
2026-01-05
backend-api.md
1
1
export
backend-api
2
from
"imkdw/imkdw-dev"
from
"imkdw/imkdw-dev"
3
Design and implement NestJS REST API endpoints following the project's layered architecture (Controllers, Use Cases, Repositories). Use this skill when creating or modifying controller files (*.controller.ts), defining API routes, implementing HTTP handlers, setting up Swagger documentation, configuring route guards and decorators, working with request/response DTOs, or structuring API endpoints. This includes files in features/{feature}/controller/, auth/controller/, and any file with @Controller() decorator. Apply when working with API_ENDPOINTS constants, @Get/@Post/@Put/@Patch/@Delete decorators, @ApiTags/@ApiProperty swagger decorators, @Public/@MemberRoles custom decorators, HttpCode/HttpStatus configurations, or Query/Param/Body parameter decorators.
2026-01-05
stig.md
1
1
export
stig
2
from
"bresilla/dot"
from
"bresilla/dot"
3
Use Stig to generate documentation from C/C++ code with Doxygen-style comments
2026-01-05
testing-workflow.md
1
1
export
testing-workflow
2
from
"obinopaul/agents-backend"
from
"obinopaul/agents-backend"
3
Testing best practices with pytest. Use this skill when writing tests, setting up test infrastructure, or debugging test failures.
2026-01-05
universal-workflow-init.md
1
1
export
universal-workflow-init
2
from
"laguna821/achmage_universal_workflow_initiator"
from
"laguna821/achmage_universal_workflow_initiator"
3
Bootstraps new projects by running a 5-question intake and generating a minimal scaffold (WORKPLAN.md, BRIEF.md, OUTLINE.md, SOURCES.md, LOG.md) plus optional folders for writing/research/coding. Use when the user asks to start a new project, plan a workflow, scaffold folders/files, or set up a reusable pipeline.
2026-01-05
nextjs16-skills.md
1
1
export
nextjs16-skills
2
from
"gocallum/nextjs16-agent-skills"
from
"gocallum/nextjs16-agent-skills"
3
Key facts and links for Next.js 16. Use for planning, writing, and troubleshooting Next.js 16 changes.
2026-01-05
adr-writing.md
1
1
export
adr-writing
2
from
"echohello-dev/yap-on-slack"
from
"echohello-dev/yap-on-slack"
3
Write and maintain ADRs under docs/adrs when architecture decisions are made
2026-01-05
completion-checklist.md
1
1
export
completion-checklist
2
from
"adilkalam/claude-vibe-code"
from
"adilkalam/claude-vibe-code"
3
MANDATORY checklist before claiming ANY task complete - verifies file organization, constraints, documentation consistency, and provides evidence
2026-01-05
codex-search.md
1
1
export
codex-search
2
from
"dceoy/gh-actions-for-devops"
from
"dceoy/gh-actions-for-devops"
3
Search the web using OpenAI Codex CLI to find current documentation, best practices, solutions, and technical information. Use when the user needs to research libraries, find API documentation, troubleshoot errors, or learn about new technologies. Requires Codex CLI installed.
2026-01-05
deciding-investment-timing.md
1
1
export
deciding-investment-timing
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Decide when to invest effort by assessing whether deferral increases or decreases total cost through compound effects versus learning. Use when: (1) asked to choose between fixing technical debt now versus deferring it, (2) immediate refactoring is advocated without considering what would be learned by waiting, (3) timing decisions are based on feelings about code quality rather than economics, (4) quick fixes are recommended without asking whether they make future fixes harder.
2026-01-05
customer-acquisition-focus.md
1
1
export
customer-acquisition-focus
2
from
"totalaudiopromo/total-audio-platform"
from
"totalaudiopromo/total-audio-platform"
3
Use when working on Total Audio Platform (Audio Intel) during customer acquisition phase - enforces focus on customer-facing features over technical perfection, validates work contributes to £500/month goal, prevents perfectionism and over-optimization that delays customer acquisition
2026-01-05
initialize-governance.md
1
1
export
initialize-governance
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
Initialize complete governance framework in a project - creates constitution, roadmap, directory READMEs, and issue/spec templates with guided setup process
2026-01-05
superset-sql-developer.md
1
1
export
superset-sql-developer
2
from
"jgtolentino/insightpulse-odoo"
from
"jgtolentino/insightpulse-odoo"
3
Expert guidance for writing optimized SQL queries for Apache Superset datasets, virtual datasets, and SQL Lab. This skill helps you create performant queries, design efficient datasets, and leverage PostgreSQL features - with specific patterns for Finance SSC, BIR compliance, and Odoo integration.
2026-01-05
diary-writer.md
1
1
export
diary-writer
2
from
"nnsi/hono-practice"
from
"nnsi/hono-practice"
3
/docs/diary/に日記を書く。
2026-01-05
sdd-slice-wish.md
1
1
export
sdd-slice-wish
2
from
"See2et/bakopa-vr"
from
"See2et/bakopa-vr"
3
大きな「やりたいこと」を、1Spec=1PRとしてレビュー可能・検証可能・安全にマージ可能なサイズへスライスする。ここでは具体的な仕様書(受入条件の詳細化・テスト観点の網羅・docs/specs/* の作成)は行わない(それは sdd-init / sdd-test-cases の責務)。出力は「スライス案(S/M/L)」「推奨スライス」「前提・制約・リスク・未決事項」「次フェーズへの入力(sdd-init に渡す要点)」に限定する。
2026-01-05