{"id":50673818,"url":"https://github.com/pasunboneleve/skills","last_synced_at":"2026-06-08T14:02:05.732Z","repository":{"id":355556235,"uuid":"1228524934","full_name":"pasunboneleve/skills","owner":"pasunboneleve","description":"Skills for Codex","archived":false,"fork":false,"pushed_at":"2026-05-21T06:08:34.000Z","size":1300,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T12:57:06.420Z","etag":null,"topics":["adversarial-review","agent-workflows","ai-agents","beads","cheap-to-change","codex","developer-experience","devex","llm-guardrails","roborev"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pasunboneleve.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-04T05:29:45.000Z","updated_at":"2026-05-21T06:08:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pasunboneleve/skills","commit_stats":null,"previous_names":["pasunboneleve/skills"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/pasunboneleve/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasunboneleve%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasunboneleve%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasunboneleve%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasunboneleve%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pasunboneleve","download_url":"https://codeload.github.com/pasunboneleve/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasunboneleve%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adversarial-review","agent-workflows","ai-agents","beads","cheap-to-change","codex","developer-experience","devex","llm-guardrails","roborev"],"created_at":"2026-06-08T14:02:04.790Z","updated_at":"2026-06-08T14:02:05.727Z","avatar_url":"https://github.com/pasunboneleve.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Codex](https://developers.openai.com/codex/cli) skills\n\n[![Skill CI](https://github.com/pasunboneleve/skills/actions/workflows/skill-ci.yml/badge.svg?branch=main)](https://github.com/pasunboneleve/skills/actions/workflows/skill-ci.yml?query=branch%3Amain)\n\nPersonal Codex skills used from `~/.codex/skills`. Skill sources live under `src/`.\n\n\u003cbr\u003e\n\n\u003cp align=\"center\" style=\"margin: 0.35rem 0 0.35rem 0;\"\u003e\n  \u003ca href=\"https://commons.wikimedia.org/wiki/File:A_seated_man_sharpening_a_quill_pen._Engraving_by_C._Guttenb_Wellcome_V0024853.jpg\"\n  target=\"_blank\"\n  rel=\"noopener noreferrer\"\u003e\n    \u003cimg\n        src=\"docs/images/quill-codex.jpg\"\n        alt=\"A seated man sharpening a quill pen beside an open codex\"\n        style=\"width:58.5%;\"\n        /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\" style=\"margin: 0 0 1.25rem 0;\"\u003e\n    \u003csub\u003eA sharpened tool. An open codex. A practiced hand.\u003c/sub\u003e\n\u003c/p\u003e\n\n## Skills\n\n- [`change-friendly-architecture`](src/change-friendly-architecture/SKILL.md): reviews designs for narrow, testable boundaries, explicit dependencies, visible workflows, and low blast radius.\n- [`beads`](src/beads/SKILL.md): keeps Beads work claimed, updated with evidence, and closed when complete.\n- [`changelog`](src/changelog/SKILL.md): keeps unreleased changelog entries accurate and finalizes version sections at release time.\n- [`ci`](src/ci/SKILL.md): adds GitHub Actions checks and README badges for code and skills projects.\n- [`coding`](src/coding/SKILL.md): surfaces code execution exceptions, keeps code idiomatic, separates mixed-language scripts, and avoids machine-specific paths.\n- [`commit-discipline`](src/commit-discipline/SKILL.md): prepares small local commits with clear rationale and task hygiene.\n- [`create-skill`](src/create-skill/SKILL.md): creates concise skills with OpenAI metadata, eval scaffolding, and focused validation.\n- [`decompose-skill`](src/decompose-skill/SKILL.md): splits oversized skills into a small trigger surface plus focused resources.\n- [`devloop`](src/devloop/SKILL.md): discovers [`devloop`](https://github.com/pasunboneleve/devloop) from its built-in guidance and validates workflows with observable evidence.\n- [`documentation-boundary`](src/documentation-boundary/SKILL.md): separates README synopsis work from real documentation updates.\n- [`docs-structure`](src/docs-structure/SKILL.md): organises README synopsis content and durable docs into focused files.\n- [`kata`](src/kata/SKILL.md): keeps Kata issues searched, assigned, updated with evidence, and closed when verified.\n- [`markdown`](src/markdown/SKILL.md): edits Markdown with useful Unicode, including box-drawing directory trees.\n- [`release`](src/release/SKILL.md): releases through protected main, PR CI, merged release commits, tags, and release workflows.\n- [`repo-policy`](src/repo-policy/SKILL.md): configures GitHub repository policies for protected main, PR merges, CI gates, and artifact releases.\n- [`roborev-kata-workflow`](src/roborev-kata-workflow/SKILL.md): coordinates kata task tracking with non-blocking Roborev review.\n- [`shell-script`](src/shell-script/SKILL.md): requires strict shell mode for shell scripts and automation wrappers.\n- [`skill-project`](src/skill-project/SKILL.md): scaffolds standalone skill-set repositories with shared validation, linking, eval, and agent metadata conventions.\n- [`testing`](src/testing/SKILL.md): selects the narrowest deterministic validation for a change's blast radius.\n- [`web-realtime-devloop`](src/web-realtime-devloop/SKILL.md): enforces a live browser development loop for realtime web work.\n\n## Use\n\nRun `./scripts/link_skills.sh` to symlink the skills into `~/.codex/skills` and the hosted Codex-home instructions into `~/.codex/AGENTS.md`.\n\n## Validation\n\nRun `bash scripts/validate_skills.sh`. The wrapper installs [`skill-validator`](https://github.com/agent-ecosystem/skill-validator) when needed and uses the verified [`skilpel`](https://github.com/pasunboneleve/skilpel) release binary at `~/.local/bin/skilpel`.\n\nModel-backed evals use [`scripts/skilpel.yaml`](scripts/skilpel.yaml), which sets target and judge temperature to `0`.\n\nTo iterate on one eval case, pass a skill relpath and eval id:\n\n```bash\nbash scripts/validate_skills.sh --eval-id reject-overfit-domain-type change-friendly-architecture\n```\n\nFor local model-backed evals, put `OPENAI_API_KEY` in `.env`. The committed `.envrc` loads `.env` into the shell with direnv; `.env` is ignored by Git.\n\n## Versioning\n\nThe current version is recorded in `VERSION`.\n\nSee `CHANGELOG.md` for release history. Version tags use `vMAJOR.MINOR.PATCH`.\n\n## License\n\nThis project is licensed under GPL-3.0-or-later. See `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasunboneleve%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpasunboneleve%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasunboneleve%2Fskills/lists"}