manifest-reader
Read and summarize sub-agent manifest files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read and summarize sub-agent manifest files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | manifest-reader |
| description | Read and summarize sub-agent manifest files |
| origin | pm-pilot |
| version | 1.0.0 |
| triggers | ["what did agents find","manifest","session recap"] |
Aggregate and summarize results from sub-agent manifest files.
Locate Manifests
.claude/manifests/Parse Each Manifest Extract from frontmatter:
task: what was assignedstatus: complete, failed, partialagent: which agent ran itExtract from body:
Aggregate
Summarize Output concise report:
Manifests: {count} found
Status: {complete}/{total} complete, {failed} failed
Key Findings:
- {finding 1}
- {finding 2}
Errors:
- {error 1 or "none"}
Files Modified:
- {path list}
Manifests: 5 found
Status: 4/5 complete, 1 failed
Key Findings:
- Auth module has 3 unpatched vulnerabilities
- API coverage at 72%, below 80% target
- Database queries optimized (avg 40ms reduction)
Errors:
- security-scan: timeout after 120s on legacy module
Files Modified:
- src/api/users.ts
- src/db/queries.ts
Pre-meeting context gathering across all connected systems. Pulls recent interactions, open items, and suggested talking points for any person or topic. Triggers on: "meeting prep", "prep for my meeting", "meeting with X", "prep for 1:1".
Pulls a Granola meeting transcript and updates people files with per-person intelligence: what they said, what they pushed back on, what they committed to. Compounds over time — each meeting adds a layer. Triggers on: "sync people", "update people from meeting", "update stakeholders", "/people-sync".
Competitive analysis and market research with source attribution. Parallel fan-out across web, review sites, and news. Triggers on: "market research", "competitive analysis", "competitor comparison".
Voice profile configuration and application for consistent writing. Configure once with 2-3 samples, apply everywhere. Triggers on: "writing style", "voice profile", "apply my voice", writing long-form content.
Platform-optimized Substack Notes creation. 500-char limit, hook-driven, engagement-focused. Triggers on: "write a Substack Note", "Substack content", "Note ideas".
Test-driven development enforcement with RED-GREEN-IMPROVE cycle