10CG

67 mods across 4 repositories, 8 stars between them.

agent-creator

25

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.

1 2d ago A 43 tokens

agent-gap-analyzer

26

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.

1 2d ago A 42 tokens

agent-router

27

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.

1 2d ago A 45 tokens

agent-team-audit

28

10CG/aria-plugin

Skill Claude CodeCodex

An experimental multi-agent audit skill that coordinates several coding agents at important project stages.

1 2d ago A 59 tokens

ai-native-estimator

29

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.

1 2d ago A 104 tokens

api-doc-generator

30

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.

1 2d ago A 48 tokens

arch-common

31

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.

1 2d ago A 47 tokens

arch-scaffolder

32

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.

1 2d ago A 52 tokens

arch-search

33

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.

1 2d ago A 44 tokens

arch-update

34

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.

1 2d ago A 49 tokens

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.

1 2d ago A 96 tokens

aria-dashboard

36

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.

1 2d ago A 100 tokens

aria-doctor

37

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.

1 2d ago A 87 tokens

aria-report

38

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.

1 2d ago A 90 tokens

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.

1 2d ago A 71 tokens

audit-engine

40

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.

1 2d ago A 179 tokens

brainstorm

41

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.

1 2d ago A 101 tokens

branch-finisher

42

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.

1 2d ago A 37 tokens

branch-manager

43

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.

1 2d ago C 49 tokens

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.

1 2d ago A 41 tokens

config-loader

45

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.

1 2d ago A 49 tokens

forgejo-sync

46

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.

1 2d ago A 37 tokens

git-remote-helper

47

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.

1 2d ago A 54 tokens

issue-triage

48

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.

1 2d ago A 103 tokens