Agent Skills
› AjayIrkal23/agentic-mercy-10x
› agent-development
agent-development
GitHub用于创建或修订可复用智能体定义、触发文本及系统提示词。负责智能体命名、范围界定、元数据质量及系统提示设计,确保自主性并明确边界,避免与常规技能或命令混淆。
Trigger Scenarios
创建新的本地智能体定义
重写现有智能体的提示词、触发描述或元数据
评估自主助手应作为智能体还是技能
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill agent-development -g -y
SKILL.md
Frontmatter
{
"name": "agent-development",
"schema": 1,
"category": "general",
"surfaces": [
"general"
],
"triggers": {
"paths": [],
"intents": [
"general"
],
"keywords": [
"agent",
"autonomous",
"creating",
"definitions",
"development",
"helpers",
"prompts",
"reusable",
"revising",
"system",
"text",
"trigger"
]
},
"platforms": [
"linux",
"darwin",
"windows"
],
"token-cost": 372,
"description": "ALWAYS invoke when creating or revising reusable agent definitions, trigger text, or system prompts for autonomous helpers.",
"disable-model-invocation": true
}
Agent Development
Use When
- Creating a new local agent definition.
- Rewriting an existing agent prompt, trigger description, or agent metadata.
- Reviewing whether an autonomous helper should be an agent instead of a skill or command.
Do Not Use
- Building normal skills or command workflows.
- Creating slash-command style helpers.
- Implementing product code or business logic.
Owns
- Agent naming, scope, and trigger phrasing.
- Agent system-prompt shape and guardrails.
- Agent metadata quality for reliable routing.
Does Not Own
- Command frontmatter and slash-command UX.
- General project architecture or feature implementation.
- Library-specific docs lookup policy.
Combine With
workflow-orchestratorfor multi-agent delivery planning.- External
skill-creatorwhen the task is really a skill design task. tool-and-doc-selectionif the agent must rely on docs or repo tools.
Workflow
- Confirm the agent's job is autonomous and bounded.
- Write a trigger-focused description that matches realistic user prompts.
- Keep the system prompt narrow, opinionated, and outcome-based.
- Point to supporting references or scripts when they exist instead of embedding long manuals.
- Validate the agent against one or two realistic prompts.
Output Contract
- A proposed or updated agent definition with clear trigger text.
- A short explanation of scope boundaries and non-goals.
- Any follow-up validation prompts needed to test the agent.
Version History
- 581d130 Current 2026-07-19 09:04


