From akira
Provides shared bash libraries for Claude skills: phase0.sh manages session state, intel relay, memory read, hypotheses; signals.sh emits append-only signals. Sourced by other skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/akira:_sharedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This directory contains bash libraries sourced by all Akira skills. It is not an invokable skill.
This directory contains bash libraries sourced by all Akira skills. It is not an invokable skill.
phase0.sh - canonical Phase 0 functions: p0_init_vars, p0_state_gate, p0_read_relay, p0_read_memory, p0_read_hypotheses, p0_manifest_write, p0_relay_write, p0_completion_gatesignals.sh - atomic append-only signal emission: emit_signal TYPE VALUE SOURCE CONFIDENCEsource ~/.claude/skills/_shared/phase0.sh
source ~/.claude/skills/_shared/signals.sh
npx claudepluginhub kalpmodi/akiraGuides creating and optimizing Claude Code Skills with activation patterns, frontmatter structure, hooks, workflows, and best practices. Use for new skills, memory conversions, activation debugging.
Guides developers in creating, improving, and organizing SKILL.md files for Claude Code plugins, covering frontmatter, triggers, structure, progressive disclosure, hooks, budgets, and best practices.
Guides creation of new Claude Code skills from scratch, listing existing user/project skills, samples, current directory, and providing metadata templates for descriptions/tags.