Skip to main content
Run any Skill in Manus
with one click
GitHub repository

agentic-os

agentic-os contains 9 collected skills from KbWen, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
92
updated
2026-07-02
Forks
21
Occupation coverage
4 occupation categories ยท 100% classified
repository explorer

Skills in this repository

systematic-debugging
software-developers

Use 4-phase root cause analysis (Observe, Hypothesize, Verify, Fix); avoid unverified patches.

2026-07-02
using-git-worktrees
software-developers

Use Git worktrees to create parallel working directories safely; avoid branch-switch contamination.

2026-06-20
karpathy-principles
project-management-specialists

Behavioral guidelines to reduce common LLM coding mistakes โ€” Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution.

2026-06-19
verification-before-completion
project-management-specialists

Enforce "no evidence = no completion"; run Gate Function verification before declaring done.

2026-05-26
production-readiness
software-developers

Pre-ship observability readiness checklist โ€” ensures errors reach production monitoring, not just debug consoles.

2026-04-16
red-team-adversarial
information-security-analysts

Adversarial security and resilience analysis โ€” auto-triggered during /review and /test based on task classification. Provides attack surface analysis, boundary testing, auth bypass attempts, dependency chain attacks, and Beast Mode stress testing.

2026-04-16
dispatching-parallel-agents
software-developers

Evaluate when to dispatch parallel agents; use a 4-step pattern to split, coordinate, and integrate results.

2026-04-12
subagent-driven-development
software-developers

Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints.

2026-04-12
test-driven-development
software-quality-assurance-analysts-and-testers

Drive changes with Redโ†’Greenโ†’Refactor; ensure behavior is verifiable and regression-safe.

2026-04-12