Personal reusable agent skills.
staged-code-review: exhaustive iterative review of staged Git changes that fixes actionable issues while preserving the staged index.
repo-fleet-standardization: multi-repository cleanup of docs, tooling config, shared sync templates, and GitHub metadata without touching application code.
bunx skills add hu553in/skillsThen invoke a skill by name when the workflow applies:
Use $staged-code-review to iteratively review and fix my staged changes, preserve my staged index exactly, and leave any new fixes unstaged.
Use $repo-fleet-standardization to standardize docs, tooling configs, sync templates, and GitHub metadata across related repositories without touching application code or staging/committing unrequested changes.
<skill-name>/SKILL.mdcontains the reusable workflow.<skill-name>/agents/openai.yamlcontains the OpenAI agent prompt metadata.skills.sh.jsongroups skills on the skills.sh repository page. It does not change CLI installation or anySKILL.mdcontent.
When adding a skill:
- Place it under
<skill-name>/SKILL.md. - Add agent-specific metadata under
<skill-name>/agents/when needed. - Add the skill slug to
skills.sh.jsonso the skills.sh page stays organized.