Agent skill
skill-arosstale-pi-pai
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/skill-arosstale-pi-pai
SKILL.md
Prompting Skill Pack
Overview
Advanced prompt engineering skill for pi-mono ecosystem.
Triggers
- "optimize prompt"
- "refine prompt"
- "prompt engineering"
- "meta-prompt"
Capabilities
Prompt Optimization
// Optimize prompt for better results
const optimized = await pai.optimizePrompt({
prompt: 'Tell me about X',
target: 'clarity',
metrics: ['length', 'specificity', 'context']
});
Template Generation
// Generate prompt template
const template = await pai.generateTemplate({
task: 'code-review',
variables: ['code', 'language', 'requirements'],
style: 'structured'
});
Meta-Prompting
// Generate meta-prompt for self-improvement
const metaPrompt = await pai.generateMetaPrompt({
basePrompt: 'Assist with X',
improvementGoal: 'accuracy',
context: 'technical'
});
Integration with pi-mono
- Agentic Horizon: Agentic prompt engineering
- Act-Learn-Reuse: Prompt learning
- Discord Bot:
/askcommand optimization
Installation
# Copy skill to pi-mono
cp src/packs/skill/prompting-skill.md /home/majinbu/organized/active-projects/pi-mono/packages/discord-bot/src/skills/
# Register in Discord bot
/discord reload-skills
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?