Agent Plugins Marketplace
All plugins

awino

v0.6.5

Agentic workflow orchestration with explicit plans, evidence, and completion gates.

Claude Code16 Skills

By Luke AwinoLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
16 skill or MCP entries
Source updated
Sep 4, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install awino for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install awino@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Lukematic/agent-smith

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

awino/
├── .claude-plugin/plugin.json
├── skills/awino-author-agent/SKILL.md
├── skills/awino-author-tool/SKILL.md
├── skills/awino-bootstrap/SKILL.md
├── skills/awino-config-review/SKILL.md
├── skills/awino-consult/SKILL.md
├── skills/awino-debug/SKILL.md
├── skills/awino-delegate/SKILL.md
├── skills/awino-discover/SKILL.md
├── skills/awino-evidence/SKILL.md
├── skills/awino-memory/SKILL.md
├── skills/awino-ralph/SKILL.md
├── skills/awino-reproducibility/SKILL.md
├── skills/awino-rpi/SKILL.md
├── skills/awino-self-update/SKILL.md
├── skills/awino-triage/SKILL.md
└── skills/awino-visualize/SKILL.md

Included Skills16

awino-author-agentskills/awino-author-agent/SKILL.md

Use when asked to create a new agent, subagent, orchestrator, or specialist. Searches the existing skill library first, writes a spec for approval, then emits a validated agent definition to staging.

awino-author-toolskills/awino-author-tool/SKILL.md

Decide whether a capability should be a skill, a hook, a script, a recipe, or an MCP server, then build it. Use when asked to create a tool or extend what an agent can do

awino-bootstrapskills/awino-bootstrap/SKILL.md

Use on A.W.I.N.O. first run to create the .smith folder scaffold and verify the knowledge registry against upstream. Triggers on "bootstrap A.W.I.N.O.", "set up A.W.I.N.O.", missing .smith folder.

awino-config-reviewskills/awino-config-review/SKILL.md

Audit project configuration such as pyproject.toml, uv.lock, Makefile/Justfile, CI workflows, harness config, .env files, and kilo.json permissions for drift, conflicts, and unsafe defaults. Use for config, setup, CI, or permission audit requests. Read-only, never mutates files.

awino-consultskills/awino-consult/SKILL.md

Use when asked a conceptual agentic-engineering question such as what is a harness, how should context be managed, or which pattern fits. Fetches at most three chapters from the book registry and answers with citations.

awino-debugskills/awino-debug/SKILL.md

Debug concrete bugs, errors, exceptions, ValueError failures, pytest failures, and failing tests through reproduce, diagnose, fix, and verify phases with evidence-backed fix authorization.

awino-delegateskills/awino-delegate/SKILL.md

Decompose work into parallel subagents with disjoint file ownership. Use when independent workstreams can run simultaneously and the orchestrator should coordinate rather than implement

awino-discoverskills/awino-discover/SKILL.md

Mission-first discovery for a raw idea or sparse repository. Reflects the project purpose, asks one frontier question at a time, captures goals tenets expectations non-goals and success criteria, and refuses to rush into a spec before the user confirms intent.

awino-evidenceskills/awino-evidence/SKILL.md

Evidence sufficiency and citation gate for research RAG QA and scientific workflows. Decides answer retrieve-more clarify no-answer or block-unsupported-synthesis before factual output is released.

awino-memoryskills/awino-memory/SKILL.md

Dual-write memory discipline for A.W.I.N.O. - stores durable rules in the Memory MCP extension for recall and mirrors every entry to an append-only file ledger for audit

awino-ralphskills/awino-ralph/SKILL.md

Iterative work-review loop with fresh context per iteration and independent verification. Use when a task has a machine-checkable completion gate and may need several attempts to get right

awino-reproducibilityskills/awino-reproducibility/SKILL.md

Reproducibility discipline for scientific research pipelines. Requires traceable run artifacts with inputs configuration model identity event history and rerun instructions.

awino-rpiskills/awino-rpi/SKILL.md

Research then Plan then Implement for complex multi-file changes. Use for refactors, migrations, feature additions, large upgrades, and documentation overhauls where jumping to code would drift

awino-self-updateskills/awino-self-update/SKILL.md

Use when asked to refresh A.W.I.N.O.'s knowledge base or curate the chapter registry against upstream. For updating A.W.I.N.O.'s own installed version (Claude plugin or standalone clone), run 'awino update' directly instead - that is a single command, not a skill with judgment calls.

awino-triageskills/awino-triage/SKILL.md

Use when an agent is misbehaving and the complaint is vague. Converts "the agent is bad" into a named failure mode, a responsible surface, and a structural fix rather than a prompt patch.

awino-visualizeskills/awino-visualize/SKILL.md

Create concrete visual explanations from architecture, processes, timelines, comparisons, and quantitative data. Use whenever the user asks for a diagram, chart, visualization, image, schematic, map, dashboard, workflow, sequence, or visual comparison. Prefer Mermaid in chat, then SVG or self-contained HTML when richer output materially improves understanding.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "awino",
  "displayName": "A.W.I.N.O.",
  "version": "0.6.5",
  "description": "Agentic workflow orchestration with explicit plans, evidence, and completion gates.",
  "author": {
    "name": "Luke Awino",
    "url": "https://github.com/Lukematic"
  },
  "homepage": "https://github.com/Lukematic/agent-smith",
  "repository": "https://github.com/Lukematic/agent-smith",
  "license": "MIT",
  "keywords": [
    "agents",
    "workflow",
    "verification",
    "harness"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[awino on Agent Plugins Marketplace](https://pluginsmp.com/plugins/awino)