Validate and render portable AI agent skills.
Project description
agent-skills-playbook
Production-grade AI agent skills, prompts, and operating playbooks.
This repo is inspired by the late-April 2026 wave around agent skill libraries and coding-agent behavior packs, including GitTrend's April 24 ranking for forrestchang/andrej-karpathy-skills, google/skills, and addyosmani/agent-skills.
Goal
Build a practical catalog of small, reusable agent skills that make coding agents more reliable in real work: research, planning, implementation, review, release notes, documentation, and incident debugging.
First Skills
research-first-dev: gather sources and repo context before implementation.code-review-hawk: review changes with line-level findings and risk ranking.ship-ready-readme: turn rough project notes into a usable README.agent-memory-brief: create compact handoff notes for long-running agent tasks.security-pass: scan a repo for obvious secret, dependency, and permission risks.
Repository Shape
skills/
research-first-dev/
SKILL.md
code-review-hawk/
SKILL.md
templates/
handoff.md
release-notes.md
examples/
sample-agent-run.md
Milestone 1
- Done: define the
SKILL.mdtemplate. - Done: add five starter skills.
- Done: include a validation CLI.
- Next: add before/after examples for each skill.
Run It
python -m agent_skills_playbook.cli list
python -m agent_skills_playbook.cli validate
python -m agent_skills_playbook.cli render-index
Test It
PYTHONPATH=src python -m pytest
Publish
This package is ready for GitLab Package Registry and PyPI releases. See RELEASE.md.
Trend Notes
- Agent skills are getting shared as portable behavior modules.
- The viral repos are simple, text-first, and easy to fork.
- The opportunity here is quality control: testable, versioned skills instead of random prompt snippets.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_skills_playbook-0.1.0.tar.gz.
File metadata
- Download URL: agent_skills_playbook-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b37bc4a8287d5193f28dacfd7052bf41a5f70b63370e7004399158146b9840ce
|
|
| MD5 |
8caadd6adf2afcf94ec388410310b62c
|
|
| BLAKE2b-256 |
2b7c115d8a1474db79373eba46b2791803118bb8bbeee838831813789523c665
|
File details
Details for the file agent_skills_playbook-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_skills_playbook-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
276b3fa3af770f7fa0303921c57853767d85a0661bdd306705463eb63f86a43a
|
|
| MD5 |
eb84817f977d2341e190b428d1d34aa7
|
|
| BLAKE2b-256 |
174612a7e88dbbd37e4a3888862af12c0df9e0b87e41241bc4b7474ef005004a
|