Install
$ agentstack add skill-cablate-ai-toolkit-project-docs ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Project Documentation
Core Principles
- Docs are for future you — Good docs let you resume context in 5 minutes after 3 months away
- Record decisions, not just results — "We use X" is not enough. Record "why X, not Y"
Project Docs Structure
Each project gets a proj-[name]/ directory:
proj-[name]/
├── SKILL.md # Project entry point (concise summary)
└── references/
├── _index.md # Navigation guide
├── product/
│ ├── vision.md # What problem this project solves
│ └── principles.md # Core development principles
├── system/
│ └── overview.md # System architecture overview
├── decisions/
│ ├── _index.md # Decision index
│ ├── adr/ # Architecture Decision Records
│ └── stories/ # Feature stories
└── operations/
├── quick-nav.md # Quick navigation
└── troubleshooting.md # Common issues & solutions
Initializing a New Project
- Create the directory structure above
- Fill
product/vision.md— What problem does this project solve? - Define
product/principles.md— What are the core development principles? - Document
system/overview.md— What does the system look like now? - Backfill
decisions/adr/— Record important technical choices already made
> See [doc-standards.md](references/doc-standards.md) for ADR format, story format, and naming conventions.
References
| File | Content | |------|---------| | [doc-standards.md](references/doc-standards.md) | Document formats and templates |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cablate
- Source: cablate/ai-toolkit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.