#687 · Primary category: AI Agents & Automation

agent

agent-skills profile profile-readme

My profile & the agent skills I created

Project last updated:08/18/26

GitHub Stars

1.4K

Forks

129

Contributors

1

License

Other

Why we included this project

noobnooc's agent repo is a small collection of portable skills for OpenAI's Codex, each one a folder with a SKILL.md entrypoint and optional agent metadata. The two skills are practical: wtf runs pre-launch and pre-commit audits that check repository hygiene, secrets, environment variables, database readiness, deployment risks, and dead code, while better-codex adds reliability guardrails to coding sessions, including scope control, stale-edit prevention, and root-cause debugging. You can copy or symlink the folders into your agent's skills directory and invoke them by name in a prompt, which makes it easy to add these guardrails to AI-assisted development. The repo also works as a clean example of how to structure and document your own agent skills, and the wtf audit is worth borrowing to catch common mistakes in AI-built apps before shipping.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category