Browse Skills
2258 skills found
authoring-global-scripts.md
5
1
export
authoring-global-scripts
2
from
"jasonkuhrt/kitz"
from
"jasonkuhrt/kitz"
3
Authors and manages global package scripts using the _: prefix convention. Scripts defined in root package.json are propagated to all packages with the prefix stripped.
2026-01-05
prompt-caching.md
5
1
export
prompt-caching
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Provider-native prompt caching for Claude and OpenAI. Use when optimizing LLM costs with cache breakpoints, caching system prompts, or reducing token costs for repeated prefixes.
2026-01-05
context7-efficient.md
5
1
export
context7-efficient
2
from
"Rehan-Ul-Haq/my-skills"
from
"Rehan-Ul-Haq/my-skills"
3
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
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
ccpm-skill-creator.md
5
1
export
ccpm-skill-creator
2
from
"duongdev/ccpm"
from
"duongdev/ccpm"
3
Creates custom CCPM skills from request to deployment with proper templates, safety guardrails, and integration patterns. Auto-activates when user mentions "create skill", "custom workflow", "team specific", "extend CCPM", "codify team practice", or "reusable pattern". Guides through purpose definition (what skill does), activation triggers (when it runs), CCPM integration points, and safety rules. Provides three skill templates: Team Workflow (codify practices), Safety Enforcement (add checks), and Integration Skills (custom tools). Creates directory structure, frontmatter metadata, multi-phase instructions, and supporting docs. Tests skill activation before deployment and suggests improvements.
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
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
aksel-spacing.md
5
1
export
aksel-spacing
2
from
"navikt/copilot"
from
"navikt/copilot"
3
Responsive layout patterns using Aksel spacing tokens with Box, VStack, HStack, and HGrid
2026-01-05
converting-bicep-to-avm.md
5
1
export
converting-bicep-to-avm
2
from
"johnlokerse/azure-bicep-custom-chat-modes"
from
"johnlokerse/azure-bicep-custom-chat-modes"
3
Converts raw Bicep resource definitions to Azure Verified Modules (AVM). Use when user asks to convert to AVM, replace resources with modules, use verified modules, or modernize bicep templates.
2026-01-05
project-operations.md
5
1
export
project-operations
2
from
"duongdev/ccpm"
from
"duongdev/ccpm"
3
Provides intelligent project setup and management with agent-based architecture to minimize token usage. Auto-activates when user mentions project setup, "add project", "configure project", "monorepo", "subdirectories", "switch project", or "project info". Uses three specialized agents internally: project-detector (detect active), project-config-loader (load settings with validation), project-context-manager (manage active project). Guides through four workflows: Add New Project (setup + templates), Configure Monorepo (pattern matching + subdirectories), Switch Between Projects (auto or manual), View Project Information. Provides templates for common architectures (fullstack-with-jira, fullstack-linear-only, mobile-app, monorepo). Validates configuration and suggests fixes for errors. Handles context-aware error handling with specific fix suggestions.
2026-01-05
function-calling.md
5
1
export
function-calling
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
LLM function calling and tool use patterns. Use when enabling LLMs to call external tools, defining tool schemas, implementing tool execution loops, or getting structured output from LLMs.
2026-01-05
design-workflow.md
5
1
export
design-workflow
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
UI/UX design workflow guidelines. Activate when working with design systems, accessibility (WCAG), user interface patterns, or design tokens.
2026-01-05
deepagents-implementation.md
5
1
export
deepagents-implementation
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Implements agents using Deep Agents. Use when building agents with create_deep_agent, configuring backends, defining subagents, adding middleware, or setting up human-in-the-loop workflows.
2026-01-05
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
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
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
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
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
marketing-strategy-pmm.md
5
1
export
marketing-strategy-pmm
2
from
"rickydwilson-dcs/claude-skills"
from
"rickydwilson-dcs/claude-skills"
3
Product marketing, positioning, GTM strategy, and competitive intelligence. Includes ICP definition, April Dunford positioning methodology, launch playbooks, competitive battlecards, and international market entry guides. Use when developing positioning, planning product launches, creating messaging, analyzing competitors, entering new markets, enabling sales, or when user mentions product marketing, positioning, GTM, go-to-market, competitive analysis, market entry, or sales enablement.
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
ruleset-optimization.md
5
1
export
ruleset-optimization
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Guidelines for optimizing Claude rulesets and instruction files (CLAUDE.md, settings.json) using context efficiency principles. Includes strategies for skill extraction, progressive disclosure, token savings calculation, and deduplication. Manually invoke when optimizing rulesets, reducing context size, extracting content to skills, or improving ruleset organization.
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
web-research.md
5
1
export
web-research
2
from
"d-oit/gemini-search-plugin"
from
"d-oit/gemini-search-plugin"
3
Research web content, documentation, and best practices using the gemini-search agent for token-efficient searches with caching. Use when you need to fetch documentation, research best practices, or gather information from the web.
2026-01-05