asuramaya

Practices — Development skill for Claude Code

Development community

Read the technique log.

How to install Practices

Installs to ~/.claude/skills/asuramaya-osiris-practices/SKILL.md

Terminal
mkdir -p ~/.claude/skills/asuramaya-osiris-practices && curl -fsSL https://raw.githubusercontent.com/asuramaya/osiris/HEAD/commands/practices.md -o ~/.claude/skills/asuramaya-osiris-practices/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Practices does

Read the technique log. With no `ref`, call the osiris MCP tool `practices` (optional `surface` to narrow to one domain, `recent=True` to order by last-touched instead of most-confirmed). With a `ref` (a practice's uuid, short id, or a distinctive phrase from its own statement), call `practices` with no args, then show only the row(s) whose `id`/`statement` match — never guess a match the listing doesn't actually contain. Print the result verbatim in a code block. No commentary, no re-rendering.

Alternatives in Development

  • Engage.Memory — Cross-engagement pattern memory — recall prior techniques, record confirmed findings, housekeeping 348 ★
  • Update Scaffold — Check for and apply myPKA scaffold framework updates safely 296 ★
  • Technique Combine People — Combine a user's photo with another person (real or fictional) into a single composite image: $ARGUMENTS 178 ★

Full documentation available on GitHub

View Source Repository