Browse Skills

44835 skills found

Unnamed Skill.md
11
1 export Unnamed Skill
2 pvillega from "pvillega/claude-templates"
3 Use when designing/modifying system architecture or evaluating technology choices. Enforces 7-section TodoWrite with 22+ items. Triggers: "design architecture", "system design", "architectural decision", "should we use [tech]", "compare [A] vs [B]", "add new service", "microservices", "database choice", "API design", "scale to [X] users", "infrastructure decision". If thinking ANY of these, USE THIS SKILL: "quick recommendation is fine", "obvious choice", "we already know the answer", "just need to pick one", "simple architecture question".
2026-01-05
rust-coding-standards.md
11
1 export rust-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Master Rust's ownership system, type safety, and zero-cost abstractions for building safe, concurrent, and performant systems. Covers borrowing, lifetimes, traits, error handling, async/await, and testing patterns.
2026-01-05
release-patterns.md
11
1 export release-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 PR creation, CI/CD validation, and release coordination patterns. Use when creating pull requests, running pre-PR validation, checking CI status, or coordinating merges.
2026-01-05
dict.md
11
1 export dict
2 sail-sail from "sail-sail/nest"
3 系统字典和业务字典配置。建表需要枚举字段或给表添加枚举类字段时使用
2026-01-05
authentication-security.md
11
1 export authentication-security
2 williamzujkowski from "williamzujkowski/standards"
3 Authentication security standards covering OAuth2 flows (authorization code, PKCE), JWT best practices (RS256, expiration), MFA (TOTP, WebAuthn), session management, and NIST 800-63B compliance for production systems
2026-01-05
json-formatter.md
11
1 export json-formatter
2 diegopacheco from "diegopacheco/ai-playground"
3 Validate, format, and minify JSON files when users request JSON validation, formatting, or ask to validate their JSONs
2026-01-05
code-reviewer.md
11
1 export code-reviewer
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Review code for best practices, bugs, security issues, and improvements. Use when reviewing code, checking PRs, or analyzing code quality.
2026-01-05
performance-testing-standards.md
11
1 export performance-testing-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Performance testing standards for load, stress, spike, and soak testing. Covers k6 and JMeter implementation, SLI/SLO definitions, CI/CD integration, and bottleneck analysis. Use when validating system behavior under load, establishing baselines, or capacity planning.
2026-01-05
cli.md
11
1 export cli
2 posit-dev from "posit-dev/skills"
3 Comprehensive R package for command-line interface styling, semantic messaging, and user communication. Use this skill when working with R code that needs to: (1) Format console output with inline markup and colors, (2) Display errors, warnings, or messages with cli_abort/cli_warn/cli_inform, (3) Show progress indicators for long-running operations, (4) Create semantic CLI elements (headers, lists, alerts, code blocks), (5) Apply themes and customize output styling, (6) Handle pluralization in user-facing text, (7) Work with ANSI strings, hyperlinks, or custom containers. Also use when migrating from base R message/warning/stop, debugging cli code, or improving existing cli usage.
2026-01-05
Git Workflow with Conventional Commits.md
11
1 export Git Workflow with Conventional Commits
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Automated Git workflow including staging, committing with Conventional Commits format, PR creation, and merging. Use when committing changes, creating PRs, or managing Git branches.
2026-01-05
git-advanced.md
11
1 export git-advanced
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Advanced git operations including rebase, bisect, cherry-pick, and conflict resolution. Use when rebasing branches, debugging with bisect, cherry-picking commits, or resolving complex merge conflicts.
2026-01-05
doc-generator.md
11
1 export doc-generator
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Generate documentation for code including JSDoc, docstrings, README, and API docs. Use when documenting code, creating README files, or generating API documentation.
2026-01-05
sync-checker.md
11
1 export sync-checker
2 ruchernchong from "ruchernchong/dotfiles"
3 Verify that dotfiles are properly symlinked and synchronised across the system. Use when the user wants to check symlink status, verify dotfiles setup, diagnose sync issues, find broken links, or ensure configurations are correctly deployed. Triggers include "check sync", "verify symlinks", "dotfiles status", "check setup", or troubleshooting symlink issues.
2026-01-05
security-headers.md
11
1 export security-headers
2 madsstoumann from "madsstoumann/browser-style"
3 Analyzes HTTP security headers for a given URL and provides a comprehensive security score. Checks for critical headers like HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy. Returns detailed scoring and recommendations.
2026-01-05
database-advanced-optimization.md
11
1 export database-advanced-optimization
2 williamzujkowski from "williamzujkowski/standards"
3 Use SQL (PostgreSQL) when:
2026-01-05
generating-swift-package-docs.md
11
1 export generating-swift-package-docs
2 czottmann from "czottmann/claude-code-stuff"
3 Use when encountering unfamiliar import statements; when exploring a dependency's API; when user asks "what's import X?", "what does import X do?", or about package documentation. - Generates comprehensive API documentation for Swift package dependencies on-demand. This skill helps you quickly obtain documentation for packages used in Xcode projects when you encounter unfamiliar module imports. Automatically resolves modules to packages and caches documentation for reuse. This is the primary tool for understanding individual `import` statements.
2026-01-05
tidbx.md
11
1 export tidbx
2 pingcap from "pingcap/agenticstore"
3 Manage TiDB Cloud resources via the ticloud CLI. Use when creating, deleting, or listing TiDB Cloud clusters/branches, managing SQL users, or importing/exporting data via ticloud.
2026-01-05
threat-modeling.md
11
1 export threat-modeling
2 williamzujkowski from "williamzujkowski/standards"
3 Ttampering: description: Modifying data or code maliciously targets: [dataintegrity, codeintegrity] example: "Altering transaction amounts in transit"
2026-01-05
safe-workflow.md
11
1 export safe-workflow
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 SAFe development workflow guidance including branch naming conventions, commit message format, rebase-first workflow, and CI validation. Use when starting work on a Linear ticket, preparing commits, creating branches, writing PR descriptions, or asking about contribution guidelines.
2026-01-05
legacy-bridge.md
11
1 export legacy-bridge
2 williamzujkowski from "williamzujkowski/standards"
3 Backward compatibility bridge that translates legacy @load patterns to new Skills format. Enables seamless migration with zero breaking changes during 6-month transition period.
2026-01-05
too-long-level1.md
11
1 export too-long-level1
2 williamzujkowski from "williamzujkowski/standards"
3 A skill with excessively long Level 1 section
2026-01-05
git-commit.md
11
1 export git-commit
2 fvadicamo from "fvadicamo/dev-agent-skills"
3 Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Handles regular branch commits (development) and merge commits (PR closure). Enforces project-specific conventions from CLAUDE.md.
2026-01-05
youtube-transcript-analyzer.md
11
1 export youtube-transcript-analyzer
2 TechNickAI from "TechNickAI/ai-coding-config"
3 Use when analyzing YouTube videos, extracting insights from tutorials, researching video content, or learning from talks and presentations
2026-01-05
test-helper.md
11
1 export test-helper
2 kcaldas from "kcaldas/genie"
3 Write comprehensive, idiomatic tests following best practices and project conventions. Use this when writing unit tests, integration tests, or test fixtures. Helps ensure proper test structure, mocking, assertions, and coverage.
2026-01-05