Browse Skills
16146 skills found
claude-git-branching.md
0
1
export
claude-git-branching
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert Git workflow management for Claude Code sessions with branch naming conventions, push retry logic, conflict resolution, and PR automation specifically designed for AI-assisted development workflows.
2026-01-05
backend-nodejs.md
0
1
export
backend-nodejs
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Modern Node.js backend stack: NestJS/Hono, Drizzle ORM, Vitest, TypeScript.Use when: building Node.js APIs, TypeScript backends, or serverless functions.Triggers: "nestjs", "node backend", "express", "hono", "drizzle", "vitest","typescript api", "node api", "bun".
2026-01-05
filesystem-maintenance.md
0
1
export
filesystem-maintenance
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when Codex needs to inspect or modify files via the local Python filesystem MCP server running at `servers/filesystem`.
2026-01-05
lseg.md
0
1
export
lseg
2
from
"data-desk-eco/uscg-incidents"
from
"data-desk-eco/uscg-incidents"
3
Use when fetching financial data from LSEG Workspace via the Eikon Data API. Covers cURL requests, field discovery, symbology conversion, and time series data retrieval.
2026-01-05
backend-api.md
0
1
export
backend-api
2
from
"elliotsaha/smt-slack-app"
from
"elliotsaha/smt-slack-app"
3
Design and implement RESTful backend API endpoints following REST principles and conventions. When creating or modifying API endpoints, route handlers, controllers, or any files that define HTTP endpoints (e.g., routes.ts, api.ts, controllers/*, handlers/*). When working on files that handle HTTP requests and responses, implement versioning strategies, or define resource-based URL structures. When building REST APIs with proper HTTP methods (GET, POST, PUT, PATCH, DELETE), implementing query parameter handling for filtering and pagination, or setting up rate limiting and HTTP status code responses.
2026-01-05
review-script.md
0
1
export
review-script
2
from
"braselog/researchAssistant"
from
"braselog/researchAssistant"
3
Review a script for documentation quality, code standards, and reproducibility. Helps ensure code is ready for the methods section. Use when the user types /review_script, after writing a new script, before writing methods, or when passive checks flag undocumented scripts.
2026-01-05
config-hive-manager.md
0
1
export
config-hive-manager
2
from
"tekgrunt/boot-test"
from
"tekgrunt/boot-test"
3
Use this skill when the user needs help managing configuration storage in the Config Hive including secrets, D&R rules, YARA rules, lookups, and cloud sensors.
2026-01-05
odin-dev.md
0
1
export
odin-dev
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Odin programming language development workflow. Use when:- Writing or modifying Odin code (.odin files)- Building Odin projects- Debugging Odin applications- Need Odin-specific idioms and patterns
2026-01-05
oauth21-bearer-token.md
0
1
export
oauth21-bearer-token
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
OAuth 2.1 Bearer Token usage guide. Use when implementing access token transmission, Authorization header support, resource server validation, and security requirements. Covers query parameter prohibition and token protection. Based on OAuth 2.1 Section 5 requirements.
2026-01-05
beam-tracking-ml.md
0
1
export
beam-tracking-ml
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design and refactor beam tracking ML/RL pipelines (CSI teacher vs RSRP student), enforce shape contracts, and produce inference-safe models.
2026-01-05
music-release-post-generator.md
0
1
export
music-release-post-generator
2
from
"fracabu/claude-skill-factory"
from
"fracabu/claude-skill-factory"
3
Genera post Facebook per promuovere release musicali su YouTube. Usa quando pubblichi una nuova traccia e devi condividerla su gruppi Facebook con titolo, descrizione accattivante, CTA e hashtag.
2026-01-05
brakeman.md
0
1
export
brakeman
2
from
"el-feo/ai-context"
from
"el-feo/ai-context"
3
Static analysis security vulnerability scanner for Ruby on Rails applications. Use when analyzing Rails code for security issues, running security audits, reviewing code for vulnerabilities, setting up security scanning in CI/CD, managing security warnings, or investigating specific vulnerability types (SQL injection, XSS, command injection, etc.). Also use when configuring Brakeman, reducing false positives, or integrating with automated workflows.
2026-01-05
chrome-dev-protocol.md
0
1
export
chrome-dev-protocol
2
from
"douglascamata/dotfiles"
from
"douglascamata/dotfiles"
3
Lightweight Chromium DevTools automation via the bundled browser-tools.ts CLI (Puppeteer connect). Use when you need to launch a Chromium-based browser with a remote-debugging port, navigate pages, run JS in the active tab, capture screenshots, inspect DevTools sessions, or extract readable content without a full browser automation server.
2026-01-05
iron-sid.md
0
1
export
iron-sid
2
from
"sidsarasvati/dotfiles"
from
"sidsarasvati/dotfiles"
3
Sid's personal strength coach with complete body intelligence. Auto-activates for "workout", "gym", "strength training", "body composition", "weight check", "push day", "pull day", "legs day", "fitness program", "Kris Gethin", or any strength/physique work. Contains 19 key discoveries, Super Atlas coaching philosophy, extended supercompensation science, psychological breakthrough patterns, and the 2013 vision - the hot alpha who makes girls melt. (user)
2026-01-05
nextjs-16-architecture.md
0
1
export
nextjs-16-architecture
2
from
"horuz-ai/claude-plugins"
from
"horuz-ai/claude-plugins"
3
Comprehensive Next.js v16 development with Cache Components, feature-based architecture, and best practices. Use for ANY Next.js 16 task to know - (1) Project structure with features folder pattern, (2) Where to fetch data with use cache, (3) Server vs Client component decisions, (4) One file per query/type/schema/hook pattern, (5) Cache invalidation with updateTag/revalidateTag, (6) Proper component organization within features. Apply to all Next.js 16 development tasks.
2026-01-05
site-management.md
0
1
export
site-management
2
from
"surrealwolf/unifi-manager-mcp"
from
"surrealwolf/unifi-manager-mcp"
3
Manage and monitor UniFi sites across your account. View site details, organization structure, and multi-site overview for centralized infrastructure management.
2026-01-05
error-handling.md
0
1
export
error-handling
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive error handling patterns for API responses, React Error Boundaries, webhook processing, user-facing messages, and monitoring with Baselime.
2026-01-05
command-authoring.md
0
1
export
command-authoring
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for authoring, creating, writing, building, reviewing, or improving slash commands that delegate to agents or skills. Use when designing /commands for user shortcuts, fixing existing commands, or learning command best practices. Helps design simple command files, choose delegation targets, handle arguments, and decide when to use commands vs skills. Also triggers when asking how to create commands, whether to use a command vs skill, or understanding command patterns. Expert in command patterns, best practices, and keeping commands focused.
2026-01-05
email-design-system.md
0
1
export
email-design-system
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply sophisticated design system principles to HTML emails including typography hierarchy, color palettes, spacing systems, and layout patterns. Use when creating email templates that need cohesive, intentional design within email HTML constraints. Covers section composition, visual rhythm, and brand application.
2026-01-05
fix-tests.md
0
1
export
fix-tests
2
from
"axiomantic/spellbook"
from
"axiomantic/spellbook"
3
Use when tests are failing, test quality issues were identified, or user wants to fix/improve specific tests. Accepts green-mirage-audit reports, general instructions, or can run tests and fix failures automatically. Lighter-weight than implement-feature, focused on test remediation.
2026-01-05
workspace-setup.md
0
1
export
workspace-setup
2
from
"elevanaltd/hestai-core"
from
"elevanaltd/hestai-core"
3
B1_02 phase workspace setup protocol including npm outdated, npm audit, TypeScript version validation, quality gates enforcement. Ensures dependencies current, security patches applied, and workspace ready for implementation.
2026-01-05
design-guide.md
0
1
export
design-guide
2
from
"sgueye00/andmoov"
from
"sgueye00/andmoov"
3
Ensures all UI components follow modern, professional design principles with clean aesthetics, consistent spacing (8px grid), neutral color palettes, proper typography, and subtle visual effects. Use when building any UI component, page layout, or frontend interface to maintain design consistency. Triggers include building buttons, forms, cards, layouts, navigation, or any visual element.
2026-01-05
content-research-writer.md
0
1
export
content-research-writer
2
from
"breverdbidder/life-os"
from
"breverdbidder/life-os"
3
Creates high-quality content (blog posts, tweets, newsletters, documentation) that matches the user's writing style and voice. Performs web research to find citations and supporting evidence. Use when user requests blog posts, marketing content, newsletters, tweets, or any written content that should sound authentic and be well-researched.
2026-01-05
technical-decision-record.md
0
1
export
technical-decision-record
2
from
"ChaiWithJai/claude-code-mastery"
from
"ChaiWithJai/claude-code-mastery"
3
Use when making technical decisions, choosing technologies, or documenting architectural choices. Creates ADRs (Architecture Decision Records).
2026-01-05