Agentic Coding Standard CLI
Agentic Coding Standard CLI — Scaffold .agent/ directories for AI-ready codebases.
Why?
AI coding agents (Cursor, Windsurf, GitHub Copilot) work best when they have immediate context about your project's standards, conventions, and goals. The .agent/ directory provides this context in a standardized format.
Installation
Quick Install (Recommended)
Windows (PowerShell as Admin):
irm https://raw.githubusercontent.com/Alaa-Taieb/agentic-std/main/install.ps1 | iex
macOS/Linux:
curl -sSL https://raw.githubusercontent.com/Alaa-Taieb/agentic-std/main/install.sh | bash
Via pip
pip install agentic-std
Note: If using pip directly, ensure Python's Scripts directory is in your PATH.
Usage
Initialize a project
acs init
This creates a .agent/ directory with:
| File | Purpose |
|---|---|
blueprint.md |
Project vision, personas, MVP features |
rules.md |
Tech stack, naming conventions, verification steps |
vibe-guide.md |
Brand voice, visual language |
journal.md |
Decision log |
Force overwrite
acs init --force
Update templates
acs update
Fetches the latest templates from GitHub and caches them in ~/.acs/templates/.
Check version
acs --version
The Standard
This CLI implements the Agentic Coding Standard — a set of documentation conventions for AI-agent-ready codebases.
License
MIT
Release files for agentic-std 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentic_std-0.2.0.tar.gz | 9.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentic_std-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.7 kB
Release files / agentic_std-0.2.0.tar.gz
| Download URL | agentic_std-0.2.0.tar.gz |
|---|---|
| Size | 9.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6fee57fae87ff18f8e4fbdb4052059eaf3a8c5a2ca3289fc4614a0ced9848f9d
|
|
BLAKE2b-256 checksum How to use checksums |
8926ffa87062949fa89900c1e5e8c15aa22e17174299f4f6b621738140efebb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|
Release files / agentic_std-0.2.0-py3-none-any.whl
| Download URL | agentic_std-0.2.0-py3-none-any.whl |
|---|---|
| Size | 8.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1e8cb846ed91ce23c0ec846abcaeabafd14a2ad3064f340aa201743e4629d4af
|
|
BLAKE2b-256 checksum How to use checksums |
bc955653850921a32079e7cd8507cd78e453a8f2c36f113dbec653efd04d21df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|