This repository contains reusable AI agent skills for Codex and similar coding
agents. Each skill lives in its own directory with a SKILL.md file that
defines when to use it and the workflow it should follow.
file-cabinet-rename: Renames existing files into a consistentYYYY-MM-DD - FileSummary.extformat while preserving file contents.find-new-work: Audits a repository for grounded follow-up work, including bug fixes, test gaps, stale tests, product enhancements, and documentation drift.git-commit-with-message-and-push: Inspects the current worktree, drafts a commit message, commits all intended changes, and pushes toorigin/main.gitea-issue: Uses theteaCLI to list, inspect, prioritize, edit, and close Gitea issues from a project directory.leeloo-dallas-multiplan: Generates multi-model implementation plans and synthesizes them into a final master plan.plan-title-create: Produces concise, lowercase, hyphenated titles for implementation plans and related planning documents.
This repository is licensed under the BSD 3-Clause License.