agent
Personal maintenance of Codex agent skills, including project auditing and enhanced coding reliability.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 1.4k
- Source
- skill-github
- Repository
- github.com/noobnooc/agent
Overview
This is a collection of Codex agent skills maintained by noobnooc. Each skill is a portable folder containing a `SKILL.md` entry point and agent-specific metadata. The `wtf` skill is used for pre-release and pre-commit project audits, focusing on repository hygiene, secret management, environment variables, database setup, deployment risks, dead code, and common AI-built application errors. The `better-codex` skill enhances reliable Codex coding workflows with safer scope control, prevention of stale edits, dependency detection, root-cause debugging, quality-first implementation, centralized testing, and concise user updates.
Capabilities
- ▪Project auditing
- ▪Repository hygiene checks
- ▪Secrets and environment variable inspection
- ▪Database preparation and deployment risk assessment
- ▪Enhanced coding task security
- ▪Root-cause debugging and quality-first implementation
Use cases
Setup
Clone the repository and copy the required skills into the skills directory used by your agent: ```bash git clone https://github.com/noobnooc/agent.git cd agent mkdir -p ~/.codex/skills cp -R skills/wtf skills/better-codex ~/.codex/skills/ ```
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I use these skills?
Invoke the skill by name in a Codex prompt, for example: Use $wtf or Use $better-codex.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.