skills.arya.sh

$ skills add https://skills.arya.sh

$ skills add https://skills.arya.sh --skill scratchpad

commit

Group local git changes into Conventional Commits.

Stages files or hunks after you say yes. Does not push or open a PR.

delivery

Plan how scoped work ships, then run the plan.

PR shape, lanes, and validation. Never merges.

discovery

Scope a project or migration by reading the code, then interviewing you.

Leaves an approved Scratchpad backlog. Does not write product code.

engineering-standards

Taste and coding standards for TypeScript and Effect.

Naming, modules, tests, docs. Taste-only on other stacks.

handoff

Write a continuity note so the next session can pick up cold.

Lives under .scratchpad/backlog/handoffs/.

how

Walk through how a code path works from the current tree.

Read-only. Use why for history.

pr

Take a branch from open PR to merge.

Titles, review comments, CI, stacks. Use commit for local grouping.

scratchpad

Short-term repo memory in .scratchpad.

Plans, backlogs, handoffs. Git and live evidence stay the source of truth.

skill-creator

Author or repair a skill's SKILL.md, resources, and package.

Use project-skill-setup to choose what a repo installs.

why

Trace why code exists from git, issues, and other evidence.

Read-only. Use how for current mechanics.