AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
Space-Dinosaurs avatar

Space-Dinosaurs

43 listings · 0 installs

Open-source publisher. Listings imported from github.com/Space-Dinosaurs — credited to the original author with their license.

↗ github.com/Space-Dinosaurs
43 results
Self-run
SKILL

Agent Learning Extractor

Per-ticket learning extraction agent. Spawned by /implement-ticket Phase 6 clean exit. Reads the resolved findings_log and extracts durable fix-pattern LRN (bug-fix) learnings to .agentic/learnings.md. Emits LRN entries ONLY - KNW (knowledge) capture is learnings-agent's responsibility via mandatory triggers. Tier 1 leaf agent, 30s timeout, soft-fail. Does not touch MEMORY.md, decisions.md, AGENT…

0
10
Free
Self-run
SKILL

Skill

A Claude skill from Space-Dinosaurs/DinoStack.

0
11
Free
Self-run
SKILL

Agent Engineer

General-purpose implementation agent. Spawn for any code change: new features, bug fixes, refactors, configuration changes, or script writing. Reads the codebase to understand conventions, implements the change, runs quality gates, and returns a clear summary of what was done. This is the standard Worker for all Elevated-risk implementation tasks.

0
10
Free
Self-run
SKILL

Update Agentic Engineering

Handles the full edit-sync-build-commit-push cycle for methodology and tooling files under your agentic-engineering install (resolved at runtime from `~/.agentic/agentic-engineering-config.json` `repo

0
9
Free
Self-run
SKILL

Skeptic

Orchestrate adversarial review for `$ARGUMENTS`. The main agent drives the loop: spawn Worker, spawn Skeptic, route findings, repeat until sign-off.

0
9
Free
Self-run
SKILL

Configure Team

Set up and verify a cross-harness agent team so any conductor (Claude, Codex, Gemini, Kimi, or other) can dispatch work across multiple AI harnesses with explicit role assignments.

0
10
Free
Self-run
SKILL

Agentic Engineering

Structured multi-agent software engineering workflow for planning, delegation, review, risk classification, quality gates, and shipping code. Use for software development tasks, implementation planning, code review, debugging, refactoring, and release work.

0
13
Free
Self-run
SKILL

Agentic Engineering

>

0
10
Free
Self-run
SKILL

Brief

Purpose: Interactive planning dialogue that produces a Brief artifact before architect and engineer

0
7
Free
Self-run
SKILL

Agentic Status

Read-only inspection of the agentic-engineering activation resolver.

0
8
Free
Self-run
SKILL

Agent Orchestration Planner

Agent team composition planner. Spawn when you have a complex goal or task and need to determine the optimal combination of agents, their sequencing, handoff points, and parallelization strategy before executing. Use when the right agent team is not obvious, when multiple phases are involved, when a high-level requirement needs decomposing into a concrete execution plan, or when you want to avoid…

0
13
Free
Self-run
SKILL

Migrate Project

Conductor-facing command to inspect and apply project scaffolding migrations from the canonical manifest (content/project-scaffolding.yml).

0
11
Free
Self-run
SKILL

Ticket Triage

Purpose: Strategic triage command that takes a ticket list or tracker input,

0
11
Free
Self-run
SKILL

Agent Dependency Auditor

Supply-chain review specialist. Spawn when the user says \"audit our dependencies\", \"is this upgrade safe\", \"any CVEs in our lockfile\", \"check license compliance\", \"review this new dependency\", \"do we have vulnerable packages\", or \"check our supply chain\". Triages lockfiles, runs ecosystem vulnerability tools, flags license risks, assesses maintenance signals, and produces a structur…

0
11
Free
Self-run
SKILL

Agent Architect

Pre-implementation technical design agent. Spawn when you need a structured technical plan before writing code. Reads the codebase, identifies patterns and constraints, evaluates approaches, and produces a concrete plan a Worker can execute directly. Never writes or modifies files.

0
11
Free
Self-run
SKILL

Init Project

Scaffold a new project with the standard AGENTS.md hierarchy, CLI tool config, and gitignore.

0
8
Free
Self-run
SKILL

Agentic Identity

Manage the developer identity used for session telemetry attribution.

0
10
Free
Self-run
SKILL

Agent Debugger

Root cause analysis agent. Spawn when a test is failing, a stack trace needs investigation, or a bug needs diagnosis. Investigates the codebase, forms and tests hypotheses, and returns a diagnosis plus a fix brief. Does NOT implement the fix.

0
12
Free
Self-run
SKILL

Agent Adr Generator

Expert agent for creating comprehensive Architectural Decision Records (ADRs) with structured formatting optimized for AI consumption and human readability.

0
11
Free
Self-run
SKILL

Agent Wrap Ticket

Per-ticket learnings capture invoked at /implement-ticket Phase 11b. Constrained subset of /wrap that fires automatically on every PR opened. Reads the ticket's findings_log, qa.md diff, merged diff, and conversation summary; appends durable learnings to MEMORY.md, decisions.md, and .agentic/context.md (## Recent Focus only). Does not touch AGENTS.md, qa.md, findings.md, tasks.jsonl, loop-state.j…

0
8
Free
Self-run
SKILL

Agent Investigator

Codebase investigation agent. Spawn when you need to understand code before deciding how to change it - tracing data flow, mapping blast radius, understanding feature behavior without a stack trace, or exploring an unfamiliar area. Returns a structured investigation brief the conductor can hand directly to architect or engineer. Does NOT implement changes or write to disk.

0
11
Free
Self-run
SKILL

Representation Audit

Performs a periodic prose quality pass over methodology files to surface Python-shaped writing and propose cleaner natural-language rewrites.

0
11
Free
Self-run
SKILL

Wrap

Use when you want a richer context file than the auto-hook provides — e.g. before handing off complex in-progress work to a future session.

0
11
Free
Self-run
SKILL

Skill Candidates

Read-only view of the skill-candidate backlog. Displays open and dismissed

0
9
Free
Self-run
SKILL

Agentic Disable

Append the agentic-engineering opt-out marker to the project

0
10
Free
Self-run
SKILL

Agent Release Orchestrator

End-to-end release sequencing agent. Spawn when you need to cut a release, ship this to production, bump version and tag, deploy to production, or roll back the last release. Owns the full sequence from pre-flight through post-deploy verification. Refuses to proceed when any gate fails. Does not write feature code. Hands failures to the debugger.

0
13
Free
Self-run
SKILL

Cleanup Worktrees

Clean up stale git worktrees and local branches in the current repository. Covers both worktree removal and local branch prune - see `content/references/worktree-lifecycle.md` §Branch prune for the ca

0
10
Free
Self-run
SKILL

Test Suite Comprehension

Map a project's test suite against its source files and surface where verification gaps live. Returns a coverage summary, a gap report ranked by risk, and the specific test files that are highest-leve

0
11
Free
Self-run
SKILL

Wrap Deferred

This command is invoked by the deferred-wrap daemon (`hooks/wrap-daemon.js`), not directly by users. The daemon resumes a cleanly-ended session headlessly (`claude --resume <id> -p \"/wrap-deferred\"` w

0
10
Free
Self-run
SKILL

Implement Ticket

Take a ticket (Linear, Jira, or none) from description to merged PR, with full agent orchestration (Architect → Orchestration Planner (conditional) → Engineer → Skeptic) and the CI Test URL posted bac

0
17
Free
Self-run
SKILL

Agent Security Auditor

Specialized security reviewer. Spawn when a deep, threat-model-driven security audit is needed on code changes. Applies OWASP Top 10 and CWE-category analysis systematically, assumes a capable attacker, and produces a structured findings report with severity ratings, specific code locations, and remediation guidance. The spawn prompt provides the files or code to audit, the security domain, and a…

0
8
Free
Self-run
SKILL

Agent Perf Analyst

Performance analysis specialist. Spawn when a feature is slow, investigating a performance regression, benchmarking before/after a change, profiling CPU or memory hotspots, measuring latency or throughput against a budget, or hunting memory leaks. Distinct from debugger (correctness failures, stack traces) and qa-engineer (acceptance criteria, browser verification). Profiles, benchmarks, and bise…

0
9
Free
Self-run
SKILL

Pull And Install

Pull the latest agentic-engineering (DinoStack) release and reinstall selected adapters, or perform a fresh clone-and-install if no existing install is detected. Use this when you want to update an ex

0
10
Free
Self-run
SKILL

Prune Harness

Performs a periodic analysis pass over methodology files to surface deletion candidates - rules whose motivating assumptions have expired as Claude has become more capable.

0
10
Free
Self-run
SKILL

Agent Product Discovery

Facilitated product discovery before any architecture or implementation work. Spawn when someone arrives with a product or feature idea that is not yet scoped - \"I want to build...\", \"we should add...\", \"thinking about a tool that...\", \"here's an idea for...\" - or when a project has no vision/requirements docs yet and work is about to start. Also spawn when the user asks to scope a featur…

0
11
Free
Self-run
SKILL

Agent Adr Drift Detector

Audits codebase compliance against Architecture Decision Records (ADRs). Invoke when the user mentions ADR compliance, architecture drift, \"does code match ADRs\", architectural audit, or wants to verify decisions are being followed. Automatically finds ADRs, extracts decisions, searches code for evidence, and produces a structured drift report.

0
12
Free
Self-run
SKILL

Agent Qa Engineer

Dynamic verification agent for runtime testing. Spawn after Skeptic review, before merge, for any change with visible UI or behavioral output. Also invoked when the user says \"run QA\", \"verify in the browser\", \"check the feature works\", \"test the acceptance criteria\", or \"does it work\". Verifies changes work in a real browser, runs test suites, validates against acceptance criteria and…

0
8
Free
Self-run
SKILL

Agentic Help

Static, zero-token command reference for the agentic-engineering skill.

0
7
Free
Self-run
SKILL

Ticket Status Sync

Reconciles a ticket's tracker column with the actual state of its code. Fires the Done (or other appropriate) transition that /implement-ticket leaves unfired on the default human-merge path

0
13
Free
Self-run
SKILL

Agentic Cost

Render token and wall-time rollups from `.agentic/events.jsonl`. Optionally

0
9
Free
Self-run
SKILL

Memory Update

When a project-affecting decision has been confirmed in conversation, the main agent invokes this command with the decision context passed as `$ARGUMENTS`.

0
12
Free
Self-run
SKILL

Agent Learnings Agent

Session-scoped background learnings capture. Spawned by the conductor when the first mandatory capture trigger fires in a session. Receives learning events as messages, writes structured LRN (bug-fix) or KNW (knowledge) entries to .agentic/learnings.md and optionally to MEMORY.md. Uses dedup, caps, and soft-fail discipline. Does not touch decisions.md, AGENTS.md, findings.md, qa.md, tasks.jsonl,…

0
10
Free
Self-run
SKILL

Agent Skeptic

Adversarial code reviewer. Spawn when conducting Skeptic Protocol review of Worker output. Evaluates implementation against an adversarial brief, classifies findings as Critical/Major/Minor, and produces a structured sign-off. The spawn prompt must contain four things: (1) the adversarial brief defining the attack surface to probe, (2) Worker output as inline text or file paths, (3) a resolved-is…

0
9
Free
You've reached the end · 43 loaded