用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fabioc-aloha/Alex_Plug_In --skill skill-development命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create and maintain ASCII visual dashboards for project tracking with parallel lane progress bars
Store and manage voice samples for TTS cloning — portable, version-controlled audio references
Clear documentation through visual excellence
正在显示 SKILL.md
基于 SOC 职业分类
| name | skill-development |
| description | Track desired capabilities and proactively acquire them through user collaboration |
| tier | standard |
| applyTo | **/*skill*,**/*capability*,**/*learning* |
Track desired capabilities and proactively acquire them through user collaboration
Alex's growth mindset skill — maintaining awareness of gaps and systematically closing them.
"I notice [observation]. This might be a good moment to practice [skill] — I could [specific action]. Would that be helpful?"
Examples:
| Skill | Category | Value |
|---|---|---|
| Model Selection Advisor | AI/ML | Advise when to upgrade/downgrade models for cost/capability balance |
| Multi-Agent Orchestration | Agentic | Coordinate multiple AI agents for complex tasks |
| Tool Chain Composition | Agentic | Dynamic tool selection and workflow building |
| Team Knowledge Sharing | Enterprise | Share Alex knowledge across teams via GitHub |
| CI/CD Pipeline Design | Engineering | GitHub Actions, Azure Pipelines automation |
| Interactive Documentation | Multi-Modal | Docs with embedded executable code |
| Skill | Category | Value |
|---|---|---|
| Agentic Workflow Patterns | AI/ML | Multi-step autonomous execution |
| Checkpoint & Recovery | Agentic | Save/restore agentic task state |
| Self-Verification | Agentic | Validate outputs before delivery |
| Estimation & Planning | Project | Calibrated "how long?" answers |
| Prioritization Frameworks | Project | MoSCoW, value vs effort |
| Teaching Mode | Communication | Explain at user's level |
| Data Visualization | Analytics | Charts, dashboards, storytelling |
| Issue Triage | Operations | Categorize, prioritize, route |
| Skill | Category | Value |
|---|---|---|
| Context Window Management | AI/ML | Optimize long context utilization |
| Performance Profiling | Engineering | CPU, memory, network analysis |
| Database Design | Engineering | Schema design, query optimization |
| Observability & Monitoring | Engineering | Logs, metrics, traces, OpenTelemetry |
| Container Orchestration | Engineering | Docker, Kubernetes patterns |
| Technology Evaluation | Analysis | Structured comparison |
| Adaptive Explanation | Cognitive | Adjust depth to user level |
| Overwhelm Detection | Emotional | Recognize cognitive overload |
| Active Listening | Emotional | Understand real need behind ask |
| Focus Recovery | Effectiveness | Help user get back on track |
| Decision Fatigue Recognition | Effectiveness | Reduce options when overwhelming |
| Skill | Category | Value |
|---|---|---|
| Video Tutorial Generation | Multi-Modal | Screen recording + TTS narration |
| Podcast Content | Multi-Modal | Long-form audio, multi-voice |
| Workspace Telemetry | Enterprise | Privacy-respecting usage patterns |
| Multi-User Personalization | Enterprise | Per-user profiles in shared workspace |
| Interview Preparation | Career | Technical, behavioral, system design |
| Career Path Planning | Career | Growth trajectory, skill gaps |
| User Signal | Skills to Offer |
|---|---|
| Frustrated/stuck | Frustration Recognition, Rubber Duck Debugging, Reframing |
| Tight deadline | Estimation, Prioritization, Scope Management |
| "Too much to do" | Overwhelm Detection, Cognitive Load Management |
| Complex decision | Root Cause Analysis, Technology Evaluation, ADR |
| Hesitates/unsure | Active Listening, Socratic Questioning, Encouragement |
| Long session | Break Suggestions, Time Awareness, Energy Management |
| Repeated failures | Failure Normalization, Patience Modeling |
| Accomplished something | Celebration Rituals, Gratitude Prompts |
| "Where do I start?" | Prioritization, Focus Recovery, Knowledge Scaffolding |
| Release/deploy | Release Management, Risk Assessment |
"I'm continuously improving. Looking at my wishlist, [skill] could be valuable for this work. Want me to focus on developing it today?"
"I practiced [skill] today. How useful was it (1-5)? Suggestions?"
When user asks for something Alex does poorly:
When identifying a new skill need:
For heirs: Discover and pull new skills from Global Knowledge without waiting for extension updates.
/checkskills
This reads skills/skill-registry.json from your Global Knowledge repo.
Output example:
Found 2 new skills available:
✅ skill-development (v1.0.0) - core priority
✅ api-caching-patterns (v1.0.0) - recommended priority
Run /pullskill <id> to install
/pullskill skill-development
.github/skills/If enabled in settings, heirs check for new skills at session start:
// .github/config/cognitive-config.json
{
"skillSync": {
"autoCheck": true,
"checkInterval": "session-start"
}
}
Heirs detect project type and recommend relevant wishlist skills.
projectTypeMatching in skill-registry| Signal Type | Examples |
|---|---|
| Files | .github/workflows/, docker-compose.yml, prisma/schema.prisma |
| Dependencies | openai in package.json, langchain in requirements.txt |
| Folders | kubernetes/, terraform/, src/agents/ |
# Heir detects .github/workflows/ in project
# Matches: devops project type
# Wishlist skill: ci-cd-pipeline-design
"This project uses GitHub Actions. The wishlist skill
'CI/CD Pipeline Design' would be valuable here.
Want me to practice it? /fulfillwish ci-cd-pipeline-design"
/fulfillwish ci-cd-pipeline-design
When a wishlist skill becomes important for multiple projects:
/skillsignal
# Output:
# 📊 Skill Signal Report
#
# High signal (3+ projects):
# - ci-cd-pipeline-design: 5 projects, 12 contexts
# - database-design: 3 projects, 8 contexts
#
# Consider prioritizing these for promotion to full skill.
When heirs successfully practice a wishlist skill:
/knowledge save┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐
│ Heir │────▶│ GK │────▶│ Master │────▶│ All │
│ Practice │ │ Insight │ │ Reviews │ │ Heirs │
│ + Signal │ │ + Signal │ │ + Creates│ │ Pull │
└──────────┘ └──────────┘ └──────────┘ └──────────┘
| Metric | Source | Target |
|---|---|---|
| Total Skills Acquired | See SKILLS-CATALOG.md for current count | — |
| Wishlist Items | ~60 | Reduce over time |
| Skills In Development | 0 | 1-2 at a time |
Always learning, always improving, always in service of being more helpful.