Browse Skills

20307 skills found

skill-builder.md
1
1 export skill-builder
2 Jaganpro from "Jaganpro/claude-code-sfskills"
3 Interactive wizard for creating, scaffolding, validating, and managing Claude Code skills
2026-01-05
vanilla-js-architect.md
1
1 export vanilla-js-architect
2 Olu-AnuAkin-Akinyemi from "Olu-AnuAkin-Akinyemi/Grimora"
3 Clean, modular vanilla JavaScript architecture with JSDoc standards, DDD-inspired layering, and best practices for building maintainable applications without frameworks. Focuses on separation of concerns, pure functions, and professional code organization.
2026-01-05
workflows-code.md
1
1 export workflows-code
2 MichelKerkmeester from "MichelKerkmeester/opencode-dev-environment"
3 Orchestrator guiding developers through implementation, debugging, and verification phases across specialized code quality skills (project)
2026-01-05
six-thinking-hats.md
1
1 export six-thinking-hats
2 pacphi from "pacphi/ampel"
3 Apply Edward de Bono's Six Thinking Hats methodology to software testing for comprehensive quality analysis. Use when designing test strategies, conducting test retrospectives, analyzing test failures, evaluating testing approaches, or facilitating testing discussions. Each hat provides a distinct testing perspective: facts (White), risks (Black), benefits (Yellow), creativity (Green), emotions (Red), and process (Blue).
2026-01-05
mutation-testing.md
1
1 export mutation-testing
2 pacphi from "pacphi/ampel"
3 Test quality validation through mutation testing, assessing test suite effectiveness by introducing code mutations and measuring kill rate. Use when evaluating test quality, identifying weak tests, or proving tests actually catch bugs.
2026-01-05
requirements-engineering.md
1
1 export requirements-engineering
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Translating user prompts into structured requirements, user stories, and beads tasks for systematic implementation. Trigger keywords: requirements, user story, acceptance criteria, as a, i want, so that, given when then, task breakdown, epic creation
2026-01-05
typescript.md
1
1 export typescript
2 rakibdev from "rakibdev/dotfiles"
3 TypeScript coding style for backend and frontend.
2026-01-05
c4-modeling.md
1
1 export c4-modeling
2 Consiliency from "Consiliency/treesitter-chunker"
3 C4 architectural modeling for documenting software architecture. Use when creating architecture diagrams, planning new systems, communicating with stakeholders, or conducting architecture reviews.
2026-01-05
api-development-patterns.md
1
1 export api-development-patterns
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Comprehensive guide to building production-ready REST APIs in Rails with serialization, authentication, versioning, rate limiting, and testing. Trigger keywords: REST API, JSON, serialization, versioning, authentication, JWT, rate limiting, API controllers, request specs, API testing, endpoints, responses
2026-01-05
run-nx-generator.md
1
1 export run-nx-generator
2 FrozenPandaz from "FrozenPandaz/config-claude"
3 Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.
2026-01-05
skill-builder.md
1
1 export skill-builder
2 resolve-io from "resolve-io/.prism"
3 Build efficient, scalable Claude Code skills using progressive disclosure and token optimization. Use when creating new skills, optimizing existing skills, or learning skill development patterns. Provides templates, checklists, and working examples.
2026-01-05
cloudflare-images.md
1
1 export cloudflare-images
2 ovachiever from "ovachiever/droid-tings"
3 Store and transform images with Cloudflare Images API and transformations. Use when: uploading images, implementing direct creator uploads, creating variants, generating signed URLs, optimizing formats (WebP/AVIF), transforming via Workers, or debugging CORS, multipart, or error codes 9401-9413.
2026-01-05
docker.md
1
1 export docker
2 wrsmith108 from "wrsmith108/claude-code-docker-skill"
3 Container-based development for isolated, reproducible environments. Use when running npm commands, installing packages, executing code, or managing project dependencies. Trigger phrases include "npm install", "run the build", "start the server", "install package", or any code execution request.
2026-01-05
coding-guidelines-verify.md
1
1 export coding-guidelines-verify
2 Nymbo from "Nymbo/Skills"
3 Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run lint/tests, and report violations.
2026-01-05
agent-observability.md
1
1 export agent-observability
2 multicam from "multicam/qara"
3 Real-time observability dashboard for multi-agent Claude Code sessions.Visualize agent interactions, tool usage, and session flows in real-time through a web dashboard. Track multiple agents running in parallel with swim lane visualization, event filtering, and live charts.**Key Features:**- 🔴 Real-time event streaming via WebSocket- 📊 Agent swim lanes showing parallel execution- 🔍 Event filtering by agent, session, event type- 📈 Live charts for tool usage patterns- 💾 Filesystem-based (no database required)**Inspired by [@indydevdan](https://github.com/indydevdan)**'s work on multi-agent observability.**Our approach:** Filesystem + in-memory streaming vs. indydevdan's SQLite database approach.
2026-01-05
service-object-patterns.md
1
1 export service-object-patterns
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Complete guide to implementing Service Objects in Ruby on Rails applications. Use this skill when creating business logic services, organizing service namespaces, handling service results, and designing service interfaces for complex operations.
2026-01-05
spec-constraints.md
1
1 export spec-constraints
2 BellaBe from "BellaBe/ideas-os"
3 Define constraints, invariants, and laws for the system. Creates proofobligations for formal verification. Use when: specifying business rules,defining invariants, creating validation requirements, expressing laws.
2026-01-05
git-conventional-commits.md
1
1 export git-conventional-commits
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when writing commit messages to maintain consistent, readable git history that enables automated changelog generation.
2026-01-05
codex-collaboration.md
1
1 export codex-collaboration
2 hewenyu from "hewenyu/codex-collaboration"
3 Codex CLI integration for code review and consultation. Use when: (1) code needs review before commit, (2) need expert consultation on implementation approach, (3) debugging assistance needed. This skill provides Codex interaction patterns only - workflow orchestration is defined in project CLAUDE.md.
2026-01-05
context-memory.md
1
1 export context-memory
2 resolve-io from "resolve-io/.prism"
3 Python utility API for storing and retrieving project context in Obsidian vault markdown notes
2026-01-05
managing-agent-hierarchy.md
1
1 export managing-agent-hierarchy
2 sumik5 from "sumik5/dotfiles"
3 Manages Agent hierarchy (PO→Manager→Developer). Required for all code modifications except minor fixes. Optimizes performance through parallel execution.
2026-01-05
refactoring.md
1
1 export refactoring
2 buzzdan from "buzzdan/ai-coding-rules"
3 Linter-driven refactoring patterns to reduce complexity and improve code quality in React/TypeScript. Use when ESLint fails with SonarJS complexity issues (cognitive, cyclomatic, expression) or when code feels hard to read/maintain. Applies component extraction, hook extraction, and simplification patterns.
2026-01-05
kamal-2-deployment.md
1
1 export kamal-2-deployment
2 sjnims from "sjnims/iron-chef-claude-rails"
3 This skill should be used when the user asks about "Kamal", "Kamal 2", "deployment", "deploying Rails", "Docker deployment", "VPS deployment", or zero-downtime deployments. Load this skill when setting up or troubleshooting Kamal deployments.
2026-01-05
authentication-authorization-vulnerabilities-ai-code.md
1
1 export authentication-authorization-vulnerabilities-ai-code
2 harperaa from "harperaa/secure-claude-skills"
3 Understand authentication and authorization defects in AI-generated code including insecure password storage, broken session management, and access control bypasses. Use this skill when you need to learn about auth vulnerabilities in AI code, understand why AI suggests MD5/plaintext passwords, recognize broken session patterns, or identify access control gaps. Triggers include "auth vulnerabilities AI", "password storage AI", "session management", "broken access control", "authentication defects", "MD5 passwords", "session hijacking", "authorization bypass".
2026-01-05