mica-agent
Official@mica-agent
Offers structured codebase maintenance, TypeScript type-checking, and modular component orchestration through rigorous approval-gated development cycles.
Agent Skills by mica-agent
Showing 14 vetted skills indexed across 1 GitHub repositories.
verify-then-continue
Run type-checking and HTTP/UI/WebSocket verification before continuing after code changes.
discover-dependency
Enumerate build subproblems and classify external resources as libraries, assets, services, or bespoke logic.
doc-consistency
Prompt for approval before propagating doc updates after code or metadata edits.
develop
Enforce a plan-before-build workflow with approval gating and verification.
analyze-repo
Organize local code repositories into modules and generate analysis manifests.
participate-fully
Assess Mica canvas changes and select the appropriate response action.
card-class-handbook
Enforce the canonical Mica card-class contract for authoring UI components.
decompose-task
Decompose approved build requests into named subcomponents and orchestrate parallel implementation.
fix-bug
Diagnose and fix software bugs through reproduction, root-cause tracing, and verification.
grow-canvas
Propose new Mica canvas cards from conversation signals.
add-third-party-tool
Wrap third-party CLI tools into project-scoped MCP tool endpoints.
be-precise
Enforce precise file paths and verification steps for codebase edits.
single-file-edit
Guide staged multi-file TypeScript edits with type-checking between changes.
revise
Treat follow-up requests as spec amendments requiring explicit approval before implementation.
Frequently Asked Questions About mica-agent
FAQPage SchemaWhat specific development tasks does mica-agent enable?▼
Mica-agent enables structured codebase maintenance, including multi-file TypeScript edits, dependency classification, and bug reproduction. It enforces rigorous verification steps, such as type-checking and HTTP/WebSocket validation, ensuring that all code changes meet predefined quality contracts before final implementation.
Which engineering personas benefit from using mica-agent?▼
Software engineers and technical leads managing complex TypeScript repositories benefit from mica-agent. It is designed for developers who require strict approval gating, modular code organization, and precise file-path management to maintain consistency across large-scale project architectures.
What are the prerequisites for implementing mica-agent?▼
Implementation requires a TypeScript-based codebase and adherence to the canonical Mica card-class contract for UI components. Users must define project-scoped endpoints for external resources and ensure that build requests are structured for decomposition into named subcomponents.