Browse Skills

44895 skills found

rls-patterns.md
11
1 export rls-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Row Level Security patterns for database operations. Use when writing Prisma/database code, creating API routes that access data, or implementing webhooks. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct prisma calls.
2026-01-05
orchestration-patterns.md
11
1 export orchestration-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Agentic orchestration patterns for long-running tasks. Implements evidence-based delivery and Simon Willison's agent loop. Use when managing multi-step work, coordinating subagents, or orchestrating PR workflows.
2026-01-05
typescript-coding-standards.md
11
1 export typescript-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 TypeScript coding standards covering strict type system, advanced types, decorators, generics, and best practices for type-safe applications. Use for TypeScript projects requiring robust type safety and maintainable code.
2026-01-05
nist.md
11
1 export nist
2 williamzujkowski from "williamzujkowski/standards"
3 Nist standards for nist in Compliance environments. Covers best practices,
2026-01-05
writing-comments.md
11
1 export writing-comments
2 abhinav from "abhinav/home"
3 Reference guide for code comment formatting rules and examples. The core rules are automatically applied via CLAUDE.md system instructions - this skill provides detailed examples and edge cases for reference.
2026-01-05
vscode-server.md
11
1 export vscode-server
2 jdillon from "jdillon/vscode-beads"
3 USE THIS SKILL for all /vscode-server:* commands
2026-01-05
Project Setup and Miyabi Integration.md
11
1 export Project Setup and Miyabi Integration
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Complete project initialization including Cargo workspace setup, GitHub integration, and Miyabi framework integration. Use when creating new projects or integrating Miyabi.
2026-01-05
making-plans.md
11
1 export making-plans
2 czottmann from "czottmann/claude-code-stuff"
3 Use when design is complete and you need detailed implementation tasks - breaks epics into coarse-grained Beans issues with TDD guidance, exact file paths, and verification steps
2026-01-05
logging.md
11
1 export logging
2 williamzujkowski from "williamzujkowski/standards"
3 Logging standards for logging in Observability environments. Covers best
2026-01-05
crontab-manager.md
11
1 export crontab-manager
2 ruchernchong from "ruchernchong/dotfiles"
3 Manage scheduled tasks in the crontab configuration file for this dotfiles repository. Use when the user wants to add, remove, update, or query scheduled tasks, cron jobs, or automated maintenance. Triggers include mentions of "cron", "schedule", "automated task", "crontab", "periodic job", or time-based automation.
2026-01-05
gdpr.md
11
1 export gdpr
2 williamzujkowski from "williamzujkowski/standards"
3 Gdpr standards for gdpr in Compliance environments. Covers best practices,
2026-01-05
design-guide.md
11
1 export design-guide
2 tyrchen from "tyrchen/claude-skills"
3 Extract comprehensive design language from websites including colors, typography, animations, interactive states, shadows, gradients, component patterns, and UX behaviors. Generates pixel-perfect design guides with responsive screenshots and complete design system documentation. Use when analyzing website design, creating design systems, or rebuilding sites.
2026-01-05
service-mesh.md
11
1 export service-mesh
2 williamzujkowski from "williamzujkowski/standards"
3 A service mesh is an infrastructure layer that provides transparent service-to-service communication with built-in observability, traffic management, and security features without requiring application code changes.
2026-01-05
applesauce-signers.md
11
1 export applesauce-signers
2 purrgrammer from "purrgrammer/grimoire"
3 This skill should be used when working with applesauce-signers library for Nostr event signing, including NIP-07 browser extensions, NIP-46 remote signing, and custom signer implementations. Provides comprehensive knowledge of signing patterns and signer abstractions.
2026-01-05
deployment-sop.md
11
1 export deployment-sop
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Deployment workflows, pre-deploy validation, and smoke testing patterns. Use when deploying to staging or production, running smoke tests, or validating deployments.
2026-01-05
release-post.md
11
1 export release-post
2 posit-dev from "posit-dev/skills"
3 Create professional package release blog posts following Tidyverse or Shiny blog conventions. Use when the user needs to: (1) Write a release announcement blog post for an R or Python package for tidyverse.org or shiny.posit.co, (2) Transform NEWS/changelog content into blog format, (3) Generate acknowledgments sections with contributor lists, (4) Format posts following specific blog platform requirements. Supports both Tidyverse (hugodown) and Shiny (Quarto) blog formats with automated contributor fetching and comprehensive style guidance.
2026-01-05
brainstorming.md
11
1 export brainstorming
2 czottmann from "czottmann/claude-code-stuff"
3 Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-05
table-config.md
11
1 export table-config
2 sail-sail from "sail-sail/nest"
3 表字段配置规范。建表后配置 src/tables/{mod}/{mod}.ts 文件时使用
2026-01-05
systematic-debugging.md
11
1 export systematic-debugging
2 TechNickAI from "TechNickAI/ai-coding-config"
3 Use when debugging bugs, test failures, unexpected behavior, or needing to find root cause before fixing
2026-01-05
superpowers-writing-skills.md
11
1 export superpowers-writing-skills
2 abhinav from "abhinav/home"
3 Use when creating new skills, editing existing skills, or verifying skills work before deployment
2026-01-05
writing-commit-messages.md
11
1 export writing-commit-messages
2 abhinav from "abhinav/home"
3 Use when writing or improving messages for Git commits, or when asked to generate a commit message or pull request description.
2026-01-05
api-security.md
11
1 export api-security
2 williamzujkowski from "williamzujkowski/standards"
3 1. Broken Object Level Authorization (BOLA) - API fails to validate user access to objects 2. Broken Authentication - Weak or missing authentication mechanisms 3. Broken Object Property Level Authorization - Missing field-level access control 4. Unrestricted Resource Consumption - No rate limiting or throttling 5. Broken Function Level Authorization - Missing authorization checks on endpoints 6. Unrestricted Access to Sensitive Business Flows - Automated abuse of legitimate workflows 7. Server Side Request Forgery (SSRF) - API accepts URLs without validation 8. Security Misconfiguration - Insecure default configs, verbose errors 9. Improper Inventory Management - Undocumented/deprecated APIs in production 10. Unsafe Consumption of APIs - Trusting third-party API data without validation
2026-01-05
documentation-updater.md
11
1 export documentation-updater
2 ruchernchong from "ruchernchong/dotfiles"
3 Keep CLAUDE.md and README.md documentation in sync with the actual dotfiles configuration. Use when the user wants to update documentation, sync README with changes, maintain CLAUDE.md, document new features, or ensure docs reflect current setup. Triggers include "update docs", "update README", "update CLAUDE.md", "document changes", or "sync documentation".
2026-01-05
confluence-docs.md
11
1 export confluence-docs
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Documentation templates for ADRs, runbooks, and architecture docs. Use when creating architectural decision records, operational runbooks, or technical documentation.
2026-01-05