oh-my-pi
AI coding agent with IDE, debugger, and prompt-engineering skills built in
All Skills in This Repository (11)
Pure Emerald Level Indicatorssemantic-compression
Reduce grammatical scaffolding in text while preserving semantic content.
system-prompts
Generate XML-structured system prompts, tool docs, and agent definitions.
different-name
Detect mismatches between SKILL.md frontmatter names and parent directory names.
Invalid_Name
Validate and sanitize skill names against repository naming rules.
valid-skill
Validate Skill Unit discovery with a minimal SKILL.md frontmatter entry.
unknown-field
Validate SKILL.md frontmatter for mandatory name and description fields.
this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard
Validate skill names against a 64-character limit.
bad--name
Detect consecutive hyphens in strings and normalize or reject them.
child-skill
Discover nested SKILL.md files and extract their metadata in a repository.
calendar
Create, update, and organize calendar events with time zone support.
tool-prompt-optimization
Measures schema-prompt overlap to prune redundant lines from AI agent tool prompts.
Frequently Asked Questions
FAQPage SchemaHow to install oh-my-pi?▼
Run `npx skills add can1357/oh-my-pi --all -g -y` in your terminal to install all skills in this suite globally.
What is the omp coding agent?▼
It is a terminal AI coding agent with 31 built-in tools, language server integration, and a real debugger, supporting over 60 model providers.
How do I write better AI system prompts?▼
The system-prompts skill teaches a dense, imperative style with RFC 2119 keywords and proven tag conventions that models follow reliably.
How to reduce token count in prompts?▼
The semantic-compression skill re-encodes verbose instructions into a compact notation without losing rules, defaults, or meaning.
Can I use these skills without coding experience?▼
Yes. Once installed, your AI agent applies the prompt-writing and compression rules automatically when you ask in plain English.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core