@robbiesrobotics/alice-agents 1.5.7 → 1.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/bin/alice-cloud.cjs +71 -55
- package/package.json +1 -1
- package/templates/skills/acculynx/SKILL.md +183 -0
- package/templates/skills/acculynx/references/analysis_template.py +116 -0
- package/templates/skills/acculynx/references/dashboard_page.tsx +641 -0
- package/templates/skills/claude-code/SKILL.md +2 -2
- package/templates/skills/coding-agent/SKILL.md +68 -0
- package/templates/skills/crawl4ai/SKILL.md +119 -0
- package/templates/skills/crawl4ai/scripts/crwl +3 -0
- package/templates/workspaces/accuscope/AGENTS.md +38 -0
- package/templates/workspaces/accuscope/FEEDBACK.md +27 -0
- package/templates/workspaces/accuscope/HEARTBEAT.md +26 -0
- package/templates/workspaces/accuscope/IDENTITY.md +48 -0
- package/templates/workspaces/accuscope/LEARNINGS.md +46 -0
- package/templates/workspaces/accuscope/MEMORY.md +47 -0
- package/templates/workspaces/accuscope/PLAYBOOK.md +65 -0
- package/templates/workspaces/accuscope/SOUL.md +40 -0
- package/templates/workspaces/accuscope/TOOLS.md +63 -0
- package/templates/workspaces/accuscope/USER.md +39 -0
- package/templates/workspaces/aiden/AGENTS.md +52 -0
- package/templates/workspaces/aiden/FEEDBACK.md +12 -0
- package/templates/workspaces/aiden/HEARTBEAT.md +9 -0
- package/templates/workspaces/aiden/IDENTITY.md +6 -0
- package/templates/workspaces/aiden/LEARNINGS.md +6 -0
- package/templates/workspaces/aiden/MEMORY.md +22 -0
- package/templates/workspaces/aiden/PLAYBOOK.md +16 -0
- package/templates/workspaces/aiden/SOUL.md +1 -1
- package/templates/workspaces/aiden/USER.md +17 -0
- package/templates/workspaces/alex/AGENTS.md +52 -0
- package/templates/workspaces/alex/FEEDBACK.md +11 -0
- package/templates/workspaces/alex/HEARTBEAT.md +9 -0
- package/templates/workspaces/alex/IDENTITY.md +6 -0
- package/templates/workspaces/alex/LEARNINGS.md +5 -0
- package/templates/workspaces/alex/MEMORY.md +22 -0
- package/templates/workspaces/alex/PLAYBOOK.md +16 -0
- package/templates/workspaces/alex/SOUL.md +1 -1
- package/templates/workspaces/alex/USER.md +13 -0
- package/templates/workspaces/aria/AGENTS.md +18 -0
- package/templates/workspaces/aria/FEEDBACK.md +12 -0
- package/templates/workspaces/aria/HEARTBEAT.md +32 -0
- package/templates/workspaces/aria/IDENTITY.md +12 -0
- package/templates/workspaces/aria/LEARNINGS.md +31 -0
- package/templates/workspaces/aria/MEMORY.md +29 -0
- package/templates/workspaces/aria/PLAYBOOK.md +71 -0
- package/templates/workspaces/aria/SOUL.md +57 -0
- package/templates/workspaces/aria/TOOLS.md +47 -0
- package/templates/workspaces/aria/USER.md +18 -0
- package/templates/workspaces/audrey/AGENTS.md +59 -0
- package/templates/workspaces/audrey/FEEDBACK.md +11 -0
- package/templates/workspaces/audrey/HEARTBEAT.md +9 -0
- package/templates/workspaces/audrey/IDENTITY.md +6 -0
- package/templates/workspaces/audrey/LEARNINGS.md +5 -0
- package/templates/workspaces/audrey/MEMORY.md +22 -0
- package/templates/workspaces/audrey/PLAYBOOK.md +16 -0
- package/templates/workspaces/audrey/SOUL.md +1 -1
- package/templates/workspaces/audrey/TOOLS.md +15 -0
- package/templates/workspaces/audrey/USER.md +13 -0
- package/templates/workspaces/avery/AGENTS.md +52 -0
- package/templates/workspaces/avery/FEEDBACK.md +12 -0
- package/templates/workspaces/avery/HEARTBEAT.md +5 -0
- package/templates/workspaces/avery/IDENTITY.md +6 -0
- package/templates/workspaces/avery/LEARNINGS.md +6 -0
- package/templates/workspaces/avery/MEMORY.md +22 -0
- package/templates/workspaces/avery/PLAYBOOK.md +16 -0
- package/templates/workspaces/avery/SOUL.md +1 -1
- package/templates/workspaces/avery/USER.md +17 -0
- package/templates/workspaces/avery/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/avery/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/caleb/AGENTS.md +52 -0
- package/templates/workspaces/caleb/FEEDBACK.md +11 -0
- package/templates/workspaces/caleb/HEARTBEAT.md +9 -0
- package/templates/workspaces/caleb/IDENTITY.md +6 -0
- package/templates/workspaces/caleb/LEARNINGS.md +5 -0
- package/templates/workspaces/caleb/MEMORY.md +22 -0
- package/templates/workspaces/caleb/PLAYBOOK.md +16 -0
- package/templates/workspaces/caleb/SOUL.md +1 -1
- package/templates/workspaces/caleb/TOOLS.md +30 -0
- package/templates/workspaces/caleb/USER.md +13 -0
- package/templates/workspaces/clara/AGENTS.md +59 -0
- package/templates/workspaces/clara/FEEDBACK.md +12 -0
- package/templates/workspaces/clara/HEARTBEAT.md +5 -0
- package/templates/workspaces/clara/IDENTITY.md +6 -0
- package/templates/workspaces/clara/LEARNINGS.md +6 -0
- package/templates/workspaces/clara/MEMORY.md +22 -0
- package/templates/workspaces/clara/PLAYBOOK.md +16 -0
- package/templates/workspaces/clara/SOUL.md +1 -1
- package/templates/workspaces/clara/TOOLS.md +15 -0
- package/templates/workspaces/clara/USER.md +17 -0
- package/templates/workspaces/daphne/AGENTS.md +59 -0
- package/templates/workspaces/daphne/FEEDBACK.md +18 -0
- package/templates/workspaces/daphne/HEARTBEAT.md +5 -0
- package/templates/workspaces/daphne/IDENTITY.md +6 -0
- package/templates/workspaces/daphne/LEARNINGS.md +6 -0
- package/templates/workspaces/daphne/MEMORY.md +22 -0
- package/templates/workspaces/daphne/PLAYBOOK.md +48 -0
- package/templates/workspaces/daphne/SOUL.md +1 -1
- package/templates/workspaces/daphne/TOOLS.md +15 -0
- package/templates/workspaces/daphne/USER.md +17 -0
- package/templates/workspaces/darius/AGENTS.md +52 -0
- package/templates/workspaces/darius/FEEDBACK.md +12 -0
- package/templates/workspaces/darius/HEARTBEAT.md +5 -0
- package/templates/workspaces/darius/IDENTITY.md +6 -0
- package/templates/workspaces/darius/LEARNINGS.md +6 -0
- package/templates/workspaces/darius/MEMORY.md +22 -0
- package/templates/workspaces/darius/PLAYBOOK.md +16 -0
- package/templates/workspaces/darius/SOUL.md +1 -1
- package/templates/workspaces/darius/USER.md +17 -0
- package/templates/workspaces/darius/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/darius/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/devon/AGENTS.md +52 -0
- package/templates/workspaces/devon/FEEDBACK.md +11 -0
- package/templates/workspaces/devon/HEARTBEAT.md +5 -0
- package/templates/workspaces/devon/IDENTITY.md +6 -0
- package/templates/workspaces/devon/LEARNINGS.md +11 -0
- package/templates/workspaces/devon/MEMORY.md +22 -0
- package/templates/workspaces/devon/PLAYBOOK.md +16 -0
- package/templates/workspaces/devon/SOUL.md +1 -1
- package/templates/workspaces/devon/USER.md +13 -0
- package/templates/workspaces/devon/check_github.py +12 -0
- package/templates/workspaces/devon/check_mc_env.py +30 -0
- package/templates/workspaces/devon/check_sb.py +34 -0
- package/templates/workspaces/devon/check_vercel.py +12 -0
- package/templates/workspaces/devon/get_mc_files.py +17 -0
- package/templates/workspaces/devon/write_heartbeat.py +67 -0
- package/templates/workspaces/dylan/.env.example +33 -0
- package/templates/workspaces/dylan/00007_verify_licenses_table.sql +100 -0
- package/templates/workspaces/dylan/AGENTS.md +52 -0
- package/templates/workspaces/dylan/FEEDBACK.md +28 -0
- package/templates/workspaces/dylan/HEARTBEAT.md +5 -0
- package/templates/workspaces/dylan/IDENTITY.md +6 -0
- package/templates/workspaces/dylan/LEARNINGS.md +70 -0
- package/templates/workspaces/dylan/MEMORY.md +22 -0
- package/templates/workspaces/dylan/PLAYBOOK.md +16 -0
- package/templates/workspaces/dylan/SOUL.md +1 -1
- package/templates/workspaces/dylan/STRIPE_PIPELINE.md +185 -0
- package/templates/workspaces/dylan/USER.md +17 -0
- package/templates/workspaces/dylan/n8n-stripe-welcome-workflow.json +123 -0
- package/templates/workspaces/dylan/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/dylan/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/dylan/stripe-webhook-handler.py +433 -0
- package/templates/workspaces/dylan/test_mock_webhook.py +103 -0
- package/templates/workspaces/elena/AGENTS.md +59 -0
- package/templates/workspaces/elena/FEEDBACK.md +11 -0
- package/templates/workspaces/elena/HEARTBEAT.md +9 -0
- package/templates/workspaces/elena/IDENTITY.md +6 -0
- package/templates/workspaces/elena/LEARNINGS.md +5 -0
- package/templates/workspaces/elena/MEMORY.md +22 -0
- package/templates/workspaces/elena/PLAYBOOK.md +16 -0
- package/templates/workspaces/elena/SOUL.md +1 -1
- package/templates/workspaces/elena/TOOLS.md +15 -0
- package/templates/workspaces/elena/USER.md +13 -0
- package/templates/workspaces/eva/AGENTS.md +59 -0
- package/templates/workspaces/eva/FEEDBACK.md +11 -0
- package/templates/workspaces/eva/HEARTBEAT.md +9 -0
- package/templates/workspaces/eva/IDENTITY.md +6 -0
- package/templates/workspaces/eva/LEARNINGS.md +5 -0
- package/templates/workspaces/eva/MEMORY.md +22 -0
- package/templates/workspaces/eva/PLAYBOOK.md +16 -0
- package/templates/workspaces/eva/SOUL.md +1 -1
- package/templates/workspaces/eva/TOOLS.md +15 -0
- package/templates/workspaces/eva/USER.md +13 -0
- package/templates/workspaces/felix/AGENTS.md +52 -0
- package/templates/workspaces/felix/FEEDBACK.md +11 -0
- package/templates/workspaces/felix/HEARTBEAT.md +5 -0
- package/templates/workspaces/felix/IDENTITY.md +6 -0
- package/templates/workspaces/felix/LEARNINGS.md +17 -0
- package/templates/workspaces/felix/MEMORY.md +22 -0
- package/templates/workspaces/felix/PLAYBOOK.md +16 -0
- package/templates/workspaces/felix/SOUL.md +1 -1
- package/templates/workspaces/felix/USER.md +13 -0
- package/templates/workspaces/felix/fidelia-psychology.html +1594 -0
- package/templates/workspaces/felix/task.txt +164 -0
- package/templates/workspaces/hannah/AGENTS.md +59 -0
- package/templates/workspaces/hannah/FEEDBACK.md +12 -0
- package/templates/workspaces/hannah/HEARTBEAT.md +5 -0
- package/templates/workspaces/hannah/IDENTITY.md +6 -0
- package/templates/workspaces/hannah/LEARNINGS.md +6 -0
- package/templates/workspaces/hannah/MEMORY.md +22 -0
- package/templates/workspaces/hannah/PLAYBOOK.md +16 -0
- package/templates/workspaces/hannah/SOUL.md +1 -1
- package/templates/workspaces/hannah/TOOLS.md +15 -0
- package/templates/workspaces/hannah/USER.md +17 -0
- package/templates/workspaces/isaac/AGENTS.md +52 -0
- package/templates/workspaces/isaac/FEEDBACK.md +12 -0
- package/templates/workspaces/isaac/HEARTBEAT.md +9 -0
- package/templates/workspaces/isaac/IDENTITY.md +6 -0
- package/templates/workspaces/isaac/LEARNINGS.md +6 -0
- package/templates/workspaces/isaac/MEMORY.md +22 -0
- package/templates/workspaces/isaac/PLAYBOOK.md +16 -0
- package/templates/workspaces/isaac/SOUL.md +1 -1
- package/templates/workspaces/isaac/USER.md +17 -0
- package/templates/workspaces/isaac/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/isaac/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/logan/AGENTS.md +59 -0
- package/templates/workspaces/logan/FEEDBACK.md +11 -0
- package/templates/workspaces/logan/HEARTBEAT.md +9 -0
- package/templates/workspaces/logan/IDENTITY.md +6 -0
- package/templates/workspaces/logan/LEARNINGS.md +5 -0
- package/templates/workspaces/logan/MEMORY.md +22 -0
- package/templates/workspaces/logan/PLAYBOOK.md +16 -0
- package/templates/workspaces/logan/SOUL.md +1 -1
- package/templates/workspaces/logan/TOOLS.md +15 -0
- package/templates/workspaces/logan/USER.md +13 -0
- package/templates/workspaces/maxxipro/AGENTS.md +29 -0
- package/templates/workspaces/maxxipro/FEEDBACK.md +19 -0
- package/templates/workspaces/maxxipro/HEARTBEAT.md +22 -0
- package/templates/workspaces/maxxipro/IDENTITY.md +35 -0
- package/templates/workspaces/maxxipro/KNOWLEDGE.md +335 -0
- package/templates/workspaces/maxxipro/LEARNINGS.md +47 -0
- package/templates/workspaces/maxxipro/MEMORY.md +60 -0
- package/templates/workspaces/maxxipro/OUTREACH_TEMPLATES.md +143 -0
- package/templates/workspaces/maxxipro/PLAYBOOK.md +81 -0
- package/templates/workspaces/maxxipro/SOUL.md +146 -0
- package/templates/workspaces/maxxipro/TOOLS.md +81 -0
- package/templates/workspaces/maxxipro/USER.md +40 -0
- package/templates/workspaces/morgan/AGENTS.md +59 -0
- package/templates/workspaces/morgan/FEEDBACK.md +19 -0
- package/templates/workspaces/morgan/HEARTBEAT.md +5 -0
- package/templates/workspaces/morgan/IDENTITY.md +6 -0
- package/templates/workspaces/morgan/LEARNINGS.md +18 -0
- package/templates/workspaces/morgan/MEMORY.md +22 -0
- package/templates/workspaces/morgan/PLAYBOOK.md +16 -0
- package/templates/workspaces/morgan/SOUL.md +1 -1
- package/templates/workspaces/morgan/TOOLS.md +15 -0
- package/templates/workspaces/morgan/USER.md +13 -0
- package/templates/workspaces/nadia/AGENTS.md +59 -0
- package/templates/workspaces/nadia/FEEDBACK.md +12 -0
- package/templates/workspaces/nadia/HEARTBEAT.md +5 -0
- package/templates/workspaces/nadia/IDENTITY.md +6 -0
- package/templates/workspaces/nadia/LEARNINGS.md +6 -0
- package/templates/workspaces/nadia/MEMORY.md +22 -0
- package/templates/workspaces/nadia/PLAYBOOK.md +16 -0
- package/templates/workspaces/nadia/SOUL.md +1 -1
- package/templates/workspaces/nadia/TOOLS.md +15 -0
- package/templates/workspaces/nadia/USER.md +13 -0
- package/templates/workspaces/nate/AGENTS.md +24 -0
- package/templates/workspaces/nate/FEEDBACK.md +12 -0
- package/templates/workspaces/nate/HEARTBEAT.md +33 -0
- package/templates/workspaces/nate/IDENTITY.md +15 -0
- package/templates/workspaces/nate/LEARNINGS.md +33 -0
- package/templates/workspaces/nate/MEMORY.md +39 -0
- package/templates/workspaces/nate/PLAYBOOK.md +160 -0
- package/templates/workspaces/nate/SOUL.md +50 -0
- package/templates/workspaces/nate/TOOLS.md +111 -0
- package/templates/workspaces/nate/USER.md +32 -0
- package/templates/workspaces/olivia/.last-openclaw-version +1 -0
- package/templates/workspaces/olivia/.npmrc.tmp +0 -0
- package/templates/workspaces/olivia/AGENTS.md +77 -0
- package/templates/workspaces/olivia/ALPHA_CODING_BENCHMARK.txt +148 -0
- package/templates/workspaces/olivia/ALPHA_MODEL_GUIDE.md +393 -0
- package/templates/workspaces/olivia/FEEDBACK.md +13 -0
- package/templates/workspaces/olivia/HEADTOHEAD_BENCHMARK.txt +1289 -0
- package/templates/workspaces/olivia/HEARTBEAT.md +267 -0
- package/templates/workspaces/olivia/IDENTITY.md +6 -0
- package/templates/workspaces/olivia/LEARNINGS.md +708 -0
- package/templates/workspaces/olivia/MEMORY.md +202 -0
- package/templates/workspaces/olivia/MISSION_CONTROL_DESIGN_SPEC_v1.md +1143 -0
- package/templates/workspaces/olivia/MVP-COMPLETION-SUMMARY.md +175 -0
- package/templates/workspaces/olivia/NETWORK_IMPLEMENTATION_PLAN.md +1556 -0
- package/templates/workspaces/olivia/NEW_NODES_BENCHMARK.txt +947 -0
- package/templates/workspaces/olivia/PLAYBOOK.md +42 -0
- package/templates/workspaces/olivia/SELF-HEALING-COMPLETE.md +150 -0
- package/templates/workspaces/olivia/SOUL.md +8 -8
- package/templates/workspaces/olivia/TOOLS.md +15 -0
- package/templates/workspaces/olivia/USER.md +17 -0
- package/templates/workspaces/olivia/alicefleet-supabase-credentials.md +50 -0
- package/templates/workspaces/olivia/dzombo-copy-rewrite.md +115 -0
- package/templates/workspaces/olivia/dzombo-implementation-plan.md +1248 -0
- package/templates/workspaces/olivia/fidelia-psychology.html +1594 -0
- package/templates/workspaces/olivia/lead_debug.png +0 -0
- package/templates/workspaces/olivia/minimatch-10.2.4.tgz +0 -0
- package/templates/workspaces/olivia/operation-bllm-research.md +157 -0
- package/templates/workspaces/olivia/qa-audit-mission-control-v2.md +538 -0
- package/templates/workspaces/olivia/roofmaxx_logo.svg +1 -0
- package/templates/workspaces/olivia/roofmaxx_social.jpg +0 -0
- package/templates/workspaces/olivia/skills/1password/SKILL.md +53 -0
- package/templates/workspaces/olivia/skills/1password/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/README.md +57 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/SKILL.md +534 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/agent-security/SKILL.md +69 -0
- package/templates/workspaces/olivia/skills/agent-security/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/agentic-security-audit/SKILL.md +855 -0
- package/templates/workspaces/olivia/skills/agentic-security-audit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/skill.json +12 -0
- package/templates/workspaces/olivia/skills/ai-presentation-maker/SKILL.md +1104 -0
- package/templates/workspaces/olivia/skills/ai-presentation-maker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-productivity-audit/SKILL.md +181 -0
- package/templates/workspaces/olivia/skills/ai-productivity-audit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-researcher/README.md +31 -0
- package/templates/workspaces/olivia/skills/ai-researcher/SKILL.md +59 -0
- package/templates/workspaces/olivia/skills/ai-researcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/README.md +19 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/SKILL.md +100 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/analytics-tracking-2/SKILL.md +309 -0
- package/templates/workspaces/olivia/skills/analytics-tracking-2/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-doc-writer/SKILL.md +232 -0
- package/templates/workspaces/olivia/skills/api-doc-writer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-generator/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/api-generator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-generator/tips.md +10 -0
- package/templates/workspaces/olivia/skills/apple-notes/SKILL.md +50 -0
- package/templates/workspaces/olivia/skills/apple-notes/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/apple-reminders/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/apple-reminders/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/automation-workflows/SKILL.md +267 -0
- package/templates/workspaces/olivia/skills/automation-workflows/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/autoresearch/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/autoresearch/aria_write.py +148 -0
- package/templates/workspaces/olivia/skills/autoresearch/autoresearch.py +75 -0
- package/templates/workspaces/olivia/skills/azure-devops/SKILL.md +115 -0
- package/templates/workspaces/olivia/skills/azure-devops/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/blogwatcher/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/blogwatcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/blucli/SKILL.md +27 -0
- package/templates/workspaces/olivia/skills/blucli/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/check-analytics/SKILL.md +92 -0
- package/templates/workspaces/olivia/skills/check-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-architect/SKILL.md +89 -0
- package/templates/workspaces/olivia/skills/cloud-architect/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-infra-automation/SKILL.md +50 -0
- package/templates/workspaces/olivia/skills/cloud-infra-automation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-storage/SKILL.md +61 -0
- package/templates/workspaces/olivia/skills/cloud-storage/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-storage/auth.md +97 -0
- package/templates/workspaces/olivia/skills/cloud-storage/costs.md +88 -0
- package/templates/workspaces/olivia/skills/cloud-storage/providers.md +55 -0
- package/templates/workspaces/olivia/skills/copywriting-pro/SKILL.md +107 -0
- package/templates/workspaces/olivia/skills/copywriting-pro/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/data-analyst-pro/SKILL.md +21 -0
- package/templates/workspaces/olivia/skills/data-analyst-pro/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/database-designer/README.md +388 -0
- package/templates/workspaces/olivia/skills/database-designer/SKILL.md +66 -0
- package/templates/workspaces/olivia/skills/database-designer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/database-designer/index_optimizer.py +926 -0
- package/templates/workspaces/olivia/skills/database-designer/migration_generator.py +1199 -0
- package/templates/workspaces/olivia/skills/database-designer/schema_analyzer.py +982 -0
- package/templates/workspaces/olivia/skills/deploy-agent/SKILL.md +255 -0
- package/templates/workspaces/olivia/skills/deploy-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/SKILL.md +72 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/deploy.sh +0 -0
- package/templates/workspaces/olivia/skills/financial-analysis-agent/SKILL.md +489 -0
- package/templates/workspaces/olivia/skills/financial-analysis-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/README.md +72 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/SKILL.md +226 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gifgrep/SKILL.md +47 -0
- package/templates/workspaces/olivia/skills/gifgrep/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/github/SKILL.md +47 -0
- package/templates/workspaces/olivia/skills/github/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gog/SKILL.md +36 -0
- package/templates/workspaces/olivia/skills/gog/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/SKILL.md +135 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/metadata.json +4 -0
- package/templates/workspaces/olivia/skills/hetzner-cloud/SKILL.md +130 -0
- package/templates/workspaces/olivia/skills/hetzner-cloud/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/himalaya/SKILL.md +217 -0
- package/templates/workspaces/olivia/skills/himalaya/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/hotel-recommendation/SKILL.md +117 -0
- package/templates/workspaces/olivia/skills/hotel-recommendation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/hr-policy-generator/SKILL.md +54 -0
- package/templates/workspaces/olivia/skills/hr-policy-generator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/human-writing/SKILL.md +41 -0
- package/templates/workspaces/olivia/skills/human-writing/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/imsg/SKILL.md +25 -0
- package/templates/workspaces/olivia/skills/imsg/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/in-depth-research/SKILL.md +124 -0
- package/templates/workspaces/olivia/skills/in-depth-research/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/in-depth-research/methodology.md +75 -0
- package/templates/workspaces/olivia/skills/in-depth-research/output-formats.md +168 -0
- package/templates/workspaces/olivia/skills/in-depth-research/sources.md +80 -0
- package/templates/workspaces/olivia/skills/javascript-skills/README.md +71 -0
- package/templates/workspaces/olivia/skills/javascript-skills/SKILL.md +746 -0
- package/templates/workspaces/olivia/skills/javascript-skills/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/SKILL.md +147 -0
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/market-research-agent/README.md +29 -0
- package/templates/workspaces/olivia/skills/market-research-agent/SKILL.md +52 -0
- package/templates/workspaces/olivia/skills/market-research-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-analytics/SKILL.md +74 -0
- package/templates/workspaces/olivia/skills/marketing-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-master-io/SKILL.md +125 -0
- package/templates/workspaces/olivia/skills/marketing-master-io/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/SKILL.md +398 -0
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/meta-ads-analytics/SKILL.md +53 -0
- package/templates/workspaces/olivia/skills/meta-ads-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/obsidian/SKILL.md +55 -0
- package/templates/workspaces/olivia/skills/obsidian/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-accounting/SKILL.md +125 -0
- package/templates/workspaces/olivia/skills/openclaw-accounting/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANGELOG.md +35 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANNELLOG.md +73 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/README.md +161 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/SKILL.md +130 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/config.json +36 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/metadata.json +19 -0
- package/templates/workspaces/olivia/skills/openhue/SKILL.md +30 -0
- package/templates/workspaces/olivia/skills/openhue/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/orgx-operations-agent/SKILL.md +41 -0
- package/templates/workspaces/olivia/skills/orgx-operations-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/outreach/SKILL.md +84 -0
- package/templates/workspaces/olivia/skills/outreach/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/outreach/by-type.md +166 -0
- package/templates/workspaces/olivia/skills/outreach/templates.md +154 -0
- package/templates/workspaces/olivia/skills/outreach/tracking.md +145 -0
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/SKILL.md +38 -0
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/personal-productivity/SKILL.md +161 -0
- package/templates/workspaces/olivia/skills/personal-productivity/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/personal-productivity/index.js +363 -0
- package/templates/workspaces/olivia/skills/personal-productivity/package.json +15 -0
- package/templates/workspaces/olivia/skills/personal-travel/README.md +34 -0
- package/templates/workspaces/olivia/skills/personal-travel/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/personal-travel/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/SKILL.md +185 -0
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/product-manager/SKILL.md +77 -0
- package/templates/workspaces/olivia/skills/product-manager/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/quant-strategy/SKILL.md +28 -0
- package/templates/workspaces/olivia/skills/quant-strategy/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/README.md +29 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/SKILL.md +45 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-auditor/SKILL.md +399 -0
- package/templates/workspaces/olivia/skills/security-auditor/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-hardening/SKILL.md +296 -0
- package/templates/workspaces/olivia/skills/security-hardening/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-scanner/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/security-scanner/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/seo-optimization/SKILL.md +31 -0
- package/templates/workspaces/olivia/skills/seo-optimization/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/service-booking/SKILL.md +193 -0
- package/templates/workspaces/olivia/skills/service-booking/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sme-hr-automation/SKILL.md +131 -0
- package/templates/workspaces/olivia/skills/sme-hr-automation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/README.md +29 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sonoscli/SKILL.md +26 -0
- package/templates/workspaces/olivia/skills/sonoscli/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/strategy-advisor/SKILL.md +33 -0
- package/templates/workspaces/olivia/skills/strategy-advisor/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/summarize/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/summarize/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/things-mac/SKILL.md +61 -0
- package/templates/workspaces/olivia/skills/things-mac/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/SKILL.md +121 -0
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-manager/SKILL.md +36 -0
- package/templates/workspaces/olivia/skills/travel-manager/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-planning/SKILL.md +238 -0
- package/templates/workspaces/olivia/skills/travel-planning/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-planning/booking-guide.md +91 -0
- package/templates/workspaces/olivia/skills/travel-planning/memory-template.md +111 -0
- package/templates/workspaces/olivia/skills/travel-planning/multi-city.md +131 -0
- package/templates/workspaces/olivia/skills/travel-planning/packing-templates.md +155 -0
- package/templates/workspaces/olivia/skills/travel-planning/setup.md +66 -0
- package/templates/workspaces/olivia/skills/update-it-all/SKILL.md +143 -0
- package/templates/workspaces/olivia/skills/update-it-all/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/voice/SKILL.md +62 -0
- package/templates/workspaces/olivia/skills/weather/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/weather/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/web-researcher/SKILL.md +21 -0
- package/templates/workspaces/olivia/skills/web-researcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/website-seo/SKILL.md +284 -0
- package/templates/workspaces/olivia/skills/website-seo/_meta.json +6 -0
- package/templates/workspaces/olivia/stripe-welcome-n8n.json +103 -0
- package/templates/workspaces/olivia/test2.wav.wav +0 -0
- package/templates/workspaces/olivia/test_speech.json +1 -0
- package/templates/workspaces/olivia/test_speech.srt +0 -0
- package/templates/workspaces/olivia/test_speech.tsv +1 -0
- package/templates/workspaces/olivia/test_speech.txt +0 -0
- package/templates/workspaces/olivia/test_speech.vtt +2 -0
- package/templates/workspaces/owen/AGENTS.md +59 -0
- package/templates/workspaces/owen/FEEDBACK.md +12 -0
- package/templates/workspaces/owen/HEARTBEAT.md +5 -0
- package/templates/workspaces/owen/IDENTITY.md +6 -0
- package/templates/workspaces/owen/LEARNINGS.md +46 -0
- package/templates/workspaces/owen/MEMORY.md +22 -0
- package/templates/workspaces/owen/PLAYBOOK.md +16 -0
- package/templates/workspaces/owen/SOUL.md +1 -1
- package/templates/workspaces/owen/TOOLS.md +15 -0
- package/templates/workspaces/owen/USER.md +17 -0
- package/templates/workspaces/parker/AGENTS.md +59 -0
- package/templates/workspaces/parker/FEEDBACK.md +11 -0
- package/templates/workspaces/parker/HEARTBEAT.md +5 -0
- package/templates/workspaces/parker/IDENTITY.md +6 -0
- package/templates/workspaces/parker/LEARNINGS.md +17 -0
- package/templates/workspaces/parker/MEMORY.md +22 -0
- package/templates/workspaces/parker/PLAYBOOK.md +16 -0
- package/templates/workspaces/parker/SOUL.md +1 -1
- package/templates/workspaces/parker/TOOLS.md +15 -0
- package/templates/workspaces/parker/USER.md +13 -0
- package/templates/workspaces/quinn/AGENTS.md +52 -0
- package/templates/workspaces/quinn/FEEDBACK.md +11 -0
- package/templates/workspaces/quinn/HEARTBEAT.md +5 -0
- package/templates/workspaces/quinn/IDENTITY.md +6 -0
- package/templates/workspaces/quinn/LEARNINGS.md +35 -0
- package/templates/workspaces/quinn/MEMORY.md +22 -0
- package/templates/workspaces/quinn/PLAYBOOK.md +16 -0
- package/templates/workspaces/quinn/SOUL.md +1 -1
- package/templates/workspaces/quinn/USER.md +17 -0
- package/templates/workspaces/quinn/alice-login-page.png +0 -0
- package/templates/workspaces/rowan/AGENTS.md +59 -0
- package/templates/workspaces/rowan/FEEDBACK.md +12 -0
- package/templates/workspaces/rowan/HEARTBEAT.md +5 -0
- package/templates/workspaces/rowan/IDENTITY.md +6 -0
- package/templates/workspaces/rowan/LEARNINGS.md +12 -0
- package/templates/workspaces/rowan/MEMORY.md +22 -0
- package/templates/workspaces/rowan/PLAYBOOK.md +16 -0
- package/templates/workspaces/rowan/SOUL.md +1 -1
- package/templates/workspaces/rowan/USER.md +17 -0
- package/templates/workspaces/selena/AGENTS.md +59 -0
- package/templates/workspaces/selena/FEEDBACK.md +12 -0
- package/templates/workspaces/selena/HEARTBEAT.md +5 -0
- package/templates/workspaces/selena/IDENTITY.md +6 -0
- package/templates/workspaces/selena/LEARNINGS.md +24 -0
- package/templates/workspaces/selena/MEMORY.md +22 -0
- package/templates/workspaces/selena/PLAYBOOK.md +16 -0
- package/templates/workspaces/selena/SOUL.md +1 -1
- package/templates/workspaces/selena/USER.md +17 -0
- package/templates/workspaces/selena/kids-ai-security-compliance-plan.md +791 -0
- package/templates/workspaces/selena/kidspark-coppa-compliance-audit.md +866 -0
- package/templates/workspaces/sloane/AGENTS.md +59 -0
- package/templates/workspaces/sloane/FEEDBACK.md +12 -0
- package/templates/workspaces/sloane/HEARTBEAT.md +9 -0
- package/templates/workspaces/sloane/IDENTITY.md +6 -0
- package/templates/workspaces/sloane/LEARNINGS.md +6 -0
- package/templates/workspaces/sloane/MEMORY.md +22 -0
- package/templates/workspaces/sloane/PLAYBOOK.md +16 -0
- package/templates/workspaces/sloane/SOUL.md +1 -1
- package/templates/workspaces/sloane/TOOLS.md +15 -0
- package/templates/workspaces/sloane/USER.md +13 -0
- package/templates/workspaces/smoketestagent/AGENTS.md +52 -0
- package/templates/workspaces/smoketestagent/FEEDBACK.md +3 -0
- package/templates/workspaces/smoketestagent/HEARTBEAT.md +14 -0
- package/templates/workspaces/smoketestagent/IDENTITY.md +6 -0
- package/templates/workspaces/smoketestagent/LEARNINGS.md +3 -0
- package/templates/workspaces/smoketestagent/MEMORY.md +24 -0
- package/templates/workspaces/smoketestagent/PLAYBOOK.md +7 -0
- package/templates/workspaces/smoketestagent/SOUL.md +32 -0
- package/templates/workspaces/smoketestagent/TOOLS.md +13 -0
- package/templates/workspaces/smoketestagent/USER.md +5 -0
- package/templates/workspaces/sophie/AGENTS.md +59 -0
- package/templates/workspaces/sophie/FEEDBACK.md +12 -0
- package/templates/workspaces/sophie/HEARTBEAT.md +9 -0
- package/templates/workspaces/sophie/IDENTITY.md +6 -0
- package/templates/workspaces/sophie/LEARNINGS.md +6 -0
- package/templates/workspaces/sophie/MEMORY.md +22 -0
- package/templates/workspaces/sophie/PLAYBOOK.md +16 -0
- package/templates/workspaces/sophie/SOUL.md +1 -1
- package/templates/workspaces/sophie/TOOLS.md +15 -0
- package/templates/workspaces/sophie/USER.md +17 -0
- package/templates/workspaces/tommy/AGENTS.md +59 -0
- package/templates/workspaces/tommy/FEEDBACK.md +12 -0
- package/templates/workspaces/tommy/HEARTBEAT.md +9 -0
- package/templates/workspaces/tommy/IDENTITY.md +6 -0
- package/templates/workspaces/tommy/LEARNINGS.md +6 -0
- package/templates/workspaces/tommy/MEMORY.md +22 -0
- package/templates/workspaces/tommy/PLAYBOOK.md +16 -0
- package/templates/workspaces/tommy/SOUL.md +1 -1
- package/templates/workspaces/tommy/TOOLS.md +15 -0
- package/templates/workspaces/tommy/USER.md +17 -0
- package/templates/workspaces/uma/AGENTS.md +59 -0
- package/templates/workspaces/uma/FEEDBACK.md +11 -0
- package/templates/workspaces/uma/HEARTBEAT.md +5 -0
- package/templates/workspaces/uma/IDENTITY.md +6 -0
- package/templates/workspaces/uma/LEARNINGS.md +11 -0
- package/templates/workspaces/uma/MEMORY.md +22 -0
- package/templates/workspaces/uma/PLAYBOOK.md +16 -0
- package/templates/workspaces/uma/SOUL.md +1 -1
- package/templates/workspaces/uma/TOOLS.md +15 -0
- package/templates/workspaces/uma/USER.md +13 -0
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Personal Productivity Skill
|
|
3
|
+
* 个人效率与时间管理顾问
|
|
4
|
+
*
|
|
5
|
+
* 帮助用户更好地管理时间、任务和能量,提升工作效率
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
const SKILL_NAME = "personal-productivity";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* 技能触发条件
|
|
12
|
+
*/
|
|
13
|
+
function match(query, context) {
|
|
14
|
+
const keywords = [
|
|
15
|
+
'效率', '时间管理', '拖延', '拖延症', '专注', '时间块', 'time box',
|
|
16
|
+
'todo', '任务管理', '日程', '计划', '规划', ' productivity',
|
|
17
|
+
'效率低', '忙', '没时间', '忘事', '焦虑', '能量', '精力',
|
|
18
|
+
'番茄工作法', 'pomodoro', 'GTD', '重要紧急', '艾森豪威尔矩阵'
|
|
19
|
+
];
|
|
20
|
+
|
|
21
|
+
const lowerQuery = query.toLowerCase();
|
|
22
|
+
return keywords.some(kw => lowerQuery.includes(kw.toLowerCase()));
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* 处理用户请求
|
|
27
|
+
*/
|
|
28
|
+
async function handle(query, context) {
|
|
29
|
+
// 根据用户问题类型返回相应的指导
|
|
30
|
+
const lowerQuery = query.toLowerCase();
|
|
31
|
+
|
|
32
|
+
// 时间块管理
|
|
33
|
+
if (lowerQuery.includes('时间块') || lowerQuery.includes('time box') || lowerQuery.includes('日程')) {
|
|
34
|
+
return getTimeBlockingGuide();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// 拖延症
|
|
38
|
+
if (lowerQuery.includes('拖延') || lowerQuery.includes('拖延症')) {
|
|
39
|
+
return getProcrastinationGuide();
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// 专注力
|
|
43
|
+
if (lowerQuery.includes('专注') || lowerQuery.includes('效率低') || lowerQuery.includes('分心')) {
|
|
44
|
+
return getFocusGuide();
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// 任务管理
|
|
48
|
+
if (lowerQuery.includes('任务') || lowerQuery.includes('todo') || lowerQuery.includes('事')) {
|
|
49
|
+
return getTaskManagementGuide();
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// 能量管理
|
|
53
|
+
if (lowerQuery.includes('能量') || lowerQuery.includes('精力') || lowerQuery.includes('累')) {
|
|
54
|
+
return getEnergyGuide();
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// 默认返回综合指南
|
|
58
|
+
return getProductivityOverview();
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* 获取效率概览
|
|
63
|
+
*/
|
|
64
|
+
function getProductivityOverview() {
|
|
65
|
+
return `
|
|
66
|
+
## 💡 个人效率指南
|
|
67
|
+
|
|
68
|
+
你好!我是你的个人效率顾问 🦐
|
|
69
|
+
|
|
70
|
+
### 核心框架
|
|
71
|
+
|
|
72
|
+
**1. 时间块管理 (Time-boxing)**
|
|
73
|
+
- 给每件事分配固定时间块
|
|
74
|
+
- 保护时间块不被占用
|
|
75
|
+
- 最高优先级任务优先安排
|
|
76
|
+
|
|
77
|
+
**2. 外部化捕获**
|
|
78
|
+
- 想到什么立即写下来
|
|
79
|
+
- 大脑是用来思考的,不是用来存储的
|
|
80
|
+
|
|
81
|
+
**3. 能量管理**
|
|
82
|
+
- 不是所有时间都 equal
|
|
83
|
+
- 高能量时段做高认知工作
|
|
84
|
+
- 了解自己的昼夜节律
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
### 开始之前
|
|
89
|
+
|
|
90
|
+
你可以先告诉我:
|
|
91
|
+
1. 你典型的一天时间都花在哪了?
|
|
92
|
+
2. 有什么重要的事却没得到足够时间?
|
|
93
|
+
3. 你什么时候能量最高?
|
|
94
|
+
|
|
95
|
+
我们可以一起找出最适合你的效率系统!`;
|
|
96
|
+
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* 时间块管理指南
|
|
101
|
+
*/
|
|
102
|
+
function getTimeBlockingGuide() {
|
|
103
|
+
return `
|
|
104
|
+
## ⏰ 时间块管理指南
|
|
105
|
+
|
|
106
|
+
### 什么是时间块?
|
|
107
|
+
|
|
108
|
+
把一天分成若干固定时间块,每个时间块专注做一件事。
|
|
109
|
+
|
|
110
|
+
### 具体操作
|
|
111
|
+
|
|
112
|
+
**1. 列出你的任务**
|
|
113
|
+
- 写下明天要做的所有事
|
|
114
|
+
- 估计每个任务需要多久
|
|
115
|
+
|
|
116
|
+
**2. 分配时间块**
|
|
117
|
+
```
|
|
118
|
+
早上 9:00-11:00 → 最重要的工作(黄金时间)
|
|
119
|
+
下午 14:00-16:00 → 会议/协作
|
|
120
|
+
下午 16:00-17:00 → 处理邮件/杂事
|
|
121
|
+
晚上 20:00-21:00 → 学习/副业
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
**3. 保护时间块**
|
|
125
|
+
- 说不!不要别人约就答应
|
|
126
|
+
- 预留缓冲时间
|
|
127
|
+
|
|
128
|
+
**4. 复盘**
|
|
129
|
+
- 今天实际时间花在哪?
|
|
130
|
+
- 和计划差距多大?
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
### 常见问题
|
|
135
|
+
|
|
136
|
+
❌ "计划赶不上变化"
|
|
137
|
+
→ 预留 20% 缓冲时间
|
|
138
|
+
|
|
139
|
+
❌ "总是被打断"
|
|
140
|
+
→ 设定"勿扰时间",统一处理中断
|
|
141
|
+
|
|
142
|
+
❌ "不知道任务要多久"
|
|
143
|
+
→ 先估测,再根据实际调整
|
|
144
|
+
`;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* 拖延症指南
|
|
149
|
+
*/
|
|
150
|
+
function getProcrastinationGuide() {
|
|
151
|
+
return `
|
|
152
|
+
## 🚀 战胜拖延症
|
|
153
|
+
|
|
154
|
+
### 拖延的真相
|
|
155
|
+
|
|
156
|
+
拖延不是懒,而是:
|
|
157
|
+
- 任务太大 → 不知道从哪里开始
|
|
158
|
+
- 任务太难 → 害怕失败
|
|
159
|
+
- 任务太无聊 → 没有动力
|
|
160
|
+
- 完美主义 → 怕做不好
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
### 实用技巧
|
|
165
|
+
|
|
166
|
+
**1. 2分钟法则**
|
|
167
|
+
- 如果一件事 2 分钟内能做完 → 立即做
|
|
168
|
+
- 不要拖延到"待会"
|
|
169
|
+
|
|
170
|
+
**2. 5分钟起步**
|
|
171
|
+
- 告诉自己:只做 5 分钟
|
|
172
|
+
- 往往开始后就停不下来
|
|
173
|
+
|
|
174
|
+
**3. 拆分任务**
|
|
175
|
+
- 大任务 → 小步骤
|
|
176
|
+
- "写报告" → "写第一段"
|
|
177
|
+
|
|
178
|
+
**4. 奖励机制**
|
|
179
|
+
- 完成后给自己小奖励
|
|
180
|
+
- 建立正反馈循环
|
|
181
|
+
|
|
182
|
+
**5. 环境设计**
|
|
183
|
+
- 删除干扰源(手机、社交媒体)
|
|
184
|
+
- 准备好开始所需的一切
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
### 对话引导
|
|
189
|
+
|
|
190
|
+
可以问我:
|
|
191
|
+
- "我拖延一件事很长时间了,怎么开始?"
|
|
192
|
+
- "如何保持长期动力?"
|
|
193
|
+
- "总是拖延重要的事怎么办?"
|
|
194
|
+
`;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* 专注力指南
|
|
199
|
+
*/
|
|
200
|
+
function getFocusGuide() {
|
|
201
|
+
return `
|
|
202
|
+
## 🎯 专注力提升指南
|
|
203
|
+
|
|
204
|
+
### 诊断你的问题
|
|
205
|
+
|
|
206
|
+
先问问自己:
|
|
207
|
+
1. 什么时间最容易专注?
|
|
208
|
+
2. 什么最容易让你分心?
|
|
209
|
+
3. 专注时感觉怎么样?
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
### 提升方法
|
|
214
|
+
|
|
215
|
+
**1. 番茄工作法**
|
|
216
|
+
```
|
|
217
|
+
25 分钟专注 → 5 分钟休息
|
|
218
|
+
重复 4 次 → 长休息 15-30 分钟
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
**2. 能量管理**
|
|
222
|
+
- 高能量时段 → 复杂工作
|
|
223
|
+
- 低能量时段 → 简单任务
|
|
224
|
+
|
|
225
|
+
**3. 环境优化**
|
|
226
|
+
- 清理工作区域
|
|
227
|
+
- 关闭通知
|
|
228
|
+
- 使用专注音乐
|
|
229
|
+
|
|
230
|
+
**4. 单一任务**
|
|
231
|
+
- 一次只做一件事
|
|
232
|
+
- 多任务切换有巨大成本
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
### 常见问题
|
|
237
|
+
|
|
238
|
+
❌ "下午容易犯困"
|
|
239
|
+
→ 安排轻松任务,或小睡 20 分钟
|
|
240
|
+
|
|
241
|
+
❌ "总是想看手机"
|
|
242
|
+
→ 放在另一个房间,或使用专注 App
|
|
243
|
+
|
|
244
|
+
❌ "脑子里停不下来"
|
|
245
|
+
→ 写下来清空大脑
|
|
246
|
+
`;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* 任务管理指南
|
|
251
|
+
*/
|
|
252
|
+
function getTaskManagementGuide() {
|
|
253
|
+
return `
|
|
254
|
+
## 📋 任务管理系统
|
|
255
|
+
|
|
256
|
+
### 核心原则
|
|
257
|
+
|
|
258
|
+
**1. 捕获一切**
|
|
259
|
+
- 想到什么立即写下来
|
|
260
|
+
- 不要相信记忆
|
|
261
|
+
|
|
262
|
+
**2. 理清意义**
|
|
263
|
+
- 这需要行动吗?
|
|
264
|
+
- 2 分钟能做完吗?
|
|
265
|
+
|
|
266
|
+
**3. 组织整理**
|
|
267
|
+
- 按项目分类
|
|
268
|
+
- 按时间分类(今天/本周/以后)
|
|
269
|
+
|
|
270
|
+
**4. 定期回顾**
|
|
271
|
+
- 每天早上快速浏览
|
|
272
|
+
- 每周详细复盘
|
|
273
|
+
|
|
274
|
+
---
|
|
275
|
+
|
|
276
|
+
### 实用框架
|
|
277
|
+
|
|
278
|
+
**艾森豪威尔矩阵**
|
|
279
|
+
```
|
|
280
|
+
紧急 不紧急
|
|
281
|
+
┌──────────┬──────────┐
|
|
282
|
+
重要 │ 立即做 │ 计划做 │
|
|
283
|
+
├──────────┼──────────┤
|
|
284
|
+
不重要│ 委托/拒绝 │ 忽略 │
|
|
285
|
+
└──────────┴──────────┘
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
**下一步行动**
|
|
289
|
+
- 每个任务都要有"下一步具体行动"
|
|
290
|
+
- 不要"写报告",要"打开文档写第一段"
|
|
291
|
+
|
|
292
|
+
---
|
|
293
|
+
|
|
294
|
+
### 工具推荐
|
|
295
|
+
|
|
296
|
+
- Apple Notes + 提醒事项
|
|
297
|
+
- Notion
|
|
298
|
+
- Todoist
|
|
299
|
+
- 纸笔也可以!
|
|
300
|
+
`;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* 能量管理指南
|
|
305
|
+
*/
|
|
306
|
+
function getEnergyGuide() {
|
|
307
|
+
return `
|
|
308
|
+
## ⚡ 能量管理指南
|
|
309
|
+
|
|
310
|
+
### 重要认知
|
|
311
|
+
|
|
312
|
+
> 不是所有时间都 equal
|
|
313
|
+
|
|
314
|
+
同样 1 小时,高能量和低能量时产出差 3-5 倍!
|
|
315
|
+
|
|
316
|
+
---
|
|
317
|
+
|
|
318
|
+
### 了解你的能量周期
|
|
319
|
+
|
|
320
|
+
**提问:**
|
|
321
|
+
1. 你什么时候最清醒?
|
|
322
|
+
2. 什么时候最容易犯困?
|
|
323
|
+
3. 饭后能量变化大吗?
|
|
324
|
+
|
|
325
|
+
**典型模式:**
|
|
326
|
+
- 🌅 早晨型:9-12 点最清醒
|
|
327
|
+
- 🌙 夜猫子:晚上 10 点后最精神
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
### 能量管理策略
|
|
332
|
+
|
|
333
|
+
**1. 匹配任务难度**
|
|
334
|
+
- 高能量 → 复杂思考、决策、创造
|
|
335
|
+
- 中能量 → 会议、沟通、邮件
|
|
336
|
+
- 低能量 → 整理、归档、机械任务
|
|
337
|
+
|
|
338
|
+
**2. 保护高能量时段**
|
|
339
|
+
- 最高效时间做最重要的事
|
|
340
|
+
- 拒绝低价值会议
|
|
341
|
+
|
|
342
|
+
**3. 能量补给**
|
|
343
|
+
- 每 90 分钟休息一下
|
|
344
|
+
- 适当运动提升精力
|
|
345
|
+
- 充足睡眠是基础
|
|
346
|
+
|
|
347
|
+
---
|
|
348
|
+
|
|
349
|
+
### 常见问题
|
|
350
|
+
|
|
351
|
+
❌ "早上效率高却浪费在琐事上"
|
|
352
|
+
→ 重要工作优先安排
|
|
353
|
+
|
|
354
|
+
❌ "下午犯困怎么办"
|
|
355
|
+
→ 小睡 20 分钟,或换个任务
|
|
356
|
+
`;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
module.exports = {
|
|
360
|
+
name: SKILL_NAME,
|
|
361
|
+
match,
|
|
362
|
+
handle
|
|
363
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "personal-productivity",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "个人效率与时间管理顾问 - 帮助用户建立可持续的高效工作习惯",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"openclaw",
|
|
8
|
+
"productivity",
|
|
9
|
+
"time-management",
|
|
10
|
+
"效率",
|
|
11
|
+
"时间管理"
|
|
12
|
+
],
|
|
13
|
+
"author": "Dr.Shrimp 🦐",
|
|
14
|
+
"license": "MIT"
|
|
15
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Personal Travel
|
|
2
|
+
|
|
3
|
+
Тревел-ассистент для OpenClaw. Планирует поездки, помнит вишлист, документы и историю путешествий.
|
|
4
|
+
|
|
5
|
+
## Что умеет
|
|
6
|
+
|
|
7
|
+
- Хранить вишлист стран и городов
|
|
8
|
+
- Помогать планировать маршрут и бюджет
|
|
9
|
+
- Трекать документы (паспорт, визы, страховки)
|
|
10
|
+
- Помнить историю поездок
|
|
11
|
+
- Генерировать чеклист что взять
|
|
12
|
+
|
|
13
|
+
## Команды
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
хочу поехать в [страна] — добавить в вишлист
|
|
17
|
+
вишлист — показать куда хочу поехать
|
|
18
|
+
планирую поездку в [страна] — начать планирование
|
|
19
|
+
паспорт до [дата] — записать срок паспорта
|
|
20
|
+
виза [страна] до [дата] — записать визу
|
|
21
|
+
был в [страна] — записать в историю
|
|
22
|
+
чеклист для поездки — список что взять
|
|
23
|
+
инструкция — показать все команды
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Установка
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
clawdhub install personal-travel
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Данные
|
|
33
|
+
|
|
34
|
+
Хранятся в `knowledge/personal/travel.md` в воркспейсе агента.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: personal-travel
|
|
3
|
+
description: Acts as the user's travel planning assistant in the Travel topic. Plans trips, tracks visited places, wishlists, budgets, documents. Use when in Personal chat Travel topic, or when user mentions travel, trip, flight, hotel, visa, passport, vacation, country, city, airport, booking, or destination.
|
|
4
|
+
---
|
|
5
|
+
# Personal Travel (путешествия)
|
|
6
|
+
|
|
7
|
+
Роль: **твой персональный тревел-ассистент**. Планирует поездки, помнит где был, что хочешь посетить, документы.
|
|
8
|
+
|
|
9
|
+
## Перед ответом
|
|
10
|
+
1. **Прочитай** `knowledge/personal/travel.md` — там прошлые поездки, вишлист, документы.
|
|
11
|
+
2. **Учитывай историю чата**.
|
|
12
|
+
3. Если пользователь рассказал **новое** (планирует поездку, вернулся, обновил документы) — обнови `knowledge/personal/travel.md`.
|
|
13
|
+
|
|
14
|
+
## Что умеет
|
|
15
|
+
- **Вишлист:** куда хочет поехать — страны, города, с приоритетами.
|
|
16
|
+
- **Планирование:** помочь спланировать поездку — маршрут, бюджет, что посмотреть.
|
|
17
|
+
- **История:** где уже был — даты, впечатления, рекомендации.
|
|
18
|
+
- **Документы:** паспорт (срок действия), визы (какие есть, сроки), страховки.
|
|
19
|
+
- **Бюджет:** примерный бюджет поездки, трекинг расходов в поездке.
|
|
20
|
+
- **Чеклист:** что взять с собой, что не забыть перед отъездом.
|
|
21
|
+
- **Напоминания:** паспорт истекает через N месяцев, виза заканчивается.
|
|
22
|
+
|
|
23
|
+
## Правила
|
|
24
|
+
- Актуальные цены и визовые правила — проверять в интернете, не выдумывать.
|
|
25
|
+
- Формат в `knowledge/personal/travel.md`:
|
|
26
|
+
|
|
27
|
+
```markdown
|
|
28
|
+
## Документы
|
|
29
|
+
- Паспорт: действителен до YYYY-MM-DD
|
|
30
|
+
- Визы: ...
|
|
31
|
+
|
|
32
|
+
## Вишлист
|
|
33
|
+
1. Страна/город — почему хочу, примерный бюджет
|
|
34
|
+
2. ...
|
|
35
|
+
|
|
36
|
+
## Прошлые поездки
|
|
37
|
+
### [дата] Куда
|
|
38
|
+
- Что понравилось: ...
|
|
39
|
+
- Рекомендации: ...
|
|
40
|
+
- Потратил: ...
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
- Тон: вдохновляющий, практичный.
|
|
44
|
+
|
|
45
|
+
## Файлы
|
|
46
|
+
- **Память:** `knowledge/personal/travel.md` — читать в начале, обновлять.
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: presentation-generator
|
|
3
|
+
description: "Generate high-quality technical HTML presentations (Reveal.js) and Markdown technical deep-dive articles from projects or papers. Covers architecture diagrams, code walkthroughs, math formulas, and speaker notes. Use when users say: 'make a presentation', 'create slides', 'generate HTML slides', 'technical presentation', 'paper presentation', 'Reveal.js slides', 'write a technical deep-dive article', 'create tech blog from code', 'generate architecture diagrams with matplotlib'. Triggers on requests to: (1) Convert a project/paper into an HTML slide deck, (2) Write a Markdown technical analysis article, (3) Generate matplotlib architecture diagrams for documentation."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Technical Presentation & Article Generator
|
|
7
|
+
|
|
8
|
+
Generate Reveal.js HTML presentations and Markdown technical deep-dive articles from complex technical projects or papers. All content in Chinese by default.
|
|
9
|
+
|
|
10
|
+
## Core Principles
|
|
11
|
+
|
|
12
|
+
- **Logic First**: Establish overall architecture before diving into details. No fragmented info dumps.
|
|
13
|
+
- **Visualization Driven**: Use diagrams (Mermaid, architecture charts) over plain text whenever possible.
|
|
14
|
+
- **Code-Theory Alignment**: Every formula/diagram must map to concrete code implementation.
|
|
15
|
+
- **Deep Dive via "What-Why-How-Code"**: For each core component, follow the 5-step pattern: Concept → Motivation → Mechanism → Code → Comparison.
|
|
16
|
+
- **User Friendly**: Leverage HTML/JS features for code highlighting, speaker notes, and interactivity.
|
|
17
|
+
|
|
18
|
+
## Workflow: HTML Presentation Generation
|
|
19
|
+
|
|
20
|
+
### Step 1: Analyze Source Material
|
|
21
|
+
|
|
22
|
+
Read the project/paper thoroughly. Collect:
|
|
23
|
+
- Model configs (yaml/json) for precise parameters
|
|
24
|
+
- Core model code for architecture details and tensor shapes
|
|
25
|
+
- Training code for loss design
|
|
26
|
+
- Inference code for inference flow
|
|
27
|
+
- README / paper for high-level overview
|
|
28
|
+
|
|
29
|
+
**All technical details (parameter values, shapes, formulas) must come from source code, not guesswork.**
|
|
30
|
+
|
|
31
|
+
### Step 2: Plan Content Structure
|
|
32
|
+
|
|
33
|
+
Organize slides into these modules:
|
|
34
|
+
|
|
35
|
+
1. **Cover & Context** — Title, pain points, one-line innovation summary
|
|
36
|
+
2. **High-Level Architecture** — System overview, data flow, module interactions
|
|
37
|
+
3. **Core Component Deep Dives** (~50%+ of slides) — Detailed breakdown per module
|
|
38
|
+
4. **Training & Inference Pipelines** (AI model/algorithm only) — See Step 4.5 below
|
|
39
|
+
5. **Performance & Optimization** — Experiments, speedup strategies, latency
|
|
40
|
+
6. **Summary & Future Work** — Contributions, open problems
|
|
41
|
+
|
|
42
|
+
### Step 3: Generate Single-File HTML
|
|
43
|
+
|
|
44
|
+
Produce a self-contained HTML file using Reveal.js via CDN. Must include:
|
|
45
|
+
- MathJax/KaTeX for LaTeX formulas
|
|
46
|
+
- highlight.js for code syntax highlighting
|
|
47
|
+
- Mermaid.js for diagrams (with manual rendering fix)
|
|
48
|
+
- Speaker notes (`<aside class="notes">`) on every slide — conversational style, explain "why" not "what"
|
|
49
|
+
|
|
50
|
+
**Reveal.js Config (mandatory):**
|
|
51
|
+
```javascript
|
|
52
|
+
Reveal.initialize({
|
|
53
|
+
width: 1920,
|
|
54
|
+
height: 960, // 2:1 aspect ratio for widescreen
|
|
55
|
+
margin: 0.1,
|
|
56
|
+
minScale: 0.2,
|
|
57
|
+
maxScale: 1.5,
|
|
58
|
+
center: true,
|
|
59
|
+
});
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
**Centering CSS (mandatory):**
|
|
63
|
+
```css
|
|
64
|
+
.reveal .slides { text-align: center; }
|
|
65
|
+
.reveal .slides section {
|
|
66
|
+
display: flex; flex-direction: column;
|
|
67
|
+
justify-content: center; align-items: center;
|
|
68
|
+
width: 100%; height: 100%;
|
|
69
|
+
padding: 20px 40px; box-sizing: border-box;
|
|
70
|
+
}
|
|
71
|
+
.grid-2, .grid-3 { max-width: 1700px; width: 100%; }
|
|
72
|
+
.reveal .slides section > * { max-width: 100%; box-sizing: border-box; }
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### Step 4: Apply Deep Dive Pattern for Each Core Component
|
|
76
|
+
|
|
77
|
+
For every core module, follow this 5-step structure:
|
|
78
|
+
|
|
79
|
+
1. **What**: Definition, input/output
|
|
80
|
+
2. **Why**: Design motivation, what problem does it solve
|
|
81
|
+
3. **How**: Algorithm flowchart, core formulas (MathJax), shape flow (e.g., `(B,C,T) → (B,2C,1)`)
|
|
82
|
+
4. **Code**: Key code snippet with line-level comments and highlighting
|
|
83
|
+
5. **Comparison**: Table comparing old vs new approach
|
|
84
|
+
|
|
85
|
+
### Step 4.5: Training vs Inference Split (AI Model/Algorithm Projects)
|
|
86
|
+
|
|
87
|
+
**When the project involves an AI model or algorithm, the training and inference pipelines MUST be presented as separate, clearly distinguished sections.** Do NOT merge them into a single "model overview" slide.
|
|
88
|
+
|
|
89
|
+
#### Detection Criteria
|
|
90
|
+
If the source material contains ANY of the following, apply this step:
|
|
91
|
+
- Training scripts (train.py, trainer.py, fit(), loss functions)
|
|
92
|
+
- Inference scripts (infer.py, predict.py, generate())
|
|
93
|
+
- Distinct training-only components (data augmentation, loss design, learning rate schedule, gradient accumulation)
|
|
94
|
+
- Distinct inference-only components (beam search, sampling strategy, post-processing, quantization, TensorRT)
|
|
95
|
+
- Model behavior differences between training and inference (e.g., dropout, batch norm, teacher forcing vs autoregressive)
|
|
96
|
+
|
|
97
|
+
#### Required Slide Structure
|
|
98
|
+
|
|
99
|
+
**Slide Group A: Training Pipeline (2-4 slides)**
|
|
100
|
+
1. **Training Architecture Overview** — Training-specific data flow diagram showing: Dataset → Preprocessing → Model (train mode) → Loss → Optimizer → Update
|
|
101
|
+
2. **Training Core Details** — Loss function design (formulas + code), optimizer config, LR schedule, regularization strategies
|
|
102
|
+
3. **Training Data Flow** — Shape transformations specific to training (include batch dimension, label handling)
|
|
103
|
+
4. **Training Tricks & Optimization** (optional) — Mixed precision, gradient accumulation, distributed training, curriculum learning
|
|
104
|
+
|
|
105
|
+
**Slide Group B: Inference Pipeline (2-4 slides)**
|
|
106
|
+
1. **Inference Architecture Overview** — Inference-specific data flow diagram showing: Input → Preprocessing → Model (eval mode) → Post-processing → Output
|
|
107
|
+
2. **Inference Core Details** — Decoding strategy (greedy/beam/sampling), post-processing, confidence thresholds
|
|
108
|
+
3. **Inference Data Flow** — Shape transformations specific to inference (note differences from training: no labels, potentially different batch handling)
|
|
109
|
+
4. **Inference Optimization** (optional) — Quantization, pruning, caching (KV-cache), batching strategies, latency benchmarks
|
|
110
|
+
|
|
111
|
+
**Slide Group C: Training vs Inference Comparison (1 slide)**
|
|
112
|
+
|
|
113
|
+
Must include a comparison table:
|
|
114
|
+
|
|
115
|
+
| Aspect | Training | Inference |
|
|
116
|
+
|--------|----------|----------|
|
|
117
|
+
| Mode | `model.train()` | `model.eval()` |
|
|
118
|
+
| Data | Labeled dataset + augmentation | Raw input only |
|
|
119
|
+
| Dropout/BN | Active / running stats update | Disabled / frozen stats |
|
|
120
|
+
| Output | Loss value | Predictions |
|
|
121
|
+
| Batch Size | Large (throughput) | Small/1 (latency) |
|
|
122
|
+
| Key Metric | Training loss, validation accuracy | Latency, throughput, quality |
|
|
123
|
+
| Unique Components | Loss fn, optimizer, scheduler | Decoder, post-processor, cache |
|
|
124
|
+
|
|
125
|
+
#### Visual Differentiation
|
|
126
|
+
- Use **distinct color schemes**: Training slides use 🔵 blue tones (`#e3f2fd`, `#1976d2`), Inference slides use 🟢 green tones (`#e8f5e9`, `#388e3c`)
|
|
127
|
+
- Use **labeled section headers**: "🏋️ Training Pipeline" and "🚀 Inference Pipeline"
|
|
128
|
+
- Mermaid/flowchart diagrams for training and inference should be **separate diagrams**, not a single combined one
|
|
129
|
+
- Highlight components that **only exist in one phase** (e.g., loss function is training-only; beam search is inference-only)
|
|
130
|
+
|
|
131
|
+
### Step 5: Quality Checklist
|
|
132
|
+
|
|
133
|
+
Before delivering, verify:
|
|
134
|
+
- [ ] Every slide fits within viewport (no overflow/truncation)
|
|
135
|
+
- [ ] Font sizes appropriate (code not too small)
|
|
136
|
+
- [ ] Every "Why" is explained, not just "What"
|
|
137
|
+
- [ ] Core components have code correspondence
|
|
138
|
+
- [ ] Shape transformations clearly annotated
|
|
139
|
+
- [ ] Complex formulas have intuitive explanations
|
|
140
|
+
- [ ] All user-raised questions are addressed
|
|
141
|
+
- [ ] (AI model projects) Training and inference pipelines are presented separately with distinct visual styles
|
|
142
|
+
- [ ] (AI model projects) Training-only and inference-only components are clearly marked
|
|
143
|
+
- [ ] (AI model projects) A Training vs Inference comparison table is included
|
|
144
|
+
|
|
145
|
+
## Workflow: Markdown Technical Article
|
|
146
|
+
|
|
147
|
+
Follow the article structure template in [references/article-template.md](references/article-template.md).
|
|
148
|
+
|
|
149
|
+
Key principles:
|
|
150
|
+
- **Table-driven**: Use tables for parameter comparisons, model comparisons, shape references
|
|
151
|
+
- **Code as documentation**: Every core module needs code snippet + line comments
|
|
152
|
+
- **Formula-code alignment**: LaTeX symbols must match code variable names
|
|
153
|
+
- **"Why" over "What"**: Explain design motivation for every decision
|
|
154
|
+
|
|
155
|
+
## Workflow: Matplotlib Architecture Diagrams
|
|
156
|
+
|
|
157
|
+
See [references/matplotlib-guide.md](references/matplotlib-guide.md) for the complete matplotlib diagram generation methodology.
|
|
158
|
+
|
|
159
|
+
Critical rules:
|
|
160
|
+
- `FancyBboxPatch` pad must be proportional: `min(w, h) * 0.15`
|
|
161
|
+
- Line height based on box height: `h * 0.75 / n_lines`
|
|
162
|
+
- Long-distance connections use polylines, not arcs
|
|
163
|
+
- Never use `set_aspect('equal')`
|
|
164
|
+
- macOS fonts: `Arial Unicode MS` > `Heiti TC` > `STHeiti`
|
|
165
|
+
- No emoji in matplotlib (not supported)
|
|
166
|
+
|
|
167
|
+
## Common Pitfalls Quick Reference
|
|
168
|
+
|
|
169
|
+
| Issue | Root Cause | Fix |
|
|
170
|
+
|-------|-----------|-----|
|
|
171
|
+
| Slide content overflow | Too much content per slide | Use scrollable containers or split slides |
|
|
172
|
+
| Content off-center | Missing Flexbox centering CSS | Apply mandatory centering CSS above |
|
|
173
|
+
| Mermaid not rendering on hidden slides | `startOnLoad: true` only renders visible | Set `startOnLoad: false`, manual render on `ready` + `slidechanged` |
|
|
174
|
+
| Vertical flowchart overflow | Too many nodes in HTML/CSS flowchart | Compress gap/padding/font-size, see [references/revealjs-fixes.md](references/revealjs-fixes.md) |
|
|
175
|
+
| Matplotlib boxes distorted | `pad` in data coordinates, not pixels | Use proportional pad calculation |
|
|
176
|
+
| Chinese not showing in matplotlib | Wrong font | Use `Arial Unicode MS` / `Heiti TC` |
|
|
177
|
+
| Training/Inference merged into one slide | AI model specifics lost | Split into separate slide groups with distinct color themes (blue=train, green=infer) |
|
|
178
|
+
|
|
179
|
+
## Prompt Template
|
|
180
|
+
|
|
181
|
+
For generating presentations with maximum quality, see [references/prompt-template.md](references/prompt-template.md) for a proven C.R.I.S.P principle prompt.
|
|
182
|
+
|
|
183
|
+
## Slide Template
|
|
184
|
+
|
|
185
|
+
See [assets/slide-template.html](assets/slide-template.html) for a starter HTML template with all required configs pre-set.
|