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

persona-agents

persona-agents 收录了来自 las-pinter 的 13 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
13
Stars
2
更新
2026-06-22
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

journal-management
其他计算机职业

Skill for the orchestrator agent. Hierarchical journal system with time-based consolidation. Use at session startup to load context, after completing tasks to record results, and at consolidation intervals. Do NOT manage journals manually.

2026-06-22
journal-management-generic
其他计算机职业

Generic hierarchical journal system for any agent's operational context with time-based consolidation. Use this skill whenever you need to read, write, or consolidate operational journals — including at session startup, after completing tasks, before ending a session, or when reviewing past work. This skill works for ANY agent type (persona, non-persona, implementer, tester, researcher, etc.). Do NOT attempt to manage journal context manually; always consult this skill for all journal operations.

2026-06-22
code-implementation
软件开发工程师

Skill for the implementer agent. Language-agnostic code implementation workflow for features, bugs, refactors, and tests. Load before writing or modifying any code.

2026-06-14
plan-tracking
软件开发工程师

Skill for the orchestrator agent. Complete plan lifecycle management — track, verify, and report on plans from creation through completion. Use whenever creating plans, marking them done, checking active vs completed status, or verifying plan integrity. Do NOT manage plans manually; always use the scripts documented here.

2026-06-14
task-routing
软件开发工程师

Skill for the orchestrator agent. Decision rules for assigning tasks to the correct specialist agent type. Consult before every subagent dispatch. Load at startup.

2026-06-14
plan-output-template
软件开发工程师

Skill for the planner agent. Standard template for producing a final plan ready to hand off to a developer. Provides plan type templates, quality gates, and validation scripts. Do NOT hand off raw, unvalidated plans — always run plan-validate.sh first.

2026-06-14
risk-and-dependency-identification
软件开发工程师

Skill for the planner agent. Identify risks, blockers, and dependencies in a plan before finalizing it. Use after task-decomposition, before plan-output-template. Do NOT skip this before finalizing any non-trivial plan.

2026-06-14
task-decomposition
软件开发工程师

Skill for the planner agent. Break down a feature or requirement into independently completable, estimated, dependency-mapped tasks. Use whenever decomposing ambiguous or large work into executable units. Load FIRST for any planning work.

2026-06-14
source-selection
软件开发工程师

Skill for the researcher agent. Decision rules for choosing between Context7, DeepWiki, and Exa based on query type. Load BEFORE every research action — do NOT guess which source to use without consulting this skill.

2026-06-14
code-review-checklist
软件质量保证分析师与测试员

Skill for the reviewer agent. Structured checklist for reviewing code changes with depth and consistency. Includes severity taxonomy, comment guide, anti-patterns, and domain-specific checklists. Load BEFORE starting any code review.

2026-06-14
regression-identification
软件质量保证分析师与测试员

Skill for the tester agent. Identify which existing tests are relevant to code changes and what new tests are needed to cover gaps. Load WHENEVER code changes are made — during PR review, before committing, or when planning test coverage.

2026-06-14
test-case-structure
软件质量保证分析师与测试员

Skill for the tester agent. Language-agnostic structure, naming conventions, and rules for writing clear, maintainable test cases. Load BEFORE writing or reviewing any test code.

2026-06-14
test-strategy-selection
软件质量保证分析师与测试员

Skill for the tester agent. Choose the right type of tests — unit, integration, contract, e2e, static — based on risk, context, and ROI. Load BEFORE planning any test approach.

2026-06-14