Back to authors
melodic-software

melodic-software

484 Skills published on GitHub.

audit-hooks

Audit Claude Code hooks for quality, compliance, and maintainability. Use after creating hooks, before releases, or for periodic quality checks.

UncategorizedView skill →

audit-log

View audit log entries for all component types (skills, commands, agents, hooks, etc.) to monitor audit health and track coverage

UncategorizedView skill →

estimation

Estimation techniques including analogous, parametric, three-point, and expert judgment methods. Provides effort, cost, duration, and complexity estimates for projects, features, and tasks.

UncategorizedView skill →

batch-scrape

Run scrape workflows for one or more ecosystems in dev mode using local plugin code

UncategorizedView skill →

ba-orchestration

Multi-technique business analysis orchestration using BABOK. Coordinates 14 techniques across strategic analysis, problem solving, planning, and design into comprehensive analysis packages.

UncategorizedView skill →

benchmarking

Benchmarking and competitive analysis techniques. Compares performance, processes, and practices against industry standards, competitors, and best-in-class organizations.

UncategorizedView skill →

business-model-canvas

Business model design using Osterwalder's Business Model Canvas and Lean Canvas. Creates 9-block canvases with structured analysis for business model innovation and startup validation.

UncategorizedView skill →

capability-mapping

Business capability modeling using BABOK Business Capability Analysis. Creates hierarchical capability maps (L1-L3) linking strategy to architecture with Mermaid visualization.

UncategorizedView skill →

data-modeling

Data modeling with Entity-Relationship Diagrams (ERDs), data dictionaries, and conceptual/logical/physical models. Documents data structures, relationships, and attributes.

UncategorizedView skill →

decision-analysis

Decision modeling using decision tables, weighted scoring matrices, and decision trees. Structures complex decisions with clear criteria, alternatives evaluation, and outcome prediction.

UncategorizedView skill →

design-thinking

Design Thinking methodology for human-centered innovation. Covers the 5-phase IDEO/Stanford d.school approach (Empathize, Define, Ideate, Prototype, Test) with workshop facilitation and exercise templates.

UncategorizedView skill →

journey-mapping

User and customer journey mapping for experience analysis. Creates journey maps with touchpoints, emotions, pain points, and opportunity identification.

UncategorizedView skill →

prioritization

Prioritization techniques including MoSCoW, Kano model, weighted scoring, and value-effort matrices. Ranks requirements, features, backlog items, and investment decisions.

UncategorizedView skill →

process-modeling

Process modeling using BPMN notation and flowchart patterns. Creates process diagrams with activities, gateways, events, swimlanes, and decision points for workflow documentation.

UncategorizedView skill →

risk-analysis

Risk analysis using risk registers, probability/impact matrices, and mitigation planning. Identifies, assesses, and manages project, business, and technical risks with structured response strategies.

UncategorizedView skill →

risk-register

Create or update a risk register with identification, assessment, and mitigation planning. Supports project, business, and technical risks.

UncategorizedView skill →

root-cause-analysis

Problem solving using Fishbone (Ishikawa) diagrams and 5 Whys technique. Identifies root causes systematically and recommends corrective actions.

UncategorizedView skill →

stakeholder-analysis

Stakeholder identification, analysis, and management using BABOK techniques. Creates Power/Interest matrices, RACI charts, and communication plans.

UncategorizedView skill →

swot-pestle-analysis

Strategic environmental analysis using SWOT, PESTLE, and Porter's Five Forces. Creates structured assessments with Mermaid visualizations for competitive positioning and strategic planning.

UncategorizedView skill →

value-stream-mapping

Lean value stream mapping for identifying waste and optimization opportunities. Creates current/future state maps with cycle time analysis and improvement recommendations.

UncategorizedView skill →

github-actions

GitHub Actions workflow design, job structure, triggers, reusable workflows, and best practices. Use when creating or reviewing CI/CD pipelines.

UncategorizedView skill →

hook-schema-audit

Audit hook event schema for drift. Compares implementation against official docs.

UncategorizedView skill →

log-inspection

Inspect and query hook event logs. Subcommands: sessions, timeline, trace, agents, team, stats, coverage, daily.

UncategorizedView skill →

agent-sdk-development

Central authority for Claude Agent SDK (TypeScript and Python SDKs). Covers SDK installation, authentication (Anthropic key, Bedrock, Vertex), sessions and resumption, forking sessions, streaming vs single mode, custom tools, permissions (allowedTools, disallowedTools, permissionMode), MCP integration, system prompts (CLAUDE.md, appendSystemPrompt, outputStyle), cost tracking, todo tracking, structured outputs, hosting patterns, plugins, and SDK branding guidelines. Assists with building custom agents, configuring SDK options, and troubleshooting SDK issues. Delegates 100% to docs-management skill for official documentation.

UncategorizedView skill →

audit-agent-consolidation

Analyze agents for consolidation opportunities. Groups agents by configuration, tracks references, and manages refactoring.

UncategorizedView skill →

audit-agents

Audit Claude Code subagents for quality, compliance, and maintainability. Use after creating or modifying agents, before releases, or for periodic quality checks.

UncategorizedView skill →

audit-docs-delegation

Audit skills and memory files for docs-management delegation compliance. Detects hardcoded Claude Code data and verifies proper delegation patterns.

UncategorizedView skill →

audit-lsp

Audit Claude Code LSP server configurations for quality and compliance. Use when creating or validating plugin LSP servers, or troubleshooting code intelligence issues.

UncategorizedView skill →

audit-mcp

Audit MCP server configurations for quality, compliance, and security. Use to validate .mcp.json files and server setups.

UncategorizedView skill →

audit-memory

Audit Claude Code CLAUDE.md memory files for quality, compliance, and organization. Use to validate import syntax, detect circular imports, and check hierarchy compliance.

UncategorizedView skill →

audit-output-styles

Audit Claude Code output styles for quality, compliance, and usability. Use when creating custom styles or validating existing ones.

UncategorizedView skill →

audit-plugins

Audit Claude Code plugins for quality, compliance, and distribution readiness. Use before releases or for periodic quality checks.

UncategorizedView skill →

audit-rules

Audit Claude Code rule files for quality and compliance. Use when creating or validating .claude/rules/*.md files, or troubleshooting rule loading issues.

UncategorizedView skill →

audit-settings

Audit Claude Code settings.json files for quality, compliance, and security. Use to validate configuration before deployment or check for exposed secrets.

UncategorizedView skill →

audit-skills

Audit Claude Code skills for quality, compliance, delegation pattern, and maintainability. Use after creating skills, before releases, or for periodic quality checks.

UncategorizedView skill →

audit-statuslines

Audit Claude Code status lines for quality and cross-platform compatibility. Use when creating or validating custom status line scripts, or troubleshooting terminal output issues.

UncategorizedView skill →

check-api-status

Check Anthropic API status and recent incidents from status.anthropic.com

UncategorizedView skill →

check-context

Analyze current context window usage and provide optimization recommendations

UncategorizedView skill →

claude-desktop

Central authority for Claude Desktop application - the native desktop app for running Claude Code sessions. Covers installation (macOS/Windows), Git worktrees for parallel sessions, .worktreeinclude file configuration, cloud session launch, environment configuration, MCP Desktop Extensions (.mcpb), and Desktop vs CLI comparison. Assists with Desktop setup, worktree configuration, cloud sessions, and troubleshooting. Delegates 100% to docs-management skill for official documentation.

UncategorizedView skill →

clear-plugin-cache

Clear cached plugin copies (requires reinstall after)

UncategorizedView skill →

create-skill

Create new skill scaffold with required structure. Use when starting a new skill from scratch or need proper YAML frontmatter template.

UncategorizedView skill →

current-date

Gets, checks, and verifies the current UTC date and time for unambiguous temporal reference. Use when starting tasks, verifying temporal context, ensuring date awareness before time-sensitive operations, or when incorrect date assumptions are detected.

UncategorizedView skill →

diagnose-performance

Run comprehensive Claude Code performance diagnostics - analyzes storage, API status, and known issues

UncategorizedView skill →

skill-migration

Migrate legacy .claude/commands/ to .claude/skills/ directory structure. Actions: discover, analyze, migrate, audit, validate, fix.

UncategorizedView skill →

docs-management

Single source of truth and librarian for ALL Claude official documentation. Manages local documentation storage, scraping, discovery, and resolution. Use when finding, locating, searching, or resolving Claude documentation; discovering docs by keywords, category, tags, or natural language queries; scraping from sitemaps or docs maps; managing index metadata (keywords, tags, aliases); or rebuilding index from filesystem. Run scripts to scrape, find, and resolve documentation. Handles doc_id resolution, keyword search, natural language queries, category/tag filtering, alias resolution, sitemap.xml parsing, docs map processing, markdown subsection extraction for internal use, hash-based drift detection, and comprehensive index maintenance.

UncategorizedView skill →

docs-ops

Manage Claude Code documentation lifecycle. Actions: scrape, validate, refresh, rebuild-index, clear-cache.

UncategorizedView skill →

ecosystem-health

Analyzes Claude Code ecosystem health by tracking all 27 extensibility components across 6 tiers - including plugin components, core configuration, environment/CLI, authentication, session features, and integrations. Use when checking if Claude Code components are up-to-date, orchestrating audits efficiently, tracking documentation coverage, applying updates from new Claude Code versions, or getting an overview of ecosystem component staleness.

UncategorizedView skill →

enterprise-security

Central authority for Claude Code enterprise security. Covers enterprise managed policies (managed-settings.json), settings precedence hierarchy, policy file locations (macOS, Linux, Windows), unoverridable organizational policies, cloud execution security (isolated VMs, network access controls, credential protection), IDE security (VS Code, JetBrains), devcontainer security, and security best practices for teams. Assists with configuring enterprise policies, understanding precedence, and implementing organizational security standards. Delegates 100% to docs-management skill for official documentation.

UncategorizedView skill →

export-system-prompt

Export Claude Code's current system prompt to console or file

UncategorizedView skill →

hook-management

Central authority for Claude Code hooks management in this repository. Automates enforcement of critical repository rules through hooks. Use when adding hooks, managing hooks, configuring hooks, troubleshooting hooks, or understanding hook behavior. Delegates to docs-management skill for official hooks documentation. Provides organization-specific patterns, configuration management, and workflow guidance.

UncategorizedView skill →

Page 1 of 10 · 484 results

melodic-software | Agent Skills