agent

agent

Personal maintenance of Codex agent skills, including project auditing and enhanced coding reliability.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.4k
Source
skill-github

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

Pre-submission project auditPre-deployment project auditImproving reliability of Codex coding tasksPreventing stale edits and dependency issues

Setup

Requires: Node 环境
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