Browse Skills

2258 skills found

secrets-gitleaks.md
4
1 export secrets-gitleaks
2 AgentSecOps 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
api-design-patterns.md
4
1 export api-design-patterns
2 NickCrew from "NickCrew/claude-cortex"
3 Comprehensive REST and GraphQL API design patterns with versioning, pagination, error handling, and HATEOAS principles. Use when designing APIs, defining endpoints, or architecting service contracts requiring production-grade patterns.
2026-01-05
context7.md
4
1 export context7
2 petbrains from "petbrains/mvp-builder"
3 Up-to-date library documentation retrieval using Context7 MCP tools. Process THINK → RESOLVE → FETCH → APPLY. Use when fetching library docs, resolving package names to IDs, getting implementation guides, exploring API references. Provides package resolution strategy, trust score evaluation, token scaling (3K-20K), topic selection patterns.
2026-01-05
doppler-secret-validation.md
4
1 export doppler-secret-validation
2 terrylica from "terrylica/cc-skills"
3 Validate and test secrets stored in Doppler. Add API tokens/credentials to Doppler, verify storage and retrieval, test authentication with target services. Use when user mentions "add to Doppler", "store secret", "validate token", or provides API tokens needing secure storage.
2026-01-05
jupyter-notebooks.md
4
1 export jupyter-notebooks
2 mbailey 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
nuxt-v4.md
4
1 export nuxt-v4
2 ChrisTowles from "ChrisTowles/blog"
3 Production-ready Nuxt 4 framework development with SSR, composables,data fetching, server routes, and Cloudflare deployment.Use when: building Nuxt 4 applications, implementing SSR patterns,creating composables, server routes, middleware, data fetching,state management, debugging hydration issues, deploying to Cloudflare,optimizing performance, or setting up testing with Vitest.Keywords: Nuxt 4, Nuxt v4, SSR, universal rendering, Nitro, Vue 3,useState, useFetch, useAsyncData, $fetch, composables, auto-imports,middleware, server routes, API routes, hydration, file-based routing,app directory, SEO, meta tags, useHead, useSeoMeta, transitions,error handling, runtime config, Cloudflare Pages, Cloudflare Workers,NuxtHub, Workers Assets, D1, KV, R2, Durable Objects, Vitest, testing,performance optimization, lazy loading, code splitting, prerendering,layers, modules, plugins, Vite, TypeScript, hydration mismatch,shallow reactivity, reactive keys, singleton pattern, defineNuxtConfig,defineEventHandle
2026-01-05
premium-saas-design.md
4
1 export premium-saas-design
2 HermeticOrmus from "HermeticOrmus/LibreUIUX-Claude-Code"
3 Professional framework for building premium $5k+ SaaS websites with AI - the Define, Build, Review, Refine loop used by real product teams
2026-01-05
markdown-helper.md
4
1 export markdown-helper
2 Interstellar-code 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
log-analysis-tools.md
4
1 export log-analysis-tools
2 Interstellar-code from "Interstellar-code/claud-skills"
3 Fast log file analysis with lnav, multi-framework support (Laravel, CodeIgniter, React, Next.js), automatic log pruning, and 70-80% token savings vs reading entire logs
2026-01-05
type-definitions.md
4
1 export type-definitions
2 projectquestorg from "projectquestorg/AgileFlow"
3 Generate TypeScript interfaces and types from data structure descriptions
2026-01-05
agent-history.md
4
1 export agent-history
2 kvsankar 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
sql-cli.md
4
1 export sql-cli
2 Interstellar-code from "Interstellar-code/claud-skills"
3 Token-efficient MySQL/PostgreSQL operations using mycli and native CLI tools (Windows/Mac/Linux compatible). Replaces Artisan Tinker for database queries with 87% token savings.
2026-01-05
markdown-helper.md
4
1 export markdown-helper
2 Interstellar-code 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
design-masters.md
4
1 export design-masters
2 HermeticOrmus from "HermeticOrmus/LibreUIUX-Claude-Code"
3 Deep knowledge of legendary designers and their enduring contributions. Learn from Saul Bass, Massimo Vignelli, Dieter Rams, Paula Scher, and others whose work defines excellence. Use when seeking inspiration, understanding design history, or applying proven approaches.
2026-01-05
cursor-agent-supervisor.md
4
1 export cursor-agent-supervisor
2 YPares from "YPares/agent-skills"
3 Offloading tasks with a well-defined scope to sub-agents, for instance to use a sub-agent to implement a set of specs. Use this skill whenever a task should not need a broad knowledge of the whole project
2026-01-05
sql-schema-generator.md
4
1 export sql-schema-generator
2 projectquestorg from "projectquestorg/AgileFlow"
3 Generate SQL schemas with migrations and database table definitions
2026-01-05
typst-writer.md
4
1 export typst-writer
2 YPares from "YPares/agent-skills"
3 Write correct and idiomatic Typst code for document typesetting. Use when creating or editing Typst (.typ) files, working with Typst markup, or answering questions about Typst syntax and features. Focuses on avoiding common syntax confusion (arrays vs content blocks, proper function definitions, state management).
2026-01-05
orchestration.md
4
1 export orchestration
2 duyet from "duyet/duyetbot-agent"
3 MANDATORY - You must load this skill before doing anything else. This defines how you operate.
2026-01-05
security-engineering.md
4
1 export security-engineering
2 outfitter-dev from "outfitter-dev/agents"
3 Security auditing and vulnerability detection using OWASP patterns, CWE analysis, and threat modeling. Use when auditing code for security issues, reviewing authentication/authorization, evaluating input validation, analyzing cryptographic usage, reviewing dependency security, or when security-audit, vulnerability-scan, OWASP, threat-model, or --security are mentioned.
2026-01-05
design-system-context.md
4
1 export design-system-context
2 HermeticOrmus 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
ash-authentication.md
4
1 export ash-authentication
2 forest from "forest/dotfiles"
3 AshAuthentication guidelines for implementing authentication in Ash Framework. Use when adding password, magic link, API key, or OAuth2 authentication strategies. Covers token configuration, UserIdentity resources, confirmation add-ons, and customizing authentication actions. Never hardcode credentials.
2026-01-05
websearch-quick.md
4
1 export websearch-quick
2 thomasholknielsen from "thomasholknielsen/claude-code-config"
3 Fast, targeted single-pass search strategy for simple factual lookups. 1-iteration workflow with authoritative source verification and minimal citations. Use for version lookups, documentation finding, simple definitions, existence checks. Keywords: what version, find docs, link to, what is, does X support.
2026-01-05
claude-skillkit.md
4
1 export claude-skillkit
2 rfxlamia from "rfxlamia/claude-skillkit"
3 Professional skill creation with research-driven workflow and automated validation.USE WHEN: Creating new skills, validating existing skills, deciding between Skills vs Subagents, migrating documents to skills, or running individual validation tools.PRIMARY TRIGGERS: "create skill" = Full creation (12 steps with research + execution planning) "validate skill" = Validation workflow (steps 3-8) "Skills vs Subagents" = Decision workflow (step 0) "convert doc to skill" = Migration workflow "estimate tokens" = Token optimization "security scan" = Security auditWORKFLOW COMPLIANCE: Structured workflows with validation checkpoints. Research phase (Step 1c-1d) ensures skills based on proven approaches.DIFFERENTIATOR: Research-driven creation. Web search (3-5 queries) before building. Multi-proposal generation. 9 automation scripts. Quality 9.0+/10.REUSED: Anthropic's init_skill.py and package_skill.py (production-tested).
2026-01-05
subagent-coordination.md
4
1 export subagent-coordination
2 outfitter-dev 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