Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agentic-os

agentic-os 收录了来自 KbWen 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
92
更新
2026-07-02
Forks
21
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

systematic-debugging
软件开发工程师

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

2026-07-02
using-git-worktrees
软件开发工程师

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

2026-06-20
karpathy-principles
项目管理专家

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

2026-06-19
verification-before-completion
项目管理专家

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

2026-05-26
production-readiness
软件开发工程师

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

2026-04-16
red-team-adversarial
信息安全分析师

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
软件开发工程师

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

2026-04-12
subagent-driven-development
软件开发工程师

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

2026-04-12
test-driven-development
软件质量保证分析师与测试员

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

2026-04-12