Browse Skills
20307 skills found
page-transitions.md
0
1
export
page-transitions
2
from
"dylantarre/animation-principles"
from
"dylantarre/animation-principles"
3
Use when implementing route changes, view transitions, modal opens/closes, or navigation animation in web and mobile applications.
2026-01-05
beads-workflow.md
0
1
export
beads-workflow
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Proactive workflow for projects using beads issue tracker.ACTIVATE AUTOMATICALLY when session starts in directory with .beads/.Use when: starting work session, selecting tasks, completing tasks, creating subtasks.Triggers: "какие задачи", "что делать", "готово", "done", "следующая задача", "создай задачу", "tasks", "next task", "pick task", "обнови задачи", "refresh", "sync".
2026-01-05
rice-data-query.md
0
1
export
rice-data-query
2
from
"kerryback/mgmt638"
from
"kerryback/mgmt638"
3
SQL expert for Rice Data Portal queries using DuckDB SQL. ALWAYS use this skill when data is requested from the Rice stock market database (tickers, prices, fundamentals, insider trades, valuation metrics, etc.). When users request monthly/weekly returns OR momentum, this skill automatically calculates BOTH metrics from end-of-month or end-of-week prices. Returns are expressed as decimals (not percentages). This ensures proper SQL generation, filename prompting, and multi-format file saving. Do NOT use this skill for analyzing local CSV/Parquet files that are already saved.
2026-01-05
taxasge-project-orchestrator.md
0
1
export
taxasge-project-orchestrator
2
from
"KouemouSah/taxasge"
from
"KouemouSah/taxasge"
3
Orchestre cycle de vie modules (planification, exécution, finalisation), génère rapports professionnels, met à jour RAPPORT_GENERAL
2026-01-05
babel-config.md
0
1
export
babel-config
2
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3
Generates Babel configuration for JavaScript transpilation in tests. Creates babel.config.js file.
2026-01-05
system-architect.md
0
1
export
system-architect
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when designing system architecture, creating design documents, planning technical architecture, or making high-level design decisions. Apply when user mentions system design, architecture, technical design, design docs, or asks to architect a solution. Use proactively when a feature requires architectural planning before implementation.
2026-01-05
bugsnag.md
0
1
export
bugsnag
2
from
"dapi/claude-code-marketplace"
from
"dapi/claude-code-marketplace"
3
**UNIVERSAL TRIGGER**: Use when user wants to GET/FETCH/RETRIEVE any data FROM Bugsnag.Common patterns:- "get/show/list/display [something] from bugsnag"- "получить/показать/вывести [что-то] из bugsnag"- "bugsnag [organizations/projects/errors/details/events/comments/stats]"- "what [data] in bugsnag", "check bugsnag [resource]"Specific data types supported:📊 **Organizations & Projects**:- "list bugsnag organizations/orgs", "show organizations"- "list bugsnag projects", "available projects", "проекты bugsnag"🐛 **Errors (viewing)**:- "show/list bugsnag errors", "что в bugsnag", "check bugsnag"- "open errors", "error list", "ошибки bugsnag", "открытые ошибки"- "errors with severity error/warning", "filter bugsnag errors"🔍 **Error Details**:- "bugsnag details for <id>", "error details", "детали ошибки"- "show stack trace", "error context", "what happened in error"- "events for error", "error timeline", "события ошибки"💬 **Comments**:- "show comments for error", "error comments", "коммента
2026-01-05
skill-creation.md
0
1
export
skill-creation
2
from
"sun33t/suneet-codes"
from
"sun33t/suneet-codes"
3
This skill should be used when the user asks to "create a skill", "add a new skill", "write a skill", "make a skill", "build a skill for Claude", or mentions creating Claude Code skills, skill development, or SKILL.md files. Provides guidance for creating well-structured Claude Code skills with proper triggers and progressive disclosure.
2026-01-05
cv-creator.md
0
1
export
cv-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Professional CV and resume builder transforming career narratives into ATS-optimized, multi-format resumes. Integrates with career-biographer for data and competitive-cartographer for positioning. Generates PDF, DOCX, LaTeX, JSON Resume, HTML, and Markdown. Activate on 'resume', 'CV', 'ATS optimization', 'job application'. NOT for cover letters, portfolio websites (use web-design-expert), LinkedIn optimization, or interview preparation.
2026-01-05
backend-api-development.md
0
1
export
backend-api-development
2
from
"pluginagentmarketplace/custom-plugin-rust"
from
"pluginagentmarketplace/custom-plugin-rust"
3
Master backend development, API design, server architecture, database integration, authentication, microservices, and production patterns. Includes Node.js, GraphQL, Spring Boot, ASP.NET Core, and PHP frameworks.
2026-01-05
write-documentation.md
0
1
export
write-documentation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). Covers structure (inverted pyramid), intra-doc links (crate:: paths, reference-style), constant conventions (binary/byte literal/decimal), and formatting (cargo rustdoc-fmt). Also use retroactively via /fix-intradoc-links, /fix-comments, or /fix-md-tables commands.
2026-01-05
webapp-testing.md
0
1
export
webapp-testing
2
from
"deadronos/stellar-shell"
from
"deadronos/stellar-shell"
3
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
planning-agents.md
0
1
export
planning-agents
2
from
"jiunbae/agent-skills"
from
"jiunbae/agent-skills"
3
여러 AI 에이전트(Claude, Codex)가 동일한 주제에 대해 병렬로 기획을 수행하고, 각 결과를 보여준 후 최종 머지된 기획안을 제시합니다. "3명이 기획해주세요"처럼 에이전트 수를 지정할 수 있으며, Claude와 Codex가 랜덤하게 분배됩니다.
2026-01-05
new-node.md
0
1
export
new-node
2
from
"Narcis13/workscript"
from
"Narcis13/workscript"
3
Create new workflow nodes for the Workscript engine or refactor existing nodes. Generate complete, production-ready node implementations following the single-edge return pattern. Use when creating new nodes, developing custom integrations, building data manipulation nodes, refactoring existing nodes, or implementing workflow capabilities.
2026-01-05
m365-agent-developer.md
0
1
export
m365-agent-developer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert in project scaffolding and lifecycle management for Microsoft 365 Copilot agents using the Agents Toolkit (ATK) CLI. **ALWAYS USE FIRST** when starting new agent projects. Use when (1) Creating/scaffolding new agent projects with 'atk new', (2) Setting up project structure and initial files, (3) Provisioning Azure resources with 'atk provision', (4) Deploying agents with 'atk deploy', (5) Packaging with 'atk package', (6) Publishing with 'atk publish', (7) Sharing agents, (8) Managing environments (.env files), (9) Troubleshooting ATK CLI or deployment issues. This skill handles PROJECT SETUP and TOOLING, not TypeSpec code implementation.
2026-01-05
research-taste-developer.md
0
1
export
research-taste-developer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Develops intuition for what makes research "good" versus "incremental." Use when asked about research taste, how to identify good research, what makes a paper impactful, how to develop research intuition, or how to pick important problems. Analyzes patterns in highly-cited work and what top researchers do differently.
2026-01-05
frontend-design-pro.md
0
1
export
frontend-design-pro
2
from
"Rzempal/com"
from
"Rzempal/com"
3
Creates jaw-dropping, production-ready frontend interfaces AND delivers perfectly matched real photos (Unsplash/Pexels direct links) OR flawless custom image-generation prompts for hero images, backgrounds, and illustrations. Zero AI slop, zero fake URLs.
2026-01-05
i18n.md
0
1
export
i18n
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Inlang Paraglide を使用した国際化(i18n)対応を支援します。翻訳メッセージの追加、reactiveMessage の使用、言語切り替え実装、翻訳のテスト、パラメータ付きメッセージなどの国際化関連タスクに使用します。
2026-01-05
code-documentation.md
0
1
export
code-documentation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Updates project documentation in markdown files when requested. Use when the user asks to update, modify, or create project documentation such as README files, API docs, architecture docs, or other markdown documentation files.
2026-01-05
standalone-script.md
0
1
export
standalone-script
2
from
"gordonwatts/skill-test"
from
"gordonwatts/skill-test"
3
Generate standalone Python scripts (not packaged projects) with PEP 723 inline metadata, a uv run shebang, and Typer CLI scaffolding. Use when the user wants a one-off executable script, automation tool, or runnable file that should declare dependencies inline and not live inside a package or project.
2026-01-05
detect-n-plus-one.md
0
1
export
detect-n-plus-one
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detect N+1 query patterns in the codebase. Finds loops that contain database or API calls that should be batched. Works across all languages. Use when user asks to find performance issues or N+1 patterns.
2026-01-05
frontend-dev-guidelines.md
0
1
export
frontend-dev-guidelines
2
from
"Hieubkav/wincellarCloneBackend"
from
"Hieubkav/wincellarCloneBackend"
3
React/TypeScript development guidelines. Suspense, lazy loading, useSuspenseQuery, features directory, MUI v7, TanStack Router, performance optimization. USE WHEN creating components, pages, features, data fetching, styling, routing, or frontend work.
2026-01-05
fastapi-developer.md
0
1
export
fastapi-developer
2
from
"olehsvyrydov/AI-development-team"
from
"olehsvyrydov/AI-development-team"
3
[Extends backend-developer] Python FastAPI specialist. Use for FastAPI apps, async endpoints, Pydantic v2, SQLAlchemy async, dependency injection. Invoke alongside backend-developer for Python API projects.
2026-01-05
council-codereview.md
0
1
export
council-codereview
2
from
"kanlanc/Claude-Code-Kanlanc-Marketplace"
from
"kanlanc/Claude-Code-Kanlanc-Marketplace"
3
Use for code review and quality feedback from both Codex and Gemini. Triggers on "council review code", "council code review", "have council review this", "get council feedback on code".
2026-01-05