Browse Skills
44557 skills found
implement-feature.md
0
1
export
implement-feature
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Implement feature code to make BDD scenarios pass. Write production code that satisfies Given/When/Then scenarios. Use after implement-step-definitions when step definitions exist but scenarios are failing.
2026-01-05
handoff.md
0
1
export
handoff
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Codex handoff checklist for agents.
2026-01-05
gemini-cli-plugin.md
0
1
export
gemini-cli-plugin
2
from
"Whamp/whamp-claude-plugins"
from
"Whamp/whamp-claude-plugins"
3
Use this skill when analyzing large codebases, multiple files, or directories that exceed context limits. Leverages Google Gemini's massive context window with @ syntax for file inclusion to handle comprehensive codebase analysis, implementation verification, and architectural understanding.
2026-01-05
unsloth-fft.md
0
1
export
unsloth-fft
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Performing full fine-tuning (FFT) in Unsloth with 100% exact weight updates and optimized gradient checkpointing. Triggers include fft, full fine-tuning, full_finetuning, exact fine-tuning, and weight updates.
2026-01-05
moai-foundation-git.md
0
1
export
moai-foundation-git
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
GitFlow automation and PR policy enforcement for MoAI-ADK workflows.
2026-01-05
phase-workflow-runner.md
0
1
export
phase-workflow-runner
2
from
"UBAIDRAZA1/UBAIDRAZA1-Todo-Web-App"
from
"UBAIDRAZA1/UBAIDRAZA1-Todo-Web-App"
3
Runs a complete phase workflow: audit existing work, fill gaps, run tests, verify acceptance criteria, and report readiness for next phase. Use when user asks to run or complete a project phase.
2026-01-05
quality-strategy-architect.md
0
1
export
quality-strategy-architect
2
from
"fuchsst/wcsaga_godot_converter"
from
"fuchsst/wcsaga_godot_converter"
3
Defines the project's holistic quality strategy, test policies, and the 'Unified Feedback Protocol'. Establishes the single source of truth for all quality assurance procedures, unifying both automated and human-driven governance.
2026-01-05
plan-expert.md
0
1
export
plan-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Planning and architecture decision domain expert.Knows about:- Creating ADRs (Architecture Decision Records)- Creating technical specifications- Listing and discovering planning artifacts- Transforming plans into executable VTM tasks- Integrating with research tools (thinking-partner)Use when:- User wants to document an architectural decision- User needs to create a technical specification- User wants to explore or list existing ADRs/specs- User is ready to convert planning docs into tasks- User needs research before making a decision
2026-01-05
role-playing.md
0
1
export
role-playing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Explore problems from multiple perspectives through structured role-playing techniques. Use when user wants to "see different viewpoints", "consider perspectives", "what would X think", "six hats", "stakeholder view", "persona analysis", or needs to understand how different people would approach a problem.
2026-01-05
concept-critic.md
0
1
export
concept-critic
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Rigorously critique concept designs through intellectual scrutiny. This skill should be used when validating concept definitions, reviewing concept quality, identifying design flaws, or evaluating whether something qualifies as a true concept. Applies demanding standards from Daniel Jackson's methodology. Handles queries like "critique this concept", "is this a good concept", "review my concept design", "does this meet concept criteria".
2026-01-05
contentful-sdk.md
0
1
export
contentful-sdk
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive Contentful SDK guide for TypeScript/JavaScript. Covers Management SDK (CMA) for content/schema management, Delivery SDK (CDA) for fetching content, and App Framework SDK for building Contentful apps. Use for any Contentful API integration work.
2026-01-05
capture.md
0
1
export
capture
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Parse and structure information from screenshots, meeting notes, or text, then save to Second Brain Supabase database. Extracts contacts, tasks, and ideas automatically. Use when user wants to save information for later.
2026-01-05
semantic-searchreindex.md
0
1
export
semantic-searchreindex
2
from
"adam-hanna/semantic-search-mcp"
from
"adam-hanna/semantic-search-mcp"
3
Use when you want to rebuild or refresh the semantic search index for the codebase
2026-01-05
docker.md
0
1
export
docker
2
from
"ignitabull18/product-dev-os"
from
"ignitabull18/product-dev-os"
3
Container operations - build, deploy, compose, logs, debugging
2026-01-05
db-workflow.md
0
1
export
db-workflow
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Database migration workflow helper. Use when creating database migrations, modifying SQLAlchemy models, or managing Alembic migrations. Automatically handles model changes, migration creation, and database upgrades.
2026-01-05
claude-permissions.md
0
1
export
claude-permissions
2
from
"otrebu/agents"
from
"otrebu/agents"
3
Configure, manage, update and review Claude Code permissions, sandboxing, and tool access. Use when user wants to set up permissions, configure sandboxing, update allowed tools, manage settings.json permissions, or review permissions in skills or commands or agents or settings.json. When user writes a new skill, command, agent, or updates settings.json, they should use this skill to manage permissions.
2026-01-05
jp-ui-foundations.md
0
1
export
jp-ui-foundations
2
from
"yumehiko/jp-ui"
from
"yumehiko/jp-ui"
3
jp-uiのFoundation(色/タイポ/アイコン/形状/影)を参照して実装するためのスキル。Foundationトークンや関連ファイルが更新されたらこのスキルも更新する。
2026-01-05
backend-models.md
0
1
export
backend-models
2
from
"pdovhomilja/dovhomilja-cz"
from
"pdovhomilja/dovhomilja-cz"
3
Define and structure database models with proper naming conventions, data integrity constraints, and relationship definitions. Use this skill when creating or modifying database model files, defining table schemas, setting up model relationships (one-to-many, many-to-many, one-to-one), working with ORM model files (schema.prisma, models/*, app/models/*, entities/*), implementing data validation at the model level, adding timestamps and audit fields, defining foreign keys and indexes, choosing appropriate data types, configuring cascade behaviors, or balancing database normalization with query performance. Apply this skill when designing database schemas, creating new models, refactoring existing model structures, or reviewing data integrity and relationship configurations.
2026-01-05
effect-patterns.md
0
1
export
effect-patterns
2
from
"creatifcoding/gbg"
from
"creatifcoding/gbg"
3
Effect-TS pattern reference for TMNL. Invoke when implementing services, schemas, atoms, or Effect-based architecture. Provides canonical file locations and pattern precedents.
2026-01-05
exhaustive-testing.md
0
1
export
exhaustive-testing
2
from
"nikblanchet/claude-code-production-patterns"
from
"nikblanchet/claude-code-production-patterns"
3
Write comprehensive test coverage across unit, integration, regression, end-to-end, and manual tests. Watch for deprecation warnings in test output and address them immediately. Use when writing tests, implementing features, or before creating pull requests.
2026-01-05
golang-testing-strategies.md
0
1
export
golang-testing-strategies
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration
2026-01-05
file-analyzer.md
0
1
export
file-analyzer
2
from
"automacoescomerciaisintegradas/PAGIA"
from
"automacoescomerciaisintegradas/PAGIA"
3
Analisa arquivos e diretórios usando ferramentas MCP para fornecer insights sobre estrutura de código e projetos
2026-01-05
iac-automation.md
0
1
export
iac-automation
2
from
"pluginagentmarketplace/custom-plugin-data-engineer"
from
"pluginagentmarketplace/custom-plugin-data-engineer"
3
Terraform, Ansible, CloudFormation, and infrastructure automation
2026-01-05
comp-scout-analyze.md
0
1
export
comp-scout-analyze
2
from
"discreteds/competition-scout"
from
"discreteds/competition-scout"
3
Generate strategic analysis for competition entries and auto-persist to GitHub issue. Identifies winning tone, themes, and angles based on sponsor type and brand voice.
2026-01-05