
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
@hexel-studio/codex-docs
Advanced tools
🧠 Fully automated documentation building CLI tool powered by AI
Codex-Docs is an open-source CLI tool that automatically generates comprehensive documentation for your projects using AI. It analyzes your codebase, extracts key information, and builds professional documentation that stays in sync with your code.
Whether you're maintaining a small library or a complex application, Codex-Docs streamlines the documentation process, allowing you to focus on writing code—not docs.
Install globally using your preferred package manager:
# npm
npm install -g codex-docs
# yarn
yarn global add codex-docs
# pnpm
pnpm add -g codex-docs
Generate documentation in seconds:
# Navigate to your project root
cd your-project
# Generate all documentation
codex-docs generate
# Output to a custom directory
codex-docs generate --output ./docs
# Initialize documentation config
codex-docs init
# Generate only the README
codex-docs readme
# Generate only API docs
codex-docs api
# Watch and auto-generate docs on code changes
codex-docs watch
# Use custom templates
codex-docs generate --template custom-template
# Create a full documentation website
codex-docs site --theme modern
Codex-Docs supports JSON and YAML config files:
{
"project": {
"name": "Your Project Name",
"description": "A short description of your project",
"version": "1.0.0"
},
"output": {
"dir": "./docs",
"formats": ["markdown", "html"]
},
"templates": {
"readme": "default",
"api": "typescript"
},
"sections": [
"installation",
"usage",
"api",
"contributing",
"license"
],
"exclude": [
"node_modules/**",
"dist/**"
]
}
Codex-Docs leverages the power of OpenAI models to:
We welcome all contributions!
# Fork the repo
git clone https://github.com/your-username/codex-docs.git
cd codex-docs
# Create a new branch
git checkout -b feature/your-feature-name
# Make changes, commit, and push
git commit -m "Add feature"
git push origin feature/your-feature-name
Then open a pull request. Make sure your code follows our style guidelines and passes all tests.
Codex-Docs is released under the MIT License.
Made with ❤️ by Khushwant Sanwalot
Would you like me to generate a logo, CLI badge set, or GitHub Actions status shield for this project?
FAQs
> 🧠 AI-powered documentation generator for your codebase
The npm package @hexel-studio/codex-docs receives a total of 0 weekly downloads. As such, @hexel-studio/codex-docs popularity was classified as not popular.
We found that @hexel-studio/codex-docs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.