Browse Skills
6825 skills found
context7-latest-usage.md
0
1
export
context7-latest-usage
2
from
"shaowei-g/codex-skills"
from
"shaowei-g/codex-skills"
3
Fetch the latest, docs-grounded API details and best practices for a library/framework using Context7 MCP tools `resolve-library-id` and `get-library-docs`. Use when a user asks for “最新用法/最新寫法/最佳實務/latest usage/current best practice/latest API” of a package, or asks how to implement a feature with a library and wants the newest docs-based guidance.
2026-01-05
translator.md
0
1
export
translator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Translate code comments, documentation, and UI strings between multiple languages. Use when internationalizing applications or translating technical documentation.
2026-01-05
global-validation.md
0
1
export
global-validation
2
from
"mshafei721/Turbocat"
from
"mshafei721/Turbocat"
3
Implement comprehensive input validation with server-side security, client-side UX feedback, sanitization, and consistent error messages. Use this skill when validating user input in forms, API endpoints, or data processing. When writing validation rules for data types, formats, ranges, or required fields. When sanitizing input to prevent injection attacks (SQL, XSS, command injection). When providing field-specific error messages to users. When implementing validation at system boundaries like API endpoints or background jobs.
2026-01-05
global-conventions.md
0
1
export
global-conventions
2
from
"overtimepog/AgentTheo"
from
"overtimepog/AgentTheo"
3
Follow project-wide development conventions including project structure, documentation standards, version control practices, environment configuration, and dependency management. Use this skill when organizing files and directories, writing README documentation, creating commit messages, managing environment variables, updating dependencies, or establishing code review processes. Apply this skill when ensuring consistent project structure (src/, components/, utils/, tests/), maintaining up-to-date documentation, using clear commit messages and feature branches, properly configuring environment variables without committing secrets, keeping dependencies minimal and documented, and implementing feature flags for incomplete work. This skill ensures the entire team follows predictable patterns for project organization, maintains comprehensive documentation for setup and architecture, practices good version control hygiene, manages configuration securely, and establishes clear workflows for testing and code review.
2026-01-05
scarches-docs-complete.md
0
1
export
scarches-docs-complete
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
scArches 文档本地镜像全量
2026-01-05
google-drive.md
0
1
export
google-drive
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Manage Google Drive files and folders with full CRUD operations via Ruby scripts. Use for file storage operations, folder organization, sharing permissions, searching across Drive, and uploading/downloading files of any type. Works seamlessly with google-sheets and google-docs skills for complete Google Workspace integration.
2026-01-05
project-context.md
0
1
export
project-context
2
from
"spences10/svelte-skills-kit"
from
"spences10/svelte-skills-kit"
3
Use before any development work. Ensures project patterns and documentation are consulted for consistent implementation.
2026-01-05
validating-plans.md
0
1
export
validating-plans
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Systematically validate implementation plans before execution - catches hallucinations, TDD violations, missing references, and temporal drift that derail implementations. Use after writing-plans skill creates a plan document.
2026-01-05
dotnet-guidelines.md
0
1
export
dotnet-guidelines
2
from
"roeibajayo/claude-tools"
from
"roeibajayo/claude-tools"
3
C# coding guidelines and best practices. MUST follow these rules. Use when reviewing/writing C# code or dotnet tasks.
2026-01-05
postgresql-psql.md
0
1
export
postgresql-psql
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and using advanced psql features for database administration and development.
2026-01-05
fire-patterns.md
0
1
export
fire-patterns
2
from
"vanman2024/cli-builder"
from
"vanman2024/cli-builder"
3
Auto-generated CLI patterns using Google Fire with class-based structure, docstring parsing, and nested classes. Use when building Python CLI applications, creating Fire CLIs, implementing auto-generated commands, designing class-based CLIs, or when user mentions Fire, Google Fire, CLI generation, docstring commands, nested command groups, or Python command-line tools.
2026-01-05
admin-dashboard-qa.md
0
1
export
admin-dashboard-qa
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when implementing, modifying, or fixing the admin dashboard (admin-dashboard-v2). Triggers for tasks involving dashboard UI, components, pages, features, hooks, or API integration. Orchestrates a rigorous QA workflow with PM review, use case writing, testing, and bug fixing cycles.
2026-01-05
pymc-fundamentals.md
0
1
export
pymc-fundamentals
2
from
"choxos/BayesianAgent"
from
"choxos/BayesianAgent"
3
Foundational knowledge for writing PyMC 5 models including syntax, distributions, sampling, and ArviZ diagnostics. Use when creating or reviewing PyMC models.
2026-01-05
pr-title-and-description-generator.md
0
1
export
pr-title-and-description-generator
2
from
"alienfast/claude"
from
"alienfast/claude"
3
Generate or update GitHub Pull Request titles and descriptions based on actual code changes in the final state. Use when the user mentions updating, generating, or writing PR descriptions, PR titles, pull request summaries, or says 'update the PR'. Analyzes git diff to determine what's actually in the code (not just commit history) and creates comprehensive, accurate PR documentation.
2026-01-05
repo-analyzer.md
0
1
export
repo-analyzer
2
from
"chaorenex1/coding-agent-workflow"
from
"chaorenex1/coding-agent-workflow"
3
Code repository analysis and technical documentation generation skill
2026-01-05
blog-post-reviewer.md
0
1
export
blog-post-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Review and provide feedback on blog posts to ensure they match the established writing voice and style guidelines.
2026-01-05
refactor-assistant.md
0
1
export
refactor-assistant
2
from
"a-ariff/Ariff-code-config"
from
"a-ariff/Ariff-code-config"
3
Helps refactor code for better structure, readability, and maintainability. Use when cleaning up code, improving design, or removing technical debt.
2026-01-05
skill-creator-from-docs.md
0
1
export
skill-creator-from-docs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create comprehensive PAI skills from tool/CLI/API documentation. Analyzes docs (markdown or URLs via crawl4ai), deduces workflows, generates helper scripts/templates/guardrails, and builds complete skill packages. USE WHEN user says 'create skill from docs', 'build skill for [tool]', 'turn documentation into skill', or provides documentation to transform into a skill.
2026-01-05
doc-sync.md
0
1
export
doc-sync
2
from
"vanman2024/dev-lifecycle-marketplace"
from
"vanman2024/dev-lifecycle-marketplace"
3
Documentation synchronization using Mem0 for tracking relationships between specs, architecture, ADRs, and roadmap
2026-01-05
crawl-to-markdown.md
0
1
export
crawl-to-markdown
2
from
"andrewginns/skills-collection"
from
"andrewginns/skills-collection"
3
Use when web.run fails to parse a webpage and you need raw Markdown via Crawl4AI.
2026-01-05
claude-md-auditor.md
0
1
export
claude-md-auditor
2
from
"cskiro/claudex"
from
"cskiro/claudex"
3
Use PROACTIVELY when reviewing CLAUDE.md configurations, onboarding new projects, or before committing memory file changes. Validates against official Anthropic documentation, community best practices, and LLM context optimization research. Detects security violations, anti-patterns, and compliance issues. Not for runtime behavior testing or imported file validation.
2026-01-05
frontend-svelte.md
0
1
export
frontend-svelte
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Technical knowledge for SvelteKit 5 development. Build reactive applications with Svelte's compile-time magic. Expert in SvelteKit, stores, and reactive patterns. Activate for Svelte development, performance optimization, or modern web apps. This skill provides MCP usage patterns and Svelte 5 conventions. Use when implementing Svelte components or SvelteKit routes.
2026-01-05
comment-review.md
0
1
export
comment-review
2
from
"lattenwald/my-home-manager"
from
"lattenwald/my-home-manager"
3
Reviews code comments for quality issues. Use when checking comments in code files, after writing new code with comments, before commits, or when user asks to review/check comments. Ensures comments explain WHY not WHAT, and eliminates noise.
2026-01-05
authoring-code.md
0
1
export
authoring-code
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Code quality standards for writing and reviewing. Use when writing new code, reviewing PRs, refactoring, or making architectural decisions.
2026-01-05