.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-skills/background-output
home/subagents/heymegabyte/claude-skills/background-output
heymegabyte avatar

BACKGROUND-OUTPUT

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Product & Project Management

View on GitHub

TL;DR

This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.

How to install BACKGROUND-OUTPUT?

heymegabyte/claude-skills/background-output
$curl -o .claude/agents/BACKGROUND-OUTPUT.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/BACKGROUND-OUTPUT.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install BACKGROUND-OUTPUT by running `curl -o .claude/agents/BACKGROUND-OUTPUT.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/BACKGROUND-OUTPUT.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/BACKGROUND-OUTPUT.md
1# Background Agent Output Contract
2 
3This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.
4 
5## Output directory
6 
7Every background agent MUST write its final output as a Markdown file to:
8 
9```
10$CLAUDE_PLUGIN_DATA/agent-output/<agent-name>-<iso-timestamp>.md
11```
12 
13- `$CLAUDE_PLUGIN_DATA` — defaults to `~/.claude/plugins/heymegabyte-claude-skills/data/` if unset.
14- `<agent-name>` — the agent's slug (e.g. `deploy-verifier`, `seo-auditor`).
15- `<iso-timestamp>` — ISO 8601 with `T` and `Z`, no spaces, no colons (e.g. `2026-06-28T143022Z`).
16 
17## Output format
18 
19Each output file follows this structure:
20 
21```markdown
22# <agent-name> — <iso-timestamp>
23 
24## Task
25 
26One-line description of what was requested.
27 
28## Summary
29 
302–5 sentences covering what was done, key findings, and any blockers.
31 
32## Results
33 
34- **Result 1**: description with evidence
35- **Result 2**: description with evidence
36- ...
37 
38## Artifacts
39 
40- `<path/to/generated/file>` — purpose of the file
41- `<pull-request-url>` — if a PR was created
42 
43## Recommendations
44 
45Optional list of follow-up actions or suggestions for the main thread.
46 
47## Status
48 
49PASS | FAIL | PARTIAL
50```
51 
52## SessionStart hook behavior
53 
54The SessionStart hook MUST check for unread output files:
55 
561. List `$CLAUDE_PLUGIN_DATA/agent-output/*.md` sorted by modification time (newest first).
572. For any file not yet read (tracked via a `.read_stamp` file or `$CLAUDE_PLUGIN_DATA/agent-output/.read-stamp`), prepend a system reminder:
58 
59 > Unread agent output available: `<path>`
60 
613. The user or main thread reads the file on demand.
62 
63## Cleanup
64 
65- Output files are retained indefinitely for audit — never delete automatically.
66- The user or a periodic cron may archive files older than 90 days to `agent-output/archive/`.
67 
68## Example output file
69 
70```markdown
71# deploy-verifier — 2026-06-28T143022Z
72 
73## Task
74 
75Verify example.com after deploy.
76 
77## Summary
78 
79All checks passed. Site loads in 1.2s, axe reports 0 violations, all 6 breakpoints clean.
80 
81## Results
82 
83- Page loads: 200 OK in 1.2s
84- Console errors: 0
85- Visual: clean at 375/390/768/1024/1280/1920
86- Accessibility: 0 axe violations
87- SEO: title (58 chars), meta (142 chars), OG tags present, canonical set
88- Performance: LCP 1.4s, CLS 0.03, INP 48ms
89 
90## Artifacts
91 
92- `e2e/screenshots/deploy-verifier/2026-06-28/` — all breakpoint screenshots
93 
94## Status
95 
96PASS
97```

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

# Background Agent Output Contract

This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.

## Output directory

Every background agent MUST write its final output as a Markdown file to:

Repoheymegabyte/claude-skills
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k