
can1357/oh-my-pi
2 skills2 installs22.6k starsGitHub
Install
npx skills add https://github.com/can1357/oh-my-piSkills in this repo
1Semantic CompressionSemantic Compression is an agent skill that strips predictable grammatical scaffolding from text while keeping meaning-bearing words, so solo builders can feed models smaller prompts and context windows without losing intent. It follows an aggressive compression stance: output may be fragments, deletion is the default, and function words stay only when removing them would change meaning. Tier 1 always removes articles, copulas, expletive openings, pure intensifiers, and obvious filler; Tier 2 trims auxiliaries and modals unless tense or modality matters. Use it whenever you are preparing LLM input, trimming long README or spec paste-ins, or tuning documentation for repeated agent runs. It is procedural knowledge packaged as SKILL.md—not a hosted API—so it runs inside your agent session with no extra permissions. Journey-wide placement reflects that any phase (idea notes, validate specs, build tickets, ship runbooks) benefits from leaner context before the model reads it.1installs2System Promptssystem-prompts is an agent skill that encodes house style for writing system prompts, tool documentation, and agent definitions that models actually follow. Solo and indie builders use it whenever they author or edit instructions an agent reads—not only on greenfield agents, but also when refining sub-agents, MCP tool descriptions, or project conventions mid-build. The skill treats XML-style tags as literal structural contracts, documents which tags are in active use versus noise, and standardizes normative language through full-caps RFC 2119 keywords instead of soft adverbs. It also prescribes where critical rules sit, what “done” means under completeness rules, and a phased workflow from scoping through verification. The outcome is prompts that compress well without becoming ambiguous, which reduces drift across Claude Code, Cursor, Codex, and similar runtimes that share SKILL.md-style procedural knowledge.1installs