Collected useful skills for various tasks
npx claudepluginhub adithyabsk/skillsCollection of personal skills
Personal Agent Skills marketplace and skill library.
This repository contains:
skills/.claude-plugin/marketplace.jsonAdd this repository as a plugin marketplace:
/plugin marketplace add adithyabsk/skills
/plugin install all-skills@adithyabsk-agent-skills
To work on skills in this repo with automated authoring/evaluation help, install the upstream document skills plugin and use skill-creator:
/plugin marketplace add anthropics/skills
/plugin install example-skills@anthropic-agent-skills
Then invoke it in your agent session when editing skills:
Use /example-skills:skill-creator ...skills/ — local skills (each skill has a SKILL.md).claude-plugin/marketplace.json — plugin/marketplace definition.github/scripts/validate_skills.py — validation script.github/workflows/validate-skills.yml — CI workflow for validationThis repo uses uv for Python tooling and dev dependencies.
uv sync
uv run python .github/scripts/validate_skills.py
The validator checks:
skills/**/SKILL.md validates with skills-ref.claude-plugin/marketplace.jsonGitHub Actions runs .github/workflows/validate-skills.yml on pull requests and pushes to main.
It performs:
uv sync --lockeduv run python .github/scripts/validate_skills.pyskills/<skill-name>/.skills/<skill-name>/SKILL.md with valid frontmatter:---
name: your-skill-name
description: What this skill does and when to use it.
---
.claude-plugin/marketplace.json under plugins[].skills.skill-creator to refine/evaluate prompts and instructions.uv run python .github/scripts/validate_skills.py
This project follows the open Agent Skills format. For canonical docs and examples: