Browse Skills

3205 skills found

openai-image-edit.md
2
1 export openai-image-edit
2 LarsEckart from "LarsEckart/dotfiles"
3 Edit images via OpenAI gpt-image-1 API. Creates edited or extended images from source images and a prompt. Supports masks for selective editing, multiple input images for compositing, and input fidelity control for preserving facial features. Use when user wants to modify existing images, combine multiple images, remove/replace objects, extend images, or needs AI-powered image editing with reference images.
2026-01-05
agent-dependency-design.md
2
1 export agent-dependency-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Specializes in agent dependency and interface design. Defines skill references, command coordination, and inter-agent collaboration protocols while preventing circular dependencies to build effective multi-agent systems.Anchors:• "The Pragmatic Programmer" (Andrew Hunt, David Thomas) / Application: Procedure design and practical improvement / Purpose: Build effective agent collaboration mechanisms• "Software Architecture in Practice" (Len Bass, Paul Clements, Rick Kazman) / Application: Interface design patterns / Purpose: Minimize dependencies and improve maintainabilityTrigger:Use when defining inter-agent data handoffs, designing multi-agent collaboration, detecting or resolving circular dependencies, or defining handoff protocols.agent collaboration, dependency graph, handoff protocol, circular dependency, skill reference, multi-agent system
2026-01-05
markdown-writer.md
2
1 export markdown-writer
2 robertbagge from "robertbagge/claude-starter"
3 Write markdown content to file paths using the MCP markdown-writer server. Use when you need to save generated markdown content to a file, especially in contexts where (1) The Write tool is unavailable or restricted, (2) You need guaranteed atomic writes with verification, (3) Writing markdown files for documentation, reports, or research outputs, (4) An agent needs to persist markdown without user permission prompts.
2026-01-05
pricing-strategist.md
2
1 export pricing-strategist
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Design and optimize pricing strategies for SaaS products including tiering, packaging, value metrics, and experimentation. Use when setting initial pricing, optimizing conversion, expanding revenue, or when users ask about pricing strategy, monetization, or revenue optimization.
2026-01-05
Claude Code/Codex CLI Skills - RPI Framework.md
2
1 export Claude Code/Codex CLI Skills - RPI Framework
2 ferdiangunawan from "ferdiangunawan/rpi-stack"
3 This directory contains custom skills for the RPI (Research, Plan, Implement) methodology - a structured approach to software development that ensures quality through systematic validation.
2026-01-05
designing-claude-skills.md
2
1 export designing-claude-skills
2 wombat9000 from "wombat9000/claude-plugins"
3 Comprehensive guide for creating, reviewing, and improving skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations. Use this skill when: (1) Creating a new skill from scratch, (2) Reviewing or auditing an existing skill for quality and adherence to best practices, (3) Updating or refactoring an existing skill, (4) Understanding skill architecture, anatomy, and design patterns, (5) Troubleshooting skill loading, triggering, or packaging issues, (6) Learning how to effectively use bundled resources like scripts, references, and assets, (7) Planning what type of skill structure is appropriate for a given use case.
2026-01-05
market-research.md
2
1 export market-research
2 IgorWarzocha from "IgorWarzocha/agentic-job-search-vault"
3 Automates collecting and analyzing job market data and trends. Use for cyclical monitoring of sectors, salaries, and skills demand.
2026-01-05
feature-plan.md
2
1 export feature-plan
2 escarti from "escarti/agentDevPrompts"
3 Use after research (Z01 files exist) when you need to create implementation plan - wrapper that loads Z01 research context, invokes superpowers:writing-plans, and saves to Z02_{feature}_plan.md in docs/ai/ongoing/
2026-01-05
feature-flag-patterns.md
2
1 export feature-flag-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 機能フラグ(Feature Flag/Feature Toggle)による段階的リリースとA/Bテスト実装スキル。リスク管理とカナリアリリースを可能にし、本番環境での安全な機能展開を実現します。Anchors:• Feature Toggles (Pete Hodgson - Martin Fowler blog) / 適用: フラグ設計パターン / 目的: Release/Experiment/Ops/Permission Togglesの適切な使い分け• Continuous Delivery (Jez Humble) / 適用: デプロイ戦略 / 目的: デプロイと機能リリースの分離による安全性向上Trigger:Use when implementing feature flags, feature toggles, A/B testing, gradual rollouts, canary releases, or managing feature lifecycles.feature flag, feature toggle, A/B testing, canary release, gradual rollout, dark launch, percentage rollout, kill switch
2026-01-05
detecting-memory-leaks.md
2
1 export detecting-memory-leaks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
2026-01-05
ethics.md
2
1 export ethics
2 poemswe from "poemswe/co-researcher"
3 Research ethics, IRB compliance, and data privacy analysis.
2026-01-05
best-practices.md
2
1 export best-practices
2 andyngdz from "andyngdz/exogen"
3 Use when refactoring or implementing features - validation, component design, API research
2026-01-05
feature-implement.md
2
1 export feature-implement
2 escarti from "escarti/agentDevPrompts"
3 Execute plan in batches with review checkpoints - automatically loads context from Z01 research, Z02 plan, and CLAUDE.md files
2026-01-05
process-file.md
2
1 export process-file
2 eternnoir from "eternnoir/claude-tool"
3 Process arbitrary files (email, PDF, Office docs, images, audio/video) and integrate with AkashicRecords for intelligent archiving. Reads file content, analyzes intent, and suggests appropriate storage location based on content and project preferences.
2026-01-05
exa-find-similar.md
2
1 export exa-find-similar
2 benjaminjackson from "benjaminjackson/exa-skills"
3 Find web content similar to a given URL using AI-powered similarity matching. Use when you have an example page and want to discover related articles, papers, or websites with similar content, style, or topic.
2026-01-05
design-system.md
2
1 export design-system
2 lsst-sqre from "lsst-sqre/squareone"
3 Complete reference for Rubin Observatory design system CSS variables and design tokens. Use this skill when styling components, referencing CSS custom properties, understanding the design token architecture, or working with colors, spacing, typography, and other design primitives. Covers both rubin-style-dictionary foundation tokens and squareone-specific tokens.
2026-01-05
scheduling.md
2
1 export scheduling
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Generate resident schedules respecting ACGME rules, institutional policies, and individual preferences. Orchestrates constraint propagation, optimization, and conflict resolution for medical residency program scheduling.
2026-01-05
bun-cli.md
1
1 export bun-cli
2 nathanvale from "nathanvale/side-quest-marketplace"
3 Build production-grade CLI tools with Bun. Reference implementation covering argument parsing patterns (--flag value, --flag=value, --flag), dual markdown/JSON output, error handling, subcommands, and testing. Use when building CLIs, designing argument parsing, implementing command structures, reviewing CLI quality, or learning Bun CLI best practices.
2026-01-05
context7-tools.md
1
1 export context7-tools
2 bsamiee from "bsamiee/Parametric_Portal"
3 Queries Context7 library documentation via unified Python CLI. Use when resolving library IDs, fetching API references, code examples, or conceptual guides for any programming library or framework.
2026-01-05
create-pr-azdo.md
1
1 export create-pr-azdo
2 oocx from "oocx/tfplan2md-uat"
3 Create an Azure DevOps pull request using az devops tooling; include the repo’s linear-history merge preference and ask the Maintainer if merge options differ.
2026-01-05
api-documentation.md
1
1 export api-documentation
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master API documentation with REST references, OpenAPI specs, code examples, and developer-friendly API guides.
2026-01-05
docs-create.md
1
1 export docs-create
2 stars-end from "stars-end/affordabot"
3 Create epic-specific documentation skill with external reference docs. MUST BE USED for caching external docs.Fetches URLs, caches full content, uses documentation-engineer to generate cohesive summaries, and creates auto-activating skill.Use when starting work on epic that requires external documentation context (API docs, tool guides, reference materials),or when user mentions "cache docs", "external docs", "API documentation", URLs for docs,documentation needs, reference materials, knowledge caching, or epic context documentation.
2026-01-05
issue-linker.md
1
1 export issue-linker
2 fractary from "fractary/claude-plugins"
3 Create relationships between issues via comment references
2026-01-05
amplitude-navigator.md
1
1 export amplitude-navigator
2 MoveRDC from "MoveRDC/claude-skills-marketing"
3 Comprehensive guide for Amplitude MCP queries. Use when analyzing product analytics, user behavior, funnels, retention, experiments, or metrics. Reduces context overhead by documenting query patterns, event taxonomies, and RDC-specific configurations. Triggers on Amplitude, product analytics, user behavior, funnel analysis, retention, experiment analysis, or metric queries.
2026-01-05