10CG/aria-plugin
Skill Claude CodeCodex
Generate project-specific Agent configurations based on coverage gap analysis. Creates STCO-formatted Agent definitions with capabilities tags in .aria/agents/. Use when coverage-report.yaml identifies gaps that need new Agents.
10CG/aria-plugin
Skill Claude CodeCodex
Analyze project needs against existing Agent capabilities to identify coverage gaps. Reads project-profile.yaml and Agent capabilities tags, outputs deterministic coverage report. Use when evaluating which Agents are missing for a project.
10CG/aria-plugin
Skill Claude CodeCodex
A task-routing skill that chooses an appropriate coding agent based on the kind of work and the file paths involved. An agent is a specialised automated coding helper.
10CG/aria-plugin
Skill Claude CodeCodex
An experimental multi-agent audit skill that coordinates several coding agents at important project stages.
10CG/aria-plugin
Skill Claude CodeCodex
A work-estimation skill that uses token usage from earlier development cycles to forecast the size of a specification. Tokens are units used to measure an AI agent's text processing.
10CG/aria-plugin
Skill Claude CodeCodex
An API documentation generator that creates documentation and OpenAPI specifications from backend code. OpenAPI is a standard format for describing HTTP APIs.
10CG/aria-plugin
Skill Claude CodeCodex
A shared configuration for architecture-documentation skills, including three documentation levels, naming rules, and file locations. Architecture documentation describes how a software system is organised.
10CG/aria-plugin
Skill Claude CodeCodex
A document scaffold generator that turns a PRD, or product requirements document, into a starting outline for system architecture. It extracts key information and fills a template.
10CG/aria-plugin
Skill Claude CodeCodex
An architecture-document search skill that looks through design and architecture documents instead of searching the project code first.
10CG/aria-plugin
Skill Claude CodeCodex
An architecture-document updater for recording changes such as adding a new providerfactory.py file. The description does not say how it updates the document.
10CG/aria-plugin
Skill Claude CodeCodex
A monitor that reads the current Claude Code session’s context usage and returns the used amount, remaining amount, window size, confidence, and data age. Context is the conversation and information the model can use in one session.
10CG/aria-plugin
Skill Claude CodeCodex
A project progress dashboard generator that reads five supported project data sources and builds a self-contained HTML page.
10CG/aria-plugin
Skill Claude CodeCodex
An Aria installation health checker that examines default hook installation and configuration consistency, including duplicate local and plugin copies.
10CG/aria-plugin
Skill Claude CodeCodex
A reporting tool for sending Aria bug reports and feature requests to the correct issue tracker. It routes internal users to Forgejo and external users to GitHub, while collecting environment details.
10CG/aria-plugin
Skill Claude CodeCodex
A shared data layer for measuring Claude Code context and token usage. It reads usage records, cached relay data, and resolves one of four context-window sizes.
10CG/aria-plugin
Skill Claude CodeCodex
A multi-round audit coordinator that runs repeated project checks and compares the resulting conclusions until they reach agreement or a challenge process is complete.
10CG/aria-plugin
Skill Claude CodeCodex
A structured brainstorming aid for clarifying problems, breaking down requirements, and discussing technical approaches. It records decisions for later use in a specification.
10CG/aria-plugin
Skill Claude CodeCodex
A branch-completion routine for running final checks and cleaning up a Git worktree. A worktree is a separate working directory connected to the same Git repository.
10CG/aria-plugin
Skill Claude CodeCodex
A Git branch workflow manager that handles branch creation, pushing branches, and opening pull requests, which are requests to review and merge code changes.
10CG/aria-plugin
Skill Claude CodeCodex
A commit-message writer that summarizes staged Git changes using the Conventional Commits format, a shared style for describing code changes.
10CG/aria-plugin
Skill Claude CodeCodex
A project configuration loader for Aria that finds, parses, validates, and applies defaults from .aria/config.json. It is internal infrastructure used by other skills.
10CG/aria-plugin
Skill Claude CodeCodex
A synchronisation tool for linking User Stories—short descriptions of user needs—to Forgejo Issues, and publishing product requirements documents to a Wiki. Forgejo is a self-hosted code and project management service.
10CG/aria-plugin
Skill Claude CodeCodex
Shared tools for checking whether multiple Git remotes match and verifying pushes. Git remotes are saved locations, such as repositories hosted on different servers.
10CG/aria-plugin
Skill Claude CodeCodex
An issue-checking workflow for bug reports, feature requests, and discussions. It verifies the relevant version, code path, active branches, and reproduction details before suggesting a solution.