Browse Skills

44969 skills found

writing-plans.md
2
1 export writing-plans
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-05
sensor-tasking.md
2
1 export sensor-tasking
2 refractionPOINT from "refractionPOINT/documentation"
3 Send tasks (commands) to EDR sensors to gather data or take action. Handles offline agents via reliable-tasking, collects responses via LCQL queries, and creates D&R rules for automated response handling. Use for live response, data collection, forensic acquisition, or fleet-wide operations like "get OS version from all Windows servers" or "isolate all hosts with tag X".
2026-01-05
validating-ai-ethics-and-fairness.md
2
1 export validating-ai-ethics-and-fairness
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate the ethical implications and fairness of AI/ML models and datasets. It is triggered when the user requests an ethics review, fairness assessment, or bias detection for an AI system. The skill uses the ai-ethics-validator plugin to analyze models, datasets, and code for potential biases and ethical concerns. It provides reports and recommendations for mitigating identified issues, ensuring responsible AI development and deployment. Use this skill when the user mentions "ethics validation", "fairness assessment", "bias detection", "responsible AI", or related terms in the context of AI/ML.
2026-01-05
rails-background-jobs.md
2
1 export rails-background-jobs
2 nekorush14 from "nekorush14/dotfiles"
3 Implement background jobs using ActiveJob for asynchronous task processing. Use when tasks are time-consuming, can be processed asynchronously, or should not block user requests (emails, reports, data processing).
2026-01-05
auditing-access-control.md
2
1 export auditing-access-control
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to audit access control implementations in various systems. It uses the access-control-auditor plugin to identify potential vulnerabilities and misconfigurations related to access control. Use this skill when the user asks to "audit access control", "check permissions", "assess access rights", or requests a "security review" focused on access management. It's particularly useful for analyzing IAM policies, ACLs, and other access control mechanisms in cloud environments, applications, or infrastructure. The skill helps ensure compliance with security best practices and identify potential privilege escalation paths.
2026-01-05
log-aggregation-configurator.md
2
1 export log-aggregation-configurator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Set up centralized logging with ELK, Loki, or Splunk for log management
2026-01-05
review-pr.md
2
1 export review-pr
2 bendrucker from "bendrucker/claude"
3 Review a pull request or merge request. Use when reviewing PRs, providing code review feedback, or analyzing proposed changes. Supports GitHub and GitLab.
2026-01-05
global-commenting.md
2
1 export global-commenting
2 adigunners from "adigunners/adigunners.github.io"
3 Establish clear and maintainable comments throughout JavaScript modules, CSS, and HTML files in this static website project. Use this skill when adding, updating, or reviewing comments in source code to ensure they follow consistent conventions and improve code readability.
2026-01-05
adr-writer.md
2
1 export adr-writer
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates Architecture Decision Records documenting key technical decisions with context, alternatives considered, tradeoffs, consequences, and decision owners. Use when documenting "architecture decisions", "technical choices", "design decisions", or "ADRs".
2026-01-05
ark-issues.md
2
1 export ark-issues
2 dwmkerr from "dwmkerr/ark-claude-code-marketplace"
3 Search, create, and manage GitHub issues for the Ark project. Use when you need to find existing issues, create new ones, or update issue status.
2026-01-05
design-to-component-translator.md
2
1 export design-to-component-translator
2 patricio0312rev from "patricio0312rev/skillset"
3 Converts Figma/design specifications into production-ready UI components with accurate spacing, typography, color tokens, responsive rules, and interaction states (hover, focus, disabled, active). Generates Tailwind/shadcn code with design system tokens mapping. Use when translating "Figma to code", "design specs to components", or "implement design system".
2026-01-05
fullstory-privacy-strategy.md
2
1 export fullstory-privacy-strategy
2 fullstorydev from "fullstorydev/fs-skills"
3 Strategic guide for data privacy in Fullstory implementations. Teaches developers how to decide what data to send, mask, exclude, hash, or replace with joinable keys. Covers regulatory compliance (GDPR, HIPAA, PCI, CCPA), privacy-by-design principles, and balancing analytics value with privacy protection. Acts as a decision framework that references core privacy skills.
2026-01-05
claude-code-sessions.md
2
1 export claude-code-sessions
2 tekliner from "tekliner/improvado-agentic-frameworks-and-skills"
3 Use when user says "resume session", "what did I work on", or "find conversation about [topic]". Automatically searches, resumes, and analyzes Claude Code sessions. Handles session discovery, content search, and automatic session restoration from any directory.
2026-01-05
lighthouse-ci-integrator.md
2
1 export lighthouse-ci-integrator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Integrates Lighthouse CI for automated performance testing, Core Web Vitals tracking, and regression detection in CI/CD pipelines. Use when user asks to "setup Lighthouse CI", "add performance testing", "monitor Core Web Vitals", or "prevent performance regressions".
2026-01-05
koan-bootstrap.md
2
1 export koan-bootstrap
2 sylin-org from "sylin-org/koan-framework"
3 Auto-registration via KoanAutoRegistrar, minimal Program.cs, "Reference = Intent" pattern
2026-01-05
llm-debugger.md
2
1 export llm-debugger
2 patricio0312rev from "patricio0312rev/skillset"
3 Diagnoses LLM output failures including hallucinations, constraint violations, format errors, and reasoning issues. Provides root cause classification, prompt fixes, tool improvements, and new test cases. Use for "debugging AI", "fixing prompts", "quality issues", or "output errors".
2026-01-05
kustomize.md
2
1 export kustomize
2 cosmix from "cosmix/claude-code-setup"
3 Kubernetes native configuration management with Kustomize. Use when managing environment-specific configs, patching resources, or organizing Kubernetes manifests. Triggers: kustomize, kustomization, overlay, patch, base, strategic merge, json patch, config management.
2026-01-05
manage-sprint.md
2
1 export manage-sprint
2 eternnoir from "eternnoir/claude-tool"
3 Manage sprint/iteration lifecycle for Agile teams including planning, tracking, review, and retrospectives. Use when user mentions "sprint", "iteration", "user story", "backlog", "velocity", "scrum", "kanban board", or wants to track work in iterative cycles. Adapts to Scrum, Kanban, or custom Agile workflows.
2026-01-05
git-branch-manager.md
2
1 export git-branch-manager
2 EdanStarfire from "EdanStarfire/claudecode_webui"
3 Create, switch, and manage git branches with proper handling of uncommitted changes. Use when creating feature branches, switching contexts, or cleaning up after merges.
2026-01-05
gpt-researcher.md
2
1 export gpt-researcher
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Run the GPT Researcher autonomous agent to generate comprehensive deep research reports. Requires LLM and Search API keys (e.g., OPENAI_API_KEY, TAVILY_API_KEY).
2026-01-05
multi-turn-conversation.md
2
1 export multi-turn-conversation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 複数ターンに渡る対話の設計と状態管理を実現するスキル。エージェント・ユーザー間の対話フロー、コンテキスト管理、ターン管理を通じて、一貫性のある対話体験を構築します。Anchors:• The Pragmatic Programmer / 適用: ターン設計と状態管理の手順設計 / 目的: 対話フローの体系的な構築• Conversation Design Pattern / 適用: マルチターン対話パターン / 目的: 実務的な対話フロー実装Trigger:Use when designing multi-turn conversation flows, implementing dialogue state management, tracking user intent across turns, managing conversation context, or ensuring consistency in long-running dialogues.Keywords: multi-turn, dialogue, conversation flow, context management, state tracking, turn management, conversation design
2026-01-05
analyze-localization-files.md
2
1 export analyze-localization-files
2 ericfitz from "ericfitz/tmi-ux"
3 Analyze differences between English master i18n file and target language files using the project's check-i18n tool. Builds task manifests with missing keys and English values for translation work.
2026-01-05
generate-changeset.md
2
1 export generate-changeset
2 seanogdev from "seanogdev/dotfiles"
3 Generate a changeset file for the current changes following the changesets pattern used in the project.
2026-01-05
job-outputs-gha.md
2
1 export job-outputs-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actionsのジョブ出力管理スキル。ジョブ間でのデータ共有、outputs定義、依存関係設定、条件分岐、マトリックス戦略での出力集約を提供。Anchors:• Continuous Delivery / 適用: ジョブ間データフロー設計 / 目的: 信頼性の高いパイプライン構築• GitHub Actions公式ドキュメント / 適用: outputs/needs構文 / 目的: 正確な実装パターン適用Trigger:Use when sharing data between GitHub Actions jobs, defining job outputs,setting up job dependencies with needs keyword, implementing conditional workflows,or aggregating outputs from matrix strategies.
2026-01-05