Discover and explore top open-source AI tools and projects—updated daily.
noobnoocAI agent skills for development and auditing
Top 28.7% on SourcePulse
This repository provides a modular framework for organizing and managing reusable "skills" for AI agents, particularly targeting the Codex ecosystem. It enables developers to package functionalities like code auditing (wtf) and enhanced coding assistance (better-codex) into portable folders, facilitating easy integration and use by AI agents. The core benefit is enhanced modularity and extensibility for AI agent development.
How It Works
The project structures agent skills as independent, portable folders within a skills/ directory. Each skill folder contains a SKILL.md file for defining its purpose and trigger conditions, and optionally agents/ metadata (like openai.yaml) for agent-specific configurations. This design promotes a clean, maintainable architecture where skills can be easily added, removed, or modified without affecting the core agent.
Quick Start & Requirements
skills/wtf, skills/better-codex) into the agent's configured skills directory (defaulting to ~/.codex/skills/).
git clone https://github.com/noobnooc/agent.git
cd agent
mkdir -p ~/.codex/skills
cp -R skills/wtf skills/better-codex ~/.codex/skills/
For local development, use ln -s instead of cp.Highlighted Details
wtf skill: Offers pre-launch and pre-commit audits focusing on repository hygiene, secrets, environment variables, deployment risks, dead code, and common AI-built app mistakes.better-codex skill: Provides a reliability overlay for coding tasks, emphasizing safer scope control, stale-edit prevention, dependency judgment, root-cause debugging, quality-first implementation, focused tests, and concise user updates.Maintenance & Community
The repository is maintained by noobnooc. No specific community channels (like Discord/Slack) or detailed roadmap are provided in the README.
Licensing & Compatibility
The license is not explicitly stated in the provided README. Users should verify licensing terms before commercial use or integration into closed-source projects.
Limitations & Caveats
The README does not detail specific limitations, unsupported platforms, or known bugs. The effectiveness of skills is dependent on the AI agent's ability to interpret and execute them correctly. The project appears to be focused on a specific agent ecosystem (Codex).
2 days ago
Inactive
agentskills