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

para-programming-agent-skills

para-programming-agent-skills contains 11 collected skills from brian-lai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
0
updated
2026-07-10
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

para-help
computer-occupations-all-other

Display the PARA-Programming quick-reference guide with all 11 skills and the Research→Plan→Review→Execute→Review→Summarize→Archive workflow.

2026-07-10
para-archive
software-developers

Archive the current context to create a clean slate for the next task. Removes worktrees, resets context/context.md, preserves summaries.

2026-07-10
para-check
software-developers

Decision helper to determine if PARA workflow should be used for a given request. Triages tasks into PARA-worthy vs direct-answer categories.

2026-07-10
para-execute
software-developers

Execute the active plan by creating an isolated git worktree and tracking todos. Supports simple and phased plans with TDD-first commit-per-todo discipline.

2026-07-10
para-init
software-developers

Initialize PARA-Programming structure in the current project. Use when setting up a new repo for PARA workflow, creating context/ directory, or bootstrapping AGENTS.md.

2026-07-10
para-plan
software-developers

Create a planning document through collaborative dialogue with support for multi-phase plans. Use for all non-trivial changes before writing code. Gates the para-execute skill.

2026-07-10
para-research
software-developers

Perform deep codebase exploration and produce a context-compressed research document for planning. Use before the para-plan skill for non-trivial tasks to gather contracts, patterns, and interface boundaries.

2026-07-10
para-review
software-developers

Spawn an independent reviewer with a Staff+ FAANG engineer persona to review a plan or PR. Review loops until approval, capped at 5 rounds with convergence detection.

2026-07-10
para-status
software-developers

Display the current state of PARA context and workflow progress. Detects no-context, idle, planning, executing, and summarized states with next-step guidance.

2026-07-10
para-summarize
software-developers

Generate a summary document from the current work session. Supports simple and phased plans. Handles PR creation when run standalone.

2026-07-10
para-workflow
software-developers

Orchestrate the full PARA execution cycle across phases with automatic execute, PR creation, review, summarize, merge, and archive. Designed for multi-phase plans.

2026-07-10