SkillCheck-Free
Description
[](https://opensource.org/licenses/MIT) [](https://docs.anthropic.com/en/docs/claude-code) [](https://support.claude.com/en/articles/12512180-using-skills-in-claude) [](https://cursor.com/docs/context/rules)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SkillCheck Free
[](https://opensource.org/licenses/MIT) [](https://docs.anthropic.com/en/docs/claude-code) [](https://support.claude.com/en/articles/12512180-using-skills-in-claude) [](https://cursor.com/docs/context/rules)
[](https://getskillcheck.com)
Validate AI coding assistant skills against the [agentskills specification](https://agentskills.io). Works with Claude Code, Claude Desktop/Web, and Cursor. Catch issues before your users do.
Why SkillCheck?
Agent Skills are now an open standard adopted by Claude Code, Cursor, and dozens of coding agents. Your skill needs to work everywhere and follow best practices.
SkillCheck validates:
- Does the YAML frontmatter follow the spec?
- Will it trigger when users actually need it?
- Are the instructions clear and unambiguous?
Installation
Claude Code
Copy the `skill-check` folder to your Claude Code skills directory:
cp -r skill-check ~/.claude/skills/
Or clone directly:
git clone https://github.com/olgasafonova/SkillCheck-Free.git
cp -r SkillCheck-Free/skill-check ~/.claude/skills/
Claude Desktop/Web (Projects)
- Open claude.ai or Claude Desktop app
- Create a new Project (or open an existing one)
- Go to Project settings → Custom instructions
- Copy the contents of `skill-check/SKILL.md` (everything after the
---frontmatter) - Paste into the custom instructions field
No file installation needed - the skill runs directly from your Project instructions.
Cursor
Copy the rule file to your project's `.cursor/rules` directory:
mkdir -p .cursor/rules
cp cursor-rules/skill-check.mdc .cursor/rules/
Or clone directly:
git clone https://github.com/olgasafonova/SkillCheck-Free.git
mkdir -p .cursor/rules
cp SkillCheck-Free/cursor-rules/skill-check.mdc .cursor/rules/
Usage
In Claude Code, Claude Desktop/Web, or Cursor, say any of:
- "skillcheck my skill"
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11