Metadata-Version: 2.5
Name: agentic_init
Version: 0.1.0
Summary: Bootstrap any repository with a lean, best-practice agentic development setup for Claude Code.
Project-URL: Homepage, https://github.com/eemaldi/agentic_init
Project-URL: Repository, https://github.com/eemaldi/agentic_init
Project-URL: Issues, https://github.com/eemaldi/agentic_init/issues
Author-email: Enrico Emaldi <enrico.emaldi@pm.me>
License-Expression: MIT
Keywords: agents,ai,claude-code,mcp,scaffolding,skills
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.11
Requires-Dist: jinja2>=3.1
Requires-Dist: pydantic>=2.7
Requires-Dist: pyyaml>=6.0
Requires-Dist: questionary>=2.0
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# agentic_init

Bootstrap any repository for agentic development with Claude Code: `CLAUDE.md`, skills, agents, hooks, rules, permissions, MCP and docs, sized to your project and autonomy level.

```sh
uvx agentic_init init       # detect, answer a few questions, generate
agentic_init apply            # regenerate from agentic_init.yaml (safe to re-run)
agentic_init diff             # preview pending changes
agentic_init doctor           # check the setup against best practices
agentic_init catalog          # list available components
agentic_init schema > agentic_init.schema.json
```
