Install
$ agentstack add skill-lglucas-ai-dev-operating-system-os-self-test ✓ 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 Used
- ✓ 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
OS Self-Test
When to run this skill
- After the user manually edited the OS (rules, agents, skills, commands).
- Before opening a new sprint.
- Before tagging a release.
- When something feels off ("Claude tá agindo estranho").
Checks
1. Canonical structure present
- [ ]
CLAUDE.mdat root - [ ]
START-HERE.mdat root - [ ]
WIZARD.mdat root - [ ]
.claude/directory withagents/,rules/,skills/,commands/ - [ ] No duplicate
agents/,rules/,skills/,commands/at root
2. Required artifacts (if a project is in progress)
- [ ]
docs/product/PRODUCT-BRIEF.md - [ ]
docs/business/BUSINESS-PLAN.md - [ ]
docs/technical/TECHNICAL-PLAN.md - [ ]
docs/SPRINTS.md - [ ]
CHANGELOG.md - [ ]
session-log/INDEX.md
3. Version consistency
- [ ] README badge version matches latest
RELEASE-NOTES-vX.Y.Z.md - [ ] CHANGELOG top entry version matches release notes
- [ ]
templates/project/CLAUDE.mdversion is a placeholder (0.0.1), not a real OS version
4. Gitignore baseline
- [ ]
.envand friends ignored - [ ]
node_modules/ignored - [ ]
CLAUDE.local.mdignored - [ ]
*.zipand archive patterns ignored - [ ] Personal canonical references (e.g.
docs/instrucoes-master.md) ignored
5. Cross-reference integrity
- [ ] No reference to deleted paths (
agents/,rules/,skills/,commands/at root) - [ ] No reference to stale release notes
- [ ] All README links resolve to existing files
6. Skill / agent header sanity
- [ ] Every
SKILL.mdhas frontmatter withnameanddescription - [ ] Every agent file has clear "use when" guidance
- [ ] No skill or agent references a deleted command
Output format
🩺 OS Self-Test — [date]
Canonical structure: ✅
Required artifacts: ⚠️ 3 of 6 present (project may be early — OK if pre-coding)
Version consistency: ✅
Gitignore baseline: ✅
Cross-reference scan: ❌ 2 issues found:
• docs/foo.md links to deleted skills/secrets-scan/
• README badge points to RELEASE-NOTES-v0.1.0.md (deleted)
Skill / agent headers: ✅
Action needed: fix the 2 cross-reference issues above before next sprint.
Implementation note
When asked to run, Claude should:
- Glob the canonical paths.
- Grep for deleted-path references using known migration mappings.
- Read the README badge URL and verify the file exists.
- Read CHANGELOG top entry and compare versions.
- Produce the report above with specific line numbers for any failures.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: lglucas
- Source: lglucas/ai-dev-operating-system
- License: MIT
- Homepage: https://github.com/lglucas/ai-dev-operating-system
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.