skills icon indicating copy to clipboard operation
skills copied to clipboard

Public repository for Agent Skills

Results 169 skills issues
Sort by recently updated
recently updated
newest added

### PR Description Template ```markdown ## Summary This PR adds a new skill for systematic Kubernetes troubleshooting. The skill provides decision trees, diagnostic scripts, and example walkthroughs for common K8s...

## Description The `init_skill.py` script generates a SKILL.md template with a `description` field that uses square brackets `[TODO: ...]`, which causes YAML parsers to interpret it as a list instead...

## Summary This PR adds a new skill for comprehensive repository auditing, combining tech stack analysis, dependency health checks, risk assessment, and dead code/unused asset detection into a single cohesive...

## Summary This PR adds a BlockRun skill that teaches Claude how to use BlockRun for AI agent payments via the x402 protocol. **BlockRun** is the discovery layer for AI...

- Add comprehensive skill configuration guide (NL & EN) in docs/ - Add user-preferences-template skill as a starting point for personal skills - Add dutch-communication skill for Dutch language preferences...

Summary: Align `skill-creator` guidance and validation with the Agent Skills specification for YAML frontmatter. Changes: - Docs: Update frontmatter section in skills/skill-creator/SKILL.md to: - Separate required fields (`name`, `description`) from...

The `skill-creator` skill's SKILL.md contains guidance that contradicts the official [Agent Skills specification](https://agentskills.io/specification#frontmatter-required). ## Current behavior Line 313 of the skill-creator SKILL.md states: > "Do not include any other fields...

- Implemented CEPValidator class with comprehensive validation - Sanitizes input (removes non-numeric characters) - Validates 8-digit format - Detects invalid CEPs (all same digits) - Formats CEP in XXXXX-XXX pattern...

## Summary - Rename skill to gerund form per naming conventions - Add link to best practices docs I hate that my skills created with this skill don't follow best...