All authors
pdugan20 avatar

Claude Skills by pdugan20

github.com/pdugan20
17 skillsA× 16B× 10 installs0 views
Check Schema DriftA

Compares claudelint schemas against official Claude Code documentation to detect field additions, removals, and changes. Use when asked to "check for schema drift", "compare schemas to docs", "are our schemas up to date", or "check if Claude Code docs changed".

toolsgodocumentation
0
7
Format CcA

Formats Claude Code files with markdownlint, prettier, and shellcheck. Use when user asks to "format my files", "fix markdown formatting", "clean up CLAUDE.md", or "check shell scripts". Auto-fixes markdown, JSON, YAML formatting and analyzes shell script quality.

toolsshellbash
0
7
Optimize Cc MdA

Interactively helps users optimize their CLAUDE.md files. Use when user asks to "optimize my CLAUDE.md", "my CLAUDE.md is too long", "improve organization", or "split my CLAUDE.md". Runs validation, explains issues conversationally, and helps create @import files to reduce size and improve structure.

developmenttypescriptgo
0
7
Validate AllA

Runs comprehensive claudelint validation on all Claude Code project files. Use when user asks to "check everything", "run all validators", "full audit", "validate my entire project", or "what's wrong with my config". Validates CLAUDE.md, skills, settings, hooks, MCP servers, and plugin manifests.

toolsbashgit
0
7
Validate Cc MdA

Validates CLAUDE.md files for size, imports, and structure. Use when user asks to "check my CLAUDE.md", "why is my CLAUDE.md too long", "validate imports", or "fix CLAUDE.md errors". Checks file size limits (30KB warning, 50KB error), @import directives, frontmatter in .claude/rules/, and section organization.

toolsbashtesting
0
7
Validate HooksA

Validates Claude Code hooks.json files for schema, events, and commands. Use when user asks to "check my hooks", "validate hooks.json", "hook errors", "why isn't my hook firing", or "hook event types". Validates hook events, types (command, prompt, agent), matcher patterns, and command script references.

toolsbash
0
7
Validate McpA

Validates MCP server configuration files (.mcp.json). Use when user asks to "check my .mcp.json", "why isn't my MCP working", ".mcp.json errors", "validate MCP servers", or "MCP connection failed". Validates transport types (stdio, sse, http, websocket), server names, and environment variables.

toolsbash
0
7
Validate PluginA

Validates Claude Code plugin manifest files (plugin.json). Use when user asks to "check my plugin.json", "validate plugin.json", "plugin errors", or "why isn't my plugin loading". Validates JSON syntax, required fields (name, version, description), semantic versioning, and skill file references.

toolsbash
0
7
Validate SettingsA

Validates Claude Code settings.json files for schema, permissions, and security. Use when user asks to "check my settings", "validate settings.json", "permission errors", "environment variable issues", or "settings syntax errors". Validates model names, permission rules, hooks configuration, and environment variables.

toolsbashsecurity
0
7
Validate SkillsB

Validates Claude Code skills for schema, naming, documentation, and security. Use when user asks to "check my skill", "validate skill syntax", "why isn't my skill loading", "skill errors", or "dangerous command detected". Validates SKILL.md frontmatter, allowed-tools, file references, directory organization, and shell script security.

toolsshellbash
0
7
Args SkillA

I do stuff

toolsbash
0
7
Bad SkillA

I do it

toolsbash
0
7
Advanced SkillA

Use this to deploy the project using Firebase tools and MCP integration

toolsbash
0
7
Example SkillA

Use this to run the complete test suite for the project

toolsbash
0
7
Dangerous CommandA

This skill contains dangerous commands for testing security validation.

toolsbashtesting
0
7
No VersionA

This skill is missing the version field for testing purposes.

toolsbashtesting
0
7
ValidA

A valid test skill for testing purposes. Use this when you want to test skill validation.

toolsbashtesting
0
7