Browse Skills
44969 skills found
lesson-generator.md
1
1
export
lesson-generator
2
from
"mjunaidca/robolearn"
from
"mjunaidca/robolearn"
3
Generate lesson content following 4-Layer Teaching Framework with standardized metadata and Docusaurus conventions
2026-01-05
mcp-figma.md
1
1
export
mcp-figma
2
from
"MichelKerkmeester/opencode-dev-environment"
from
"MichelKerkmeester/opencode-dev-environment"
3
Figma design file access via MCP providing 18 tools for file retrieval, image export, component/style extraction, team management, and collaborative commenting. Accessed via Code Mode for token-efficient workflows.
2026-01-05
developing-nextjs.md
1
1
export
developing-nextjs
2
from
"sumik5/dotfiles"
from
"sumik5/dotfiles"
3
Guides Next.js 16 / React 19 development. Use when package.json contains 'next' or next.config.* is detected. Supports App Router, Server Components, Cache Components, strict TypeScript, Tailwind CSS v4, Prisma ORM, and Vitest.
2026-01-05
issue-assigner.md
1
1
export
issue-assigner
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Assign and unassign issues to users (CLI not yet available)
2026-01-05
github-issue.md
1
1
export
github-issue
2
from
"fohte/dotfiles"
from
"fohte/dotfiles"
3
Use gh-issue-agent to view and edit GitHub Issues. Use this skill when working with GitHub Issues - viewing issue content, editing issue body/title/labels, or adding/editing comments.
2026-01-05
customer-feedback-framework.md
1
1
export
customer-feedback-framework
2
from
"maigentic/stratarts"
from
"maigentic/stratarts"
3
Comprehensive customer feedback framework including NPS, CSAT, CES surveys, exit interviews, user research, feature request management with RICE prioritization, feedback analysis, close-the-loop processes, and 90-day implementation roadmap for Voice of Customer programs
2026-01-05
lint-dotnet.md
1
1
export
lint-dotnet
2
from
"ANcpLua/ancplua-claude-plugins"
from
"ANcpLua/ancplua-claude-plugins"
3
Run .NET architecture linter to check for MSBuild/CPM violations
2026-01-05
skill-name.md
1
1
export
skill-name
2
from
"joaquimscosta/arkhe-claude-plugins"
from
"joaquimscosta/arkhe-claude-plugins"
3
What this skill does. Use when user mentions "keyword1", "keyword2", or "keyword3". Keep under 1,024 characters and include specific trigger keywords.
2026-01-05
active-record-db.md
1
1
export
active-record-db
2
from
"sjnims/rails-expert"
from
"sjnims/rails-expert"
3
This skill should be used when the user asks about Active Record models, database migrations, queries, associations (belongs_to, has_many, has_one, has_and_belongs_to_many), validations, callbacks, scopes, database schema design, SQL optimization, N+1 queries, eager loading, joins, or database-specific features (PostgreSQL, MySQL, SQLite). Also use when discussing ORM patterns, data modeling, or database best practices. Examples:
2026-01-05
setup-maintenance-manager.md
1
1
export
setup-maintenance-manager
2
from
"gsannikov/claude-skills"
from
"gsannikov/claude-skills"
3
Manages the setup, discovery, and maintenance of the Claude Skills ecosystem.
2026-01-05
agentuity-cli-cloud-storage-list.md
1
1
export
agentuity-cli-cloud-storage-list
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
List storage resources or files in a bucket. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
improving-components.md
1
1
export
improving-components
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Expert at automatically applying improvements to Claude Code components based on quality analysis. Enhances descriptions, optimizes tool permissions, strengthens security, and improves usability. Works in conjunction with analyzing-component-quality skill.
2026-01-05
spec-driven-development.md
1
1
export
spec-driven-development
2
from
"moonklabs/aiwf"
from
"moonklabs/aiwf"
3
Use when starting new features, building applications from scratch, or needing structured development workflow - provides standalone specification-first methodology without external dependencies, generates specs, plans, tasks directly, with superpowers integration for execution
2026-01-05
video-prompt-engineering.md
1
1
export
video-prompt-engineering
2
from
"chufeng-huang-sipaway/sip-videogen"
from
"chufeng-huang-sipaway/sip-videogen"
3
Craft effective prompts for VEO single-clip video generation - READ before any generate_video_clip call
2026-01-05
style-guide-adherence.md
1
1
export
style-guide-adherence
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use when writing code - follow Google style guides where available, otherwise follow established best practices for the language
2026-01-05
database-integration.md
1
1
export
database-integration
2
from
"pluginagentmarketplace/custom-plugin-fullstack"
from
"pluginagentmarketplace/custom-plugin-fullstack"
3
Database integration - schema design, queries, migrations, optimization
2026-01-05
github-pr-collector.md
1
1
export
github-pr-collector
2
from
"sebc-dev/website"
from
"sebc-dev/website"
3
Collecte et analyse les Pull Requests GitHub avec leurs commentaires d'agents de review IA (CodeRabbit, GitHub Copilot, Codex, etc.). Utilise GitHub CLI pour récupérer les données, extrait les métadonnées des agents avec jq, et génère une structure organisée par PR et par importance dans le dossier .scd du projet. Extensible pour supporter de nouveaux agents de review.
2026-01-05
agents-md.md
1
1
export
agents-md
2
from
"Nymbo/Skills"
from
"Nymbo/Skills"
3
Create or update root and nested AGENTS.md files that document scoped conventions, monorepo module maps, cross-domain workflows, and (optionally) per-module feature maps (feature -> paths, entrypoints, tests, docs). Use when the user asks for AGENTS.md, nested agent instructions, or a module/feature map.
2026-01-05
principles.md
1
1
export
principles
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Guiding principles and decision-making patterns for the ikigai project
2026-01-05
control-loop-extraction.md
1
1
export
control-loop-extraction
2
from
"Dowwie/agent_framework_study"
from
"Dowwie/agent_framework_study"
3
Extract and analyze agent reasoning loops, step functions, and termination conditions. Use when needing to (1) understand how an agent framework implements reasoning (ReAct, Plan-and-Solve, Reflection, etc.), (2) locate the core decision-making logic, (3) analyze loop mechanics and termination conditions, (4) document the step-by-step execution flow of an agent, or (5) compare reasoning patterns across frameworks.
2026-01-05
frontend-visual-regression-testing.md
1
1
export
frontend-visual-regression-testing
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
Use when implementing UI components, design systems, or responsive layouts - verifies visual correctness through screenshot comparison and DevTools verification; prevents shipping broken UI
2026-01-05
ops-chief-of-staff.md
1
1
export
ops-chief-of-staff
2
from
"Cloudhabil/AGI-Server"
from
"Cloudhabil/AGI-Server"
3
Automate enterprise operations (compliance, HR recruiting, finance ops) with audit trails and approvals; use when asked to design or run administrative autonomous workflows.
2026-01-05
mermaid-diagram.md
1
1
export
mermaid-diagram
2
from
"mjunaidca/robolearn"
from
"mjunaidca/robolearn"
3
Generate Mermaid diagrams for educational content. Use when visualizing concepts, architectures, or workflows.
2026-01-05
managing-google-workspace.md
1
1
export
managing-google-workspace
2
from
"binome-dev/humcp"
from
"binome-dev/humcp"
3
Manages Google Workspace services including Gmail, Drive, Docs, Sheets, Slides, Calendar, Forms, Tasks, and Chat. Use when the user wants to interact with Google services, manage emails, documents, spreadsheets, presentations, or calendar events.
2026-01-05