acaprino

60 mods across 1 repository, 8 stars between them.

acaprino/daodan

Skill Claude CodeCodex

Maintenance protocol for hand-authored plugins that have no upstream to diff against: the four freshness risk classes and their cadences, where hard-coded versions hide, the re-research and surgical-edit update protocol, the refresh commit tag, and triage for picking what to refresh next. TRIGGER WHEN: the user asks…

8 6d ago A 172 tokens original MIT

downstream-exports

02

acaprino/daodan

Skill Claude CodeCodex

How our content reaches hosts that are not Codex: the three adapters, what each host expects a package to look like, how the compiler renders harnesses from templates, how a neutral policy gets a host implementation, when a fingerprinted semantic override is the right answer, and the content that deliberately keeps…

8 6d ago A 159 tokens original MIT

acaprino/daodan

Skill Claude CodeCodex

Workflow for the FIRST vendoring of content from an external GitHub repository into this marketplace: classification, the four decision dimensions, the license compliance gate, fetch and inspect, convention adaptation, wiring the content into agents and commands, tracking, and the commit shape. TRIGGER WHEN: the user…

8 6d ago A 169 tokens original MIT

upstream-sync

04

acaprino/daodan

Skill Claude CodeCodex

The sync table of every plugin ported from an external repository, the default upstream-update strategy (classify each file, preserve local customizations, apply targeted Edits), the gh api fetch patterns, and the non-obvious per-plugin sync notes. TRIGGER WHEN: the user asks for "upstream updates", asks to sync or…

8 6d ago A 155 tokens original MIT

daodan

05

acaprino/daodan

Plugin Claude Code

Plugin marketplace listing 40 plugins: abstraction-architect, ai-tooling, app-analyzer, browser-extensions, business.

8 6d ago A tokens not measured original MIT

daodan AGENTS.md

06

acaprino/daodan

Instructions file CodexOpenCode

Instructions for acaprino/daodan, covering daodan, project structure, conventions, marketplace update workflow and adding a new plugin.

8 6d ago A 11,358 tokens original MIT

daodan CLAUDE.md

07

acaprino/daodan

Instructions file

Instructions for acaprino/daodan, covering daodan, project structure, conventions, marketplace update workflow and adding a new plugin.

8 6d ago A 11,362 tokens copy · 94% MIT

acaprino/daodan

Plugin Claude Code

Structural entropy auditor: finds where the same concept is represented, owned, computed or implemented more than once, and what it costs when that concept changes. Seven dimensions over two evidence tracks. Knowledge track (duplicated domain knowledge, competing sources of truth, redundant representation, duplicated…

8 6d ago A tokens not measured original MIT

acaprino/daodan

Agent

Adversarial auditor for structural entropy, report-only. Global mode censuses the whole codebase from .deep-dive/ plus its own discovery pass; diff mode anchors on the changed files. TRIGGER WHEN: spawned by /abstraction-architect:audit, or as the abstraction dimension of /senior-review:team-review or…

8 6d ago A 193 tokens original MIT

audit

10

acaprino/daodan

Command

Audit a codebase for structural entropy, or with --diff check whether a change introduces new entropy. Report-only; auto-launches /codebase-xray:analyze when .deep-dive/ is missing. TRIGGER WHEN: the user asks to audit duplicated knowledge, competing sources of truth, redundant models, derivable state, or wrong…

8 6d ago A 72 tokens original MIT

acaprino/daodan

Skill Claude CodeCodex

Knowledge base for structural entropy: the cost of change when one concept lives in many places. TRIGGER WHEN: the user asks "should I extract this", "who owns this rule", "is this DRY enough", "is this the wrong abstraction"; centralizing, inlining or removing a layer; auditing for duplicated domain knowledge…

8 6d ago A 204 tokens original MIT

ai-tooling

12

acaprino/daodan

Plugin Claude Code

AI development workflow - prompt engineering and optimization, and Claude Agent SDK integration guide.

8 6d ago A tokens not measured original MIT

prompt-engineer

13

acaprino/daodan

Agent

Author, restructure, and evaluate the text that steers a model. TRIGGER WHEN: writing system prompts, designing agent instructions, or optimizing prompt performance for reliability and token efficiency.

8 6d ago A 40 tokens original MIT

prompt-optimize

14

acaprino/daodan

Command

Present the efficiency-versus-effectiveness frontier as labelled variants and let the user pick. TRIGGER WHEN: the user wants to review or optimize a prompt, system message, or agent instructions for clarity/tokens/reliability.

8 6d ago A 45 tokens original MIT

agent-sdk-builder

15

acaprino/daodan

Skill Claude CodeCodex

Run the Claude Agent SDK (formerly Claude Code SDK) loop inside your own program, not the anthropic client SDK for chat completions. TRIGGER WHEN: code references claude-agent-sdk, user says "agent sdk", "build an agent", "programmatic claude", "claude code sdk", "sidecar", "run claude programmatically"; or asks about…

8 6d ago A 99 tokens original MIT

app-analyzer

16

acaprino/daodan

Plugin Claude Code

Comprehensive app analysis for Android (ADB) and web (Playwright MCP) - navigation mapping, competitive analysis, design system extraction, UX flow analysis, and business model intelligence.

8 6d ago A tokens not measured original MIT

app-analyzer

17

acaprino/daodan

Agent

Two-phase teardown of a rival product, platform auto-detected. TRIGGER WHEN: analyzing competitor apps, mapping app navigation, extracting design systems, or conducting UX audits on Android via ADB or on the web via Playwright MCP.

8 6d ago A 51 tokens original MIT

browser-extensions

18

acaprino/daodan

Plugin Claude Code

Expert Firefox extension (WebExtension) developer covering Manifest V2/V3, all 51 browser. APIs, content scripts, background scripts, native messaging, cross-browser compatibility, AMO publishing, web-ext CLI tooling, project scaffolding, and live MDN documentation lookup; includes /firefox-scaffold, /firefox-lint, /f.

8 6d ago A tokens not measured original MIT

acaprino/daodan

Agent

Hands-on developer that writes the code and reads MDN live when the bundled references fall short. TRIGGER WHEN: creating, debugging or publishing any Firefox extension, WebExtension or browser add-on, migrating Manifest V2 to V3, or fixing cross-browser compatibility.

8 6d ago A 58 tokens original MIT

firefox-lint

20

acaprino/daodan

Command

Runs web-ext lint plus static checks for forbidden APIs, permission bloat, remote-hosted code and Manifest V3 migration issues. TRIGGER WHEN: linting, validating or checking a Firefox extension, before an AMO submission or a git push on an extension project.

8 6d ago A 56 tokens original MIT

firefox-publish

21

acaprino/daodan

Command

Lints, signs and uploads a build on the listed or unlisted channel, then walks the user through the review workflow. TRIGGER WHEN: publishing, releasing, submitting, uploading or signing a Firefox extension, or preparing an addons.mozilla.org (AMO) submission.

8 6d ago A 54 tokens original MIT

firefox-scaffold

22

acaprino/daodan

Command

Generates manifest.json (V3 default), directory layout, content and background scripts, web-ext config and a working popup. TRIGGER WHEN: creating, bootstrapping or scaffolding a new Firefox extension, WebExtension or browser add-on. DO NOT TRIGGER WHEN: features are added to an existing extension (use the…

8 6d ago A 70 tokens original MIT

acaprino/daodan

Skill Claude CodeCodex

Reference knowledge base behind the firefox-extension-dev agent. TRIGGER WHEN: any Firefox WebExtension or add-on work touching manifest.json, browser. APIs, AMO submission or the web-ext CLI.

8 6d ago A 44 tokens original MIT

business

24

acaprino/daodan

Plugin Claude Code

Legal advisory, compliance document generation, and SaaS business planning - Privacy Policies, Cookie Policies, DPAs, GDPR/ePrivacy/CCPA compliance, contract review, GTM strategy, market sizing, pricing, and positioning.

8 6d ago A tokens not measured original MIT