autonomous-dev-team

autonomous-dev-team is a skill for Claude Code, Codex from AbdullahMalik17/malikclaw. It costs 21 tokens per session (278 once invoked), scanned A, original, MIT.

A multi-agent workflow that divides a software goal into dependent tasks and assigns them to specialist roles. A DAG is a task graph where work follows defined dependencies and can run in parallel when ready.

In plain words
What is it for?
Breaking down software projects, researching requirements, implementing code and tests, running quality and security checks, and producing a combined summary.
Why use it?
It coordinates architecture, research, implementation, testing, and communication instead of handling a complex goal as one undivided task.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/abdullahmalik17/malikclaw/autonomous-dev-team
Any agent
npx skills add AbdullahMalik17/malikclaw --skill autonomous-dev-team
Clone the repo
git clone --depth 1 https://github.com/AbdullahMalik17/malikclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for autonomous-dev-team

README.md
[![agentmods](https://agentmods.dev/badge/skills/abdullahmalik17/malikclaw/autonomous-dev-team.svg)](https://agentmods.dev/skills/abdullahmalik17/malikclaw/autonomous-dev-team)
Your own site
<a href="https://agentmods.dev/skills/abdullahmalik17/malikclaw/autonomous-dev-team"><img src="https://agentmods.dev/badge/skills/abdullahmalik17/malikclaw/autonomous-dev-team.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00278
Opus 5 $0.00010 $0.00139
Sonnet 5 $0.00004 $0.00056
Haiku 4.5 $0.00002 $0.00028

Measured 5d ago against content hash 1285cad23d24, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

autonomous-dev-team scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/autonomous-dev-team/SKILL.md · 31 lines

What it actually says

🤖 Autonomous Multi-Agent Team Skill

Use this skill when decomposing complex software goals into parallel, role-based workflows using MalikClaw's supervisor DAG engine.

Roles & Capabilities

  • Architect (architect): Decomposes high-level goals into modular DAG tasks (DependsOn).
  • Researcher (researcher): Gathers specs, API docs, web content, and context.
  • Engineer (engineer): Implements code, refactors functions, and writes unit tests.
  • QA & Auditor (qa): Runs lints, performs security checks, and audits edge cases.
  • Communicator (communicator): Formats technical summaries and user release notes.

Execution Flow

  1. Call team_run with the high-level goal:
{
  "goal": "Build a secure OAuth 2.0 PKCE authentication module in Go"
}
  1. The orchestrator generates subtasks with explicit dependencies and executes ready tasks concurrently.
  2. Outputs are aggregated into a unified multi-agent consensus report.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 31 lines · 21 tokens per session scan A 1285cad23d24

Subscribe to this mod's changes

autonomous-dev-team is a skill published in the GitHub repository AbdullahMalik17/malikclaw (15 stars, last pushed 10d ago), licensed MIT. It adds 21 tokens to every session and 278 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-orchestration

Agent orchestration patterns for agentic loops, multi-agent coordination, alternative frameworks, and multi-scenario workflows. Use when building autonomous agent loops, coordinating multiple agents, evaluating CrewAI/AutoGen/Swarm, or orchestrating complex multi-step scenarios.

yonatangross/orchestkit · 56 tokens

dagr-producer

Emit and maintain a dagr run file — a live, contract-valid JSON description of recursive projects, tasks, attempts, gates, evidence, policies, events, and operator-message resolutions that dagr view renders as a DAG. Use when orchestrating agents or tracking multi-step work that a dagr pane should display.

aemrebarut/herdr-dagr · 70 tokens

review-team

6つの専門レビュアーロールを並列実行し、consensusLevel(複数ロールの合意度)と Tech Lead レポート(top3指摘・blindSpots・consensusSummary)で結果を統合する マルチエージェントレビュー entry skill。 Parallel multi-role review with consensus scoring (consensusLevel) and Tech Lead report. Use when a major release needs exhaustive multi-angle review, or when a single-perspective review…

s977043/river-review · 147 tokens

loop-engineering

Use when a repeatable task must become a bounded Trigger -> Execute -> Verify -> State loop, scheduled automation, goal agent, or metric-driven research cycle.

Mark393295827/graph-engineering-architectures · 35 tokens

agent-teams-command

Use when work has genuinely independent streams or distinct builder, evaluator, domain, and integration roles that require bounded multi-agent command.

Mark393295827/graph-engineering-architectures · 30 tokens

harness-engineering

Use when an agent workflow needs production-like runtime controls for context, tools, permissions, observability, scheduling, evaluation, recovery, or maintenance.

Mark393295827/graph-engineering-architectures · 34 tokens