Browse Skills
2258 skills found
adr-writing.md
5
1
export
adr-writing
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Write Architectural Decision Records following MADR template. Applies Definition of Done criteria, marks gaps for later completion. Use when generating ADR documents from extracted decisions.
2026-01-05
session-context-management.md
5
1
export
session-context-management
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Maintain "just enough" context across work sessions using CURRENT.md, STATUS.md, and LESSONS.md files. Activate when tasks take >15 minutes, touch 3+ files, interruptions likely, or scope uncertain. Includes /snapshot and /pickup commands for saving and resuming work. ADHD-friendly, token-efficient approach.
2026-01-05
boofuzz.md
5
1
export
boofuzz
2
from
"lawless-m/claude-skills"
from
"lawless-m/claude-skills"
3
Protocol fuzzer script development using boofuzz framework. Use when creating network protocol fuzzers, defining protocol PDUs (Protocol Data Units), writing mutation-based fuzzing scripts, or contributing to the boofuzz project. Covers binary protocol definitions, session management, crash detection, and reporting findings.
2026-01-05
converting-to-strong-types.md
5
1
export
converting-to-strong-types
2
from
"johnlokerse/azure-bicep-custom-chat-modes"
from
"johnlokerse/azure-bicep-custom-chat-modes"
3
Converts loosely typed Bicep parameters using object or array to strongly typed alternatives like string[], user-defined types, or resource-derived types. Use when user mentions type safety, weak typing, object parameters, array parameters, resourceInput, resourceOutput, or asks to improve parameter definitions.
2026-01-05
llm-streaming.md
5
1
export
llm-streaming
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
LLM streaming response patterns. Use when implementing real-time token streaming, Server-Sent Events for AI responses, or streaming with tool calls.
2026-01-05
semantic-theming.md
5
1
export
semantic-theming
2
from
"BerryKuipers/claude-code-toolkit"
from
"BerryKuipers/claude-code-toolkit"
3
Enforce semantic CSS variable theming in Tailwind projects. Prevents raw colors (hex, rgb) and non-theme Tailwind classes. Use when project has semantic tokens, CSS vars, or custom ESLint theming rules.
2026-01-05
auth-patterns.md
5
1
export
auth-patterns
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Authentication and authorization patterns. Use when implementing login flows, JWT tokens, session management, password security, or role-based access control.
2026-01-05
custom-node-definition.md
5
1
export
custom-node-definition
2
from
"trkbt10/react-wireflow"
from
"trkbt10/react-wireflow"
3
Create custom node definitions with renderers, ports, external data, and constraints. Use when implementing new node types, custom node appearances, or node-specific behaviors.
2026-01-05
braingrid-cli.md
5
1
export
braingrid-cli
2
from
"BrainGridAI/braingrid"
from
"BrainGridAI/braingrid"
3
Use this skill when defining work, specifying requirements, or planning features. It helps turn messy ideas into detailed specifications and AI-ready tasks. This skill teaches how to plan using BrainGrid CLI commands for spec-driven development, including creating requirements, breaking them into tasks, and tracking work progress. Apply this skill when users mention requirements, specifications, task breakdowns, or when they have vague project ideas that need structuring.
2026-01-05
hook-optimization.md
5
1
export
hook-optimization
2
from
"duongdev/ccpm"
from
"duongdev/ccpm"
3
Provides guidance on optimizing CCPM hooks for performance and token efficiency. Auto-activates when developing, debugging, or benchmarking hooks. Includes caching strategies, token budgets, performance benchmarking, and best practices for maintaining sub-5-second hook execution times.
2026-01-05
creating-bauplan-pipelines.md
5
1
export
creating-bauplan-pipelines
2
from
"BauplanLabs/bauplan-mcp-server"
from
"BauplanLabs/bauplan-mcp-server"
3
Creates bauplan data pipeline projects with SQL and Python models. Use when starting a new pipeline, defining DAG transformations, writing models, or setting up bauplan project structure from scratch.
2026-01-05
security-audit-scanner.md
5
1
export
security-audit-scanner
2
from
"tbartel74/Vigil-Code"
from
"tbartel74/Vigil-Code"
3
Automated security scanning for Vigil Guard v2.0.0. Use for OWASP Top 10 checks, TruffleHog secret detection, npm/pip vulnerability scanning, 3-branch service security, heuristics-service audit, and CI/CD security pipelines.
2026-01-05
langgraph-implementation.md
5
1
export
langgraph-implementation
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Implements stateful agent graphs using LangGraph. Use when building graphs, adding nodes/edges, defining state schemas, implementing checkpointing, handling interrupts, or creating multi-agent systems with LangGraph.
2026-01-05
emacs-transient.md
5
1
export
emacs-transient
2
from
"r0man/beads.el"
from
"r0man/beads.el"
3
Expert guide for building Emacs transient menus (keyboard-driven UI like Magit). Use when implementing or debugging transient-define-prefix, transient-define-suffix, or transient-define-infix commands.
2026-01-05
brand-voice.md
5
1
export
brand-voice
2
from
"Salesably/salesably-marketplace"
from
"Salesably/salesably-marketplace"
3
Defines and maintains consistent brand communication across all marketing materials. This skill should be used when creating new marketing content, auditing existing materials for voice consistency, onboarding team members to brand guidelines, or when content sounds generic or "off-brand."
2026-01-05
skill-optimizer.md
5
1
export
skill-optimizer
2
from
"JNLei/claude-tools"
from
"JNLei/claude-tools"
3
Optimize Claude Code skills for token efficiency using progressive disclosure and content loading order. Use when optimizing skills, reducing token usage, restructuring skill content, improving skill performance, analyzing skill size, applying 500-line rule, implementing progressive disclosure, organizing reference files, optimizing YAML frontmatter, reducing context consumption, improving skill architecture, analyzing token costs, splitting large skills, or working with skill content loading. Covers Level 1 (metadata), Level 2 (instructions), Level 3 (resources) loading optimization.
2026-01-05
command-development.md
5
1
export
command-development
2
from
"sjnims/plugin-dev"
from
"sjnims/plugin-dev"
3
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", "SlashCommand tool", "programmatic command invocation", "disable-model-invocation", "prevent Claude from running command", "debug command", "command debugging", "troubleshoot command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, programmatic invocation control, debugging commands, or command development best practices for Claude Code.
2026-01-05
design-system-context.md
4
1
export
design-system-context
2
from
"HermeticOrmus/LibreUIUX-Claude-Code"
from
"HermeticOrmus/LibreUIUX-Claude-Code"
3
Managing design tokens and system context for LLM-driven UI development. Covers loading, persisting, and optimizing design decisions within context windows.
2026-01-05
subagent-coordination.md
4
1
export
subagent-coordination
2
from
"outfitter-dev/agents"
from
"outfitter-dev/agents"
3
Orchestrate baselayer subagents for complex tasks. Defines available agents, their skills, and workflows for multi-agent scenarios. Load when coordinating work across agents, delegating tasks, or deciding which agent handles what.
2026-01-05
agent-history.md
4
1
export
agent-history
2
from
"kvsankar/agent-history"
from
"kvsankar/agent-history"
3
Search and analyze Claude Code conversation history. Use when user asks about past conversations, previous solutions, what was discussed earlier, finding something from history, or analyzing usage patterns. Triggers include "what did we discuss", "find that conversation", "search history", "past sessions", "how much time", "token usage", "which tools".
2026-01-05
jupyter-notebooks.md
4
1
export
jupyter-notebooks
2
from
"mbailey/claude"
from
"mbailey/claude"
3
Create, review, and organize Jupyter notebook projects with UV-based workflows. Use when creating new notebooks, reviewing existing notebooks, organizing notebook projects, or improving presentation quality. Covers file structure, token-efficient notebook handling, presentation patterns, and CLI/library integration.
2026-01-05
type-definitions.md
4
1
export
type-definitions
2
from
"projectquestorg/AgileFlow"
from
"projectquestorg/AgileFlow"
3
Generate TypeScript interfaces and types from data structure descriptions
2026-01-05
secrets-gitleaks.md
4
1
export
secrets-gitleaks
2
from
"AgentSecOps/SecOpsAgentKit"
from
"AgentSecOps/SecOpsAgentKit"
3
Hardcoded secret detection and prevention in git repositories and codebases using Gitleaks. Identifies passwords, API keys, tokens, and credentials through regex-based pattern matching and entropy analysis. Use when: (1) Scanning repositories for exposed secrets and credentials, (2) Implementing pre-commit hooks to prevent secret leakage, (3) Integrating secret detection into CI/CD pipelines, (4) Auditing codebases for compliance violations (PCI-DSS, SOC2, GDPR), (5) Establishing baseline secret detection and tracking new exposures, (6) Remediating historical secret exposures in git history.
2026-01-05
markdown-helper.md
4
1
export
markdown-helper
2
from
"Interstellar-code/claud-skills"
from
"Interstellar-code/claud-skills"
3
Token-efficient markdown parsing, editing, and diagram generation using native CLI tools (Windows/Mac/Linux compatible)
2026-01-05