langchain-init
Initialize a new LangChain TypeScript project with recommended configuration. Use when starting a new LLM-powered application, scaffolding an AI agent project, or setting up LangChain with TypeScript from scratch.
Dispatch contract for any workflow that spawns more than one agent in parallel — whether via the native TeamCreate / agent-teams flow or plain parallel Agent tool fan-out. Covers the three recurring failure modes: worktree hygiene collisions, unbounded agent scope leading to context overflow, and silent agent exits that leave loose ends invisible to the orchestrator. Use when planning to spawn two or more agents that run concurrently, when authoring a lead/orchestrator prompt that will fan out work, or when recovering from a silent agent exit or worktree collision. Complements agent-teams (TeamCreate mechanics) and custom-agent-definitions (agent file structure).
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "parallel-agent-dispatch" with this command: npx skills add laurigates/skillsmp-laurigates-laurigates-parallel-agent-dispatch
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Initialize a new LangChain TypeScript project with recommended configuration. Use when starting a new LLM-powered application, scaffolding an AI agent project, or setting up LangChain with TypeScript from scratch.
Publish a package to the npm registry after building with Bun. Use when the user wants to release to npm, preview a publish with `--dry-run`, publish a scoped package with `--access public`, or enable supply chain `--provenance` signing. Triggers: "publish to npm", "release this package", "npm publish dry run", "publish scoped package with provenance".
No summary provided by upstream source.
File a new taskwarrior task with blueprint linkage (bpid/bpdoc/bpms) and, when a GitHub remote is present, optional issue linkage via ghid. Checks for duplicates by bpid, offers to pre-fill from an existing GitHub issue, or offers to create a new issue. Use when adding a coordination task for multi-agent work, linking a blueprint WO to an actionable queue entry, or mirroring a GitHub issue into the local task queue.