babysit-babysitter-iss…
This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to…
This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to
$ npx -y skills add a5c-ai/babysitter --skill assimilate-popular-workflows --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/assimilate-popular-workflowsContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to
name: assimilate-popular-workflows description: This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to investigate public repositories for extractable processes, babysitter plugins, and reusable procedural insights. Searches GitHub for SKILL.md files, classifies repos by archetype, and maintains structured research under docs/reference-repos/.
Search public GitHub repositories for SKILL.md files, classify each repo by archetype, and maintain structured research documents under `docs/reference-repos/[org]/[repo-name]/`. The goal is not to copy skills verbatim but to extract transferable value: processes for the babysitter process library, babysitter marketplace plugin ideas, and implicit procedural knowledge that can be codified into babysitter JS processes.
Extracted processes go into the babysitter process library (`library/`). Placement depends on scope:
| What it is | Where it goes | Examples | |------------|---------------|---------| | Full generic dev methodology (entire workflow paradigm) | `methodologies/<name>/` | agile, gsd, tdd, scrum, kanban, waterfall | | Common cross-domain pattern (reusable across many specializations) | `specializations/shared/` | audit-pipeline, expert-advisory, progressive-disclosure | | Domain-specific process | `specializations/<domain>/` | security-compliance, devops-sre-platform, data-science-ml |
**Important**: Do NOT place domain-specific processes in `methodologies/`. Only full, generic development methodologies belong there. A "k8s security audit" is `specializations/security-compliance/`, not a methodology. A "deep research pipeline" is `specializations/shared/` (cross-domain). A "TDD agent workflow" is `methodologies/atdd-tdd/` (full dev methodology).
A babysitter plugin is a set of natural language instructions (markdown) or deterministic coded processes (JS) that an AI agent reads and executes to install a modular set of capabilities. A plugin contains at minimum `install.md` with instructions the AI agent follows to modify the user's project. See `docs/plugins.md` for the full specification.
**CRITICAL DISTINCTION**: Plugin ideas should ONLY be things that modify project setup, install external integrations, or enforce workflows beyond just adding processes. Do NOT suggest plugins for:
Valid plugin ideas change the project or setup (may not install skills at all):
**Rule of thumb**: If it teaches babysitter how to do something → process. If it changes the project, adds external connections, or modifies behavior → plugin.
**Valid plugin use case categories** (derived from the existing marketplace):
| Category | What the plugin installs | Examples | |----------|-------------------------|----------| | Security & Sandboxing | Lint rules, git hooks, scanning processes, sandboxing policies | basic-security, agentsh | | Context & Memory | MCP servers for memory, lifecycle hooks for auto-capture | claude-mem, mempalace | | Knowledge Management | Wiki systems, knowledge graphs, semantic search engines | llm-wiki, graphify, qmd | | Developer Experience & UX | Status indicators, session landing pages, skill recommenders | ctx, status-line, welcome | | Tools Integration | Browser automation, external tool integration, MCP tools for new capabilities | dev-browser, prompt-master | | CI/CD Integration | GitHub Actions workflows, harness-specific pipeline templates | github-actions-cicd-* | | DevOps & Infrastructure | IaC templates, deployment configs, cloud provider setup | project-deployment | | Quality Assurance & Testing | Test frameworks, coverage gates, linting configs, pre-commit hooks | testing-suite | | Workflow Automation | Rate limit handling, auto-retry logic, lifecycle event hooks | rate-limit-handler | | Theming & Environment | Sound hooks, design systems, conversational personality, themed assets | themes, sound-hooks | | Harness Integration | Alternative harness adapters, TUI improvements, orchestration frameworks | opencode-adapter, workflow-orchestration |
**IMPORTANT DISTINCTION**: Do NOT confuse babysitter marketpl
Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.
Repo: a5c-ai/babysitter
This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to…
Discover public GitHub repositories that import defineTask from @a5c-ai/babysitter-sdk and maintain a deduplicated catalog of those repositories in…
This skill should be used when the user asks to "fix pipelines", "fix CI", "check staging pipelines", "fix failing workflows", "fix failing actions", or wants…
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to…
For a repository in the babysitter-users catalog, locate its babysitter processes and any committed runs (.a5c/runs/<runId>/) and perform a retrospective on a…
Build dependency-aware, batched dispatch queues for parallel agent execution.