rserseCommunityยท40 Agent Skills Included

ase

Plan-driven coding, code review, and task management workflows

Adds 49 structured software engineering workflows to your coding sessions: crafting features, fixing bugs, refactoring, linting, architecture review, and specification editing. Replaces ad-hoc prompting with named, persisted task plans that can be grilled, preflighted, implemented, and verified step by step. Keeps the developer in control with interactive dialogs, Git worktree isolation, diff summaries, and human-style code review verdicts.
npx skills add rse/ase --all -g -y
Available:

Explains to the agent how the ASE plugin, CLI, and MCP service fit together, how the 49 skills are organized, and which setup commands and conventions to follow when executing them.

All Skills in This Repository (40)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
rserse

ase-meta-diff

Summarize staged Git changes into intent-grouped narratives with risk assessment.

Community
Advanced
๐Ÿ“ฆ In Repo
rserse

ase-meta-evaluate

Evaluate alternatives using a weighted multi-criteria decision matrix.

Community
Advanced
๐Ÿ“ฆ In Repo
rserse

ase-meta-persona

Configure AI agent communication styles across five distinct personas.

Community
Basic
๐Ÿ“ฆ In Repo
rserse

ase-task-id

Assign and retrieve unique identifiers for software development tasks.

Community
Basic
๐Ÿ“ฆ In Repo
rserse

ase-meta-steelman

Construct a Steelman argument for a thesis through iterative refinement.

Community
Advanced
๐Ÿ“ฆ In Repo
rserse

ase-code-insight

Analyze project source code for abstract, author, churn, and module structure.

Community
Intermediate
๐Ÿ“ฆ In Repo
rserse

ase-task-delete

Delete task plans and switch to the default task via ASE.

Community
Intermediate
๐Ÿ“ฆ In Repo
rserse

ase-arch-discover

Discover and rank third-party components from package registries for a technology stack.

Community
Advanced
๐Ÿ“ฆ In Repo
rserse

ase-code-craft

Analyze codebases, propose approaches, and compose task plans for feature crafting.

Community
Intermediate
๐Ÿ“ฆ In Repo
rserse

ase-task-reboot

Reboot task plans in software development environments via ASE MCP tools.

Community
Intermediate
๐Ÿ“ฆ In Repo
rserse

ase-code-resolve

Analyze codebases, propose solutions, and execute resolution plans.

Community
Advanced
๐Ÿ“ฆ In Repo
rserse

ase-meta-commit

Generate a concise commit message from `git diff --cached` output.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install ASE?โ–ผ

Run `npx skills add rse/ase --all -g -y` in your terminal to install all skills globally. Afterwards run `ase setup install` to wire up the plugin, CLI, and background service.

What does ASE do for software developers?โ–ผ

It provides 49 ready-made workflows for daily engineering tasks: crafting features, resolving bugs, refactoring, linting, architecture analysis, specification editing, and changelog generation.

How do ASE task plans work?โ–ผ

ASE turns a request into a named, persisted task plan that survives across sessions. You can view, edit, grill, preflight, and implement the plan step by step before any code is committed.

Does ASE work with Claude Code, Copilot, and Codex?โ–ผ

Yes. Claude Code is the primary target, while GitHub Copilot CLI and OpenAI Codex CLI are supported by setting ASE_TOOL=copilot or ASE_TOOL=codex.

Can ASE review my code changes before committing?โ–ผ

Yes. The review skill critiques staged changes like a human reviewer with an approve/reject verdict, and the diff skill summarizes changes by intent with optional risk and blast-radius reports.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’