[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-OthmanAdi-planning-with-files-zh-en":3,"guides-for-OthmanAdi-planning-with-files-zh":538,"similar-k17arqyzn01wq085wfv1hbhdkd86nvam-en":539},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":236,"parentExtension":251,"providers":303,"relations":307,"repo":308,"tags":536,"workflow":537},1778695142297.4412,"k17arqyzn01wq085wfv1hbhdkd86nvam",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"基于 Manus 风格的文件规划系统，用于组织和跟踪复杂任务的进度。创建 task_plan.md、findings.md 和 progress.md 三个文件。当用户要求规划、拆解或组织多步骤项目、研究任务或需要超过5次工具调用的工作时使用。支持 /clear 后的自动会话恢复。触发词：任务规划、项目计划、制定计划、分解任务、多步骤规划、进度跟踪、文件规划、帮我规划、拆解项目",{"claudeCode":12},"OthmanAdi/planning-with-files","planning-with-files-zh","https://github.com/OthmanAdi/planning-with-files",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":244},1778695314288.7148,"kn71c6qwtdpe8936rqdwv4bqts86njd7","zh-CN",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,73,76,79,82,85,88,92,96,100,104,108,111,115,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of organizing and tracking complex tasks, specifically mentioning multi-step projects, research tasks, and situations requiring more than 5 tool calls.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill implements a file-based planning system (task_plan.md, findings.md, progress.md) and specific file manipulation hooks (PreToolUse, PostToolUse) that go beyond default LLM behavior for task management and state persistence.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for task planning, including initialization, context recovery, planning file updates, and a completion check hook, making it suitable for real-world workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single, coherent workflow: file-based task planning and progress tracking, with clear documentation on its scope and file management.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, including its file-based approach, hook system, and specific trigger phrases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The allowed tools ('Read', 'Write', 'Edit', 'Bash', 'Glob', 'Grep') are well-scoped verb-noun specialists relevant to file manipulation and task planning.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to expose explicit configuration parameters or options beyond its core file operations and hooks, making a formal reference check not applicable.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools used by the skill (Read, Write, Edit, Bash, Glob, Grep) are standard and descriptive verb-noun actions.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Tool parameters for file operations (e.g., file_path) are specific and well-defined, and the script outputs are primarily for audit or status reporting, not diagnostic dumps.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project includes a clear MIT License file, indicating permissive open-source usage.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 5, 2026, which is within the last 90 days, indicating active maintenance.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill does not appear to have external third-party dependencies that require complex management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill's scripts do not appear to handle or expose secrets, and its primary function is file manipulation within the project context.",{"category":66,"check":70,"severity":71,"summary":72},"Injection","warning","The skill's `PreToolUse` hook automatically injects the content of `task_plan.md` into the context for every tool call. The `SKILL.md` explicitly warns that `task_plan.md` is a high-value target for indirect prompt injection due to this repeated injection, and advises treating external content as untrusted.",{"category":66,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill operates on local files and bundled scripts, with no indication of runtime downloads or execution of external, uncommitted content.",{"category":66,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The scripts operate on files within the project directory and use relative paths or user profile directories, adhering to sandbox isolation principles.",{"category":66,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops that could indicate sandbox escape attempts.",{"category":66,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill focuses on local file management and does not contain instructions for reading or submitting confidential data to third parties.",{"category":66,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled Markdown and script files appear to be free of hidden text tricks or obfuscation methods.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The bundled scripts are plain text and readable, with no evidence of base64 obfuscation, eval usage, or runtime code fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill's scripts and documentation correctly use relative paths and user profile directories (e.g., `$HOME`, `~`), and the session-catchup script handles project path normalization.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","With 3 open and 34 closed issues in the last 90 days, the closure rate is high (approximately 91.9%), indicating good maintainer engagement.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The skill has a clearly defined manifest version (2.37.0) and a CHANGELOG file, along with GitHub release tags, indicating robust release management.",{"category":105,"check":106,"severity":24,"summary":107},"Execution","Validation","The session-catchup script uses standard Python libraries for path handling and file operations. While not explicitly using a schema validation library like Zod or Pydantic, its operations are based on file existence and path manipulation, which are inherently constrained. Tool inputs are handled by the underlying agent framework.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill primarily performs file read/write/edit operations within the user's project directory. Destructive operations like deletion are not part of its core functionality, and where scripts are used (e.g., init-session), they create files rather than delete them.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The Python session-catchup script uses try-except blocks for file operations. The shell scripts are written with `set -e` and `|| true` where appropriate, and the check-complete script explicitly reports status rather than exiting on failure.",{"category":112,"check":116,"severity":24,"summary":117},"Logging","The skill provides explicit logging through its hooks (e.g., PreToolUse, PostToolUse) and status reporting from its scripts, allowing users to review actions and states.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The skill operates on local project files and does not inherently handle personal data or submit it to third parties.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill's functionality is file-based and language-agnostic, with scripts supporting both POSIX and Windows environments, making it globally applicable.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","Scripts use `#!/usr/bin/env bash` or Python, and the session-catchup script handles path normalization across OSs, ensuring cross-platform compatibility.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README file is comprehensive, clearly stating the skill's purpose, usage, and benefits.",{"category":33,"check":132,"severity":46,"summary":133},"Tool surface size","The skill primarily utilizes fundamental agent tools (Read, Write, Edit, Bash, etc.) and doesn't expose a large number of distinct named tools.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The primary tools used are standard file operations and shell commands, which are distinct and not near-synonyms.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as file creation, session recovery, and hook-based reminders, are implemented and verifiable in the code and documentation.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for various IDEs and includes examples of how to invoke the skill.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The scripts provide informative messages for common scenarios like missing files or completion status, guiding the user on next steps or current state.",{"category":105,"check":149,"severity":24,"summary":150},"Pinned dependencies","The skill's scripts are self-contained and rely on standard interpreters (bash, python3). The Python script specifies python3, and shell scripts use `env bash`, implying standard system availability without external pinned dependencies.",{"category":33,"check":152,"severity":46,"summary":153},"Dry-run preview","The skill's core operations are file manipulations, not state-changing commands that would typically require a dry-run preview.",{"category":155,"check":156,"severity":46,"summary":157},"Protocol","Idempotent retry & timeouts","The skill's operations are local file manipulations, which are inherently idempotent and do not involve remote calls or state-changing operations requiring timeouts or complex retry logic.",{"category":66,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no indication of telemetry collection in the skill's code or documentation.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description precisely states the skill's purpose (file-based planning system) and when to use it (complex tasks, multi-step projects, research) and explicitly mentions what it creates (task_plan.md, findings.md, progress.md).",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is dense and self-contained, summarizing the core capability and listing trigger phrases effectively within the character limit.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md file is well-structured and avoids excessive verbosity, delegating detailed templates and scripts to separate files.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed templates and scripts are provided in separate files within the repository, following a progressive disclosure pattern.",{"category":171,"check":175,"severity":46,"summary":176},"Forked exploration","The skill is not designed for deep exploration or code review that would necessitate a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The README provides clear installation and usage examples, including specific commands and notes on IDE integration.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md and associated scripts address potential issues like existing files, session recovery, and error handling with clear recovery steps or status reporting.",{"category":112,"check":184,"severity":46,"summary":185},"Tool Fallback","The skill primarily uses built-in agent tools and does not rely on external MCP servers or custom toolkits that would require a fallback.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The `init-session.sh` script checks for existing files before creating them, and the `session-catchup.py` script handles different session states gracefully.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is designed to be self-contained and does not implicitly rely on other skills being loaded in the same session.",1778695314178,"This skill implements a Manus-style file planning system, creating `task_plan.md`, `findings.md`, and `progress.md` in the project directory to organize and track complex tasks. It includes hooks for context recovery, pre-tool use data injection, post-tool use reminders, and stop-hook completion checks.",[196,197,198,199,200],"Persistent task planning with Markdown files","Automated session context recovery","Pre-tool use data injection via hooks","Post-tool use progress update reminders","Completion verification before stopping",[202,203,204],"Handling simple, single-step questions","Performing quick lookups or single-file edits","Replacing core IDE functionality for file editing","3.0.0","4.4.0","To provide a robust and persistent system for organizing, planning, and tracking complex multi-step tasks by leveraging Markdown files as a form of disk-based working memory.","The skill demonstrates exceptionally high quality across all dimensions, particularly in its adherence to best practices for task management, context engineering, and security. The use of file-based persistence, clear hooks, and comprehensive documentation sets a high bar for agent capabilities. The only minor security consideration related to potential prompt injection via the injected `task_plan.md` is explicitly documented and mitigated by security advice within the skill's own documentation.",98,"Highly polished and secure skill for persistent task planning and progress tracking using Markdown files.",[212,213,214,215,216,217,218],"planning","task-management","workflow","markdown","persistence","context-engineering","code-execution","global","community",[222,223,224,225],"Planning and executing multi-step projects","Conducting in-depth research tasks","Organizing complex workflows requiring over 5 tool calls","Maintaining a log of findings and progress across long sessions",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":241,"testCoverage":243},{"hasLockfile":228},false,1778695295442,{"descriptionLength":231,"readmeSize":232},190,25489,{"closedIssues90d":234,"forks":235,"hasChangelog":236,"manifestVersion":237,"openIssues90d":238,"pushedAt":239,"stars":240},34,1877,true,"2.37.0",3,1777996781000,21133,{"hasNpmPackage":228,"license":242,"smitheryVerified":228},"MIT",{"hasCi":236,"hasTests":236},{"updatedAt":245},1778695314288,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"skills/planning-with-files-zh","OthmanAdi","planning-with-files","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":258,"parentExtension":262,"providers":290,"relations":298,"tags":299,"workflow":300},1778695142297.4397,"k17b5rdx72d6dssd149d30sx8986mamf",{"reviewCount":8},{"description":256,"installMethods":257,"name":249,"sourceUrl":14},"Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.",{"claudeCode":249},{"basePath":259,"githubOwner":248,"githubRepo":249,"locale":260,"slug":249,"type":261},"","en","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":269,"providers":271,"relations":283,"tags":285,"workflow":286},1778695142297.4395,"k178ckx9f3qxcfwcq3zrds4jfs86mnrt",{"reviewCount":8},{"description":267,"installMethods":268,"name":249,"sourceUrl":14},"Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.",{"claudeCode":12},{"basePath":259,"githubOwner":248,"githubRepo":249,"locale":260,"slug":249,"type":270},"marketplace",{"evaluate":272,"extract":277},{"promptVersionExtension":273,"promptVersionScoring":206,"score":209,"tags":274,"targetMarket":219,"tier":276},"3.1.0",[212,215,214,216,275],"agent-skills","verified",{"commitSha":278,"marketplace":279,"plugin":281},"HEAD",{"name":249,"pluginCount":280},1,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd7c09vrmg07ejxztzcc3j4gv986njf9",[275,215,216,212,214],{"evaluatedAt":287,"extractAt":288,"updatedAt":289},1778695156637,1778695142297,1778695430223,{"evaluate":291,"extract":295},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":293,"targetMarket":219,"tier":276},99,[212,214,215,213,294],"productivity",{"commitSha":278,"license":242,"plugin":296},{"mcpCount":8,"provider":282,"skillCount":297},5,{"parentExtensionId":264,"repoId":284},[215,212,294,213,214],{"evaluatedAt":301,"extractAt":288,"updatedAt":302},1778695204116,1778695430594,{"evaluate":304,"extract":306},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":305,"targetMarket":219,"tier":220},[212,213,214,215,216,217,218],{"commitSha":278},{"parentExtensionId":253,"repoId":284},{"_creationTime":309,"_id":284,"identity":310,"providers":311,"workflow":532},1778695137246.4019,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":312,"discover":510,"github":513},{"commitSha":278,"extensions":313},[314,327,364,405,431,447,464,481,494],{"basePath":259,"displayName":249,"installMethods":315,"rationale":316,"selectedPaths":317,"source":326,"sourceLanguage":260,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[318,321,323],{"path":319,"priority":320},".claude-plugin/marketplace.json","mandatory",{"path":322,"priority":320},"README.md",{"path":324,"priority":325},"LICENSE","high","rule",{"basePath":259,"description":256,"displayName":249,"installMethods":328,"license":242,"rationale":329,"selectedPaths":330,"source":326,"sourceLanguage":260,"type":261},{"claudeCode":249},"plugin manifest at .claude-plugin/plugin.json",[331,333,334,335,338,340,342,344,346,348,350,352,354,356,358,360,362],{"path":332,"priority":320},".claude-plugin/plugin.json",{"path":322,"priority":320},{"path":324,"priority":325},{"path":336,"priority":337},"skills/planning-with-files/SKILL.md","medium",{"path":339,"priority":337},"skills/planning-with-files-ar/SKILL.md",{"path":341,"priority":337},"skills/planning-with-files-de/SKILL.md",{"path":343,"priority":337},"skills/planning-with-files-es/SKILL.md",{"path":345,"priority":337},"skills/planning-with-files-zh/SKILL.md",{"path":347,"priority":337},"skills/planning-with-files-zht/SKILL.md",{"path":349,"priority":325},"commands/plan-ar.md",{"path":351,"priority":325},"commands/plan-attest.md",{"path":353,"priority":325},"commands/plan-de.md",{"path":355,"priority":325},"commands/plan-es.md",{"path":357,"priority":325},"commands/plan-zh.md",{"path":359,"priority":325},"commands/plan.md",{"path":361,"priority":325},"commands/start.md",{"path":363,"priority":325},"commands/status.md",{"basePath":365,"description":366,"displayName":249,"installMethods":367,"rationale":368,"selectedPaths":369,"source":326,"sourceLanguage":260,"type":250},".codex/skills/planning-with-files","Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.",{"claudeCode":12},"SKILL.md frontmatter at .codex/skills/planning-with-files/SKILL.md (coalesced with duplicate skill at .opencode/skills/planning-with-files, skills/planning-with-files, .kiro/skills/planning-with-files, .cursor/skills/planning-with-files, .gemini/skills/planning-with-files, .hermes/skills/planning-with-files, .factory/skills/planning-with-files, .continue/skills/planning-with-files, .codebuddy/skills/planning-with-files, .mastracode/skills/planning-with-files)",[370,372,374,376,379,381,383,385,387,389,391,393,395,397,399,401,403],{"path":371,"priority":320},"SKILL.md",{"path":373,"priority":337},"references/examples.md",{"path":375,"priority":337},"references/reference.md",{"path":377,"priority":378},"scripts/attest-plan.ps1","low",{"path":380,"priority":378},"scripts/attest-plan.sh",{"path":382,"priority":378},"scripts/check-complete.ps1",{"path":384,"priority":378},"scripts/check-complete.sh",{"path":386,"priority":378},"scripts/init-session.ps1",{"path":388,"priority":378},"scripts/init-session.sh",{"path":390,"priority":378},"scripts/resolve-plan-dir.ps1",{"path":392,"priority":378},"scripts/resolve-plan-dir.sh",{"path":394,"priority":378},"scripts/session-catchup.py",{"path":396,"priority":378},"scripts/set-active-plan.ps1",{"path":398,"priority":378},"scripts/set-active-plan.sh",{"path":400,"priority":378},"templates/findings.md",{"path":402,"priority":378},"templates/progress.md",{"path":404,"priority":378},"templates/task_plan.md",{"basePath":406,"description":366,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":326,"sourceLanguage":260,"type":250},".pi/skills/planning-with-files","pi-planning-with-files",{"claudeCode":12},"SKILL.md frontmatter at .pi/skills/planning-with-files/SKILL.md",[411,412,413,415,417,418,419,420,421,422,423,424,425,426,427,428,429,430],{"path":371,"priority":320},{"path":322,"priority":325},{"path":414,"priority":337},"examples.md",{"path":416,"priority":337},"reference.md",{"path":377,"priority":378},{"path":380,"priority":378},{"path":382,"priority":378},{"path":384,"priority":378},{"path":386,"priority":378},{"path":388,"priority":378},{"path":390,"priority":378},{"path":392,"priority":378},{"path":394,"priority":378},{"path":396,"priority":378},{"path":398,"priority":378},{"path":400,"priority":378},{"path":402,"priority":378},{"path":404,"priority":378},{"basePath":432,"description":433,"displayName":434,"installMethods":435,"rationale":436,"selectedPaths":437,"source":326,"sourceLanguage":260,"type":250},"skills/planning-with-files-ar","نظام تخطيط الملفات بنمط Manus لتنظيم وتتبع تقدم المهام المعقدة. ينشئ ملفات task_plan.md و findings.md و progress.md. يُستخدم عند طلب التخطيط أو تحليل المهام أو تنظيم المشاريع أو تتبع التقدم أو الخطط متعددة الخطوات. يدعم الاستعادة التلقائية للجلسة بعد /clear. كلمات التشغيل: تخطيط المهام، إدارة المشاريع، خطة العمل، تحليل المهام، تنظيم المشروع، تتبع التقدم، خطة متعددة الخطوات، ساعدني في التخطيط، تحليل المشروع","planning-with-files-ar",{"claudeCode":12},"SKILL.md frontmatter at skills/planning-with-files-ar/SKILL.md",[438,439,440,441,442,443,444,445,446],{"path":371,"priority":320},{"path":382,"priority":378},{"path":384,"priority":378},{"path":386,"priority":378},{"path":388,"priority":378},{"path":394,"priority":378},{"path":400,"priority":378},{"path":402,"priority":378},{"path":404,"priority":378},{"basePath":448,"description":449,"displayName":450,"installMethods":451,"rationale":452,"selectedPaths":453,"source":326,"sourceLanguage":463,"type":250},"skills/planning-with-files-de","Manus-artiges Dateiplanungssystem zur Organisation und Verfolgung des Fortschritts komplexer Aufgaben. Erstellt task_plan.md, findings.md und progress.md. Wird verwendet, wenn der Benutzer plant, zerlegt oder organisiert: mehrstufige Projekte, Forschungsaufgaben oder Arbeiten mit über 5 Tool-Aufrufen. Unterstützt automatische Sitzungswiederherstellung nach /clear. Auslöser: Aufgabenplanung, Projektplanung, Arbeitsplan erstellen, Aufgaben analysieren, Projekt organisieren, Fortschritt verfolgen, Mehrstufige Planung, Hilf mir bei der Planung, Projekt zerlegen","planning-with-files-de",{"claudeCode":12},"SKILL.md frontmatter at skills/planning-with-files-de/SKILL.md",[454,455,456,457,458,459,460,461,462],{"path":371,"priority":320},{"path":382,"priority":378},{"path":384,"priority":378},{"path":386,"priority":378},{"path":388,"priority":378},{"path":394,"priority":378},{"path":400,"priority":378},{"path":402,"priority":378},{"path":404,"priority":378},"de",{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":326,"sourceLanguage":480,"type":250},"skills/planning-with-files-es","Sistema de planificación basado en archivos estilo Manus para organizar y rastrear el progreso de tareas complejas. Crea task_plan.md, findings.md y progress.md. Cuando el usuario solicita planificación, desglose u organización de proyectos multipaso, tareas de investigación o trabajos que requieren más de 5 llamadas a herramientas. Soporta recuperación automática de sesión tras /clear. Palabras clave: planificación de tareas, planificación de proyecto, crear plan de trabajo, analizar tareas, organizar proyecto, seguimiento de progreso, planificación multipaso, ayúdame a planificar, desglosar proyecto","planning-with-files-es",{"claudeCode":12},"SKILL.md frontmatter at skills/planning-with-files-es/SKILL.md",[471,472,473,474,475,476,477,478,479],{"path":371,"priority":320},{"path":382,"priority":378},{"path":384,"priority":378},{"path":386,"priority":378},{"path":388,"priority":378},{"path":394,"priority":378},{"path":400,"priority":378},{"path":402,"priority":378},{"path":404,"priority":378},"es",{"basePath":247,"description":10,"displayName":13,"installMethods":482,"rationale":483,"selectedPaths":484,"source":326,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at skills/planning-with-files-zh/SKILL.md",[485,486,487,488,489,490,491,492,493],{"path":371,"priority":320},{"path":382,"priority":378},{"path":384,"priority":378},{"path":386,"priority":378},{"path":388,"priority":378},{"path":394,"priority":378},{"path":400,"priority":378},{"path":402,"priority":378},{"path":404,"priority":378},{"basePath":495,"description":496,"displayName":497,"installMethods":498,"rationale":499,"selectedPaths":500,"source":326,"sourceLanguage":18,"type":250},"skills/planning-with-files-zht","基於 Manus 風格的檔案規劃系統，用於組織和追蹤複雜任務的進度。建立 task_plan.md、findings.md 和 progress.md 三個檔案。當使用者要求規劃、拆解或組織多步驟專案、研究任務或需要超過5次工具呼叫的工作時使用。支援 /clear 後的自動會話恢復。觸發詞：任務規劃、專案計畫、制定計畫、分解任務、多步驟規劃、進度追蹤、檔案規劃、幫我規劃、拆解專案","planning-with-files-zht",{"claudeCode":12},"SKILL.md frontmatter at skills/planning-with-files-zht/SKILL.md",[501,502,503,504,505,506,507,508,509],{"path":371,"priority":320},{"path":382,"priority":378},{"path":384,"priority":378},{"path":386,"priority":378},{"path":388,"priority":378},{"path":394,"priority":378},{"path":400,"priority":378},{"path":402,"priority":378},{"path":404,"priority":378},{"sources":511},[512],"manual",{"closedIssues90d":234,"description":267,"forks":235,"license":242,"openIssues90d":238,"pushedAt":239,"readmeSize":232,"stars":240,"topics":514},[515,516,517,518,275,519,520,521,522,523,524,525,526,212,527,528,529,530,531],"claude","claude-code","claude-skills","manus","antigravity","kilocode","adal","hermes","hermes-agent","hermes-skill","openclaw","openclaw-skills","copilot","copilot-skills","mastra","pi","pi-agent",{"classifiedAt":533,"discoverAt":534,"extractAt":535,"githubAt":535,"updatedAt":533},1778695142101,1778695137246,1778695140307,[218,217,215,216,212,213,214],{"evaluatedAt":245,"extractAt":288,"updatedAt":245},[],[540,558,588,617,649,678],{"_creationTime":541,"_id":542,"community":543,"display":544,"identity":547,"providers":548,"relations":554,"tags":555,"workflow":556},1778695142297.441,"k17fr325vnkg42f533fa1yts4h86mbzn",{"reviewCount":8},{"description":466,"installMethods":545,"name":546,"sourceUrl":14},{"claudeCode":12},"Planning with Files",{"basePath":465,"githubOwner":248,"githubRepo":249,"locale":480,"slug":467,"type":250},{"evaluate":549,"extract":553},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":550,"targetMarket":219,"tier":276},[212,213,551,215,214,552,216],"project-management","organization",{"commitSha":278,"license":242},{"parentExtensionId":253,"repoId":284},[215,552,216,212,551,213,214],{"evaluatedAt":557,"extractAt":288,"updatedAt":557},1778695294979,{"_creationTime":559,"_id":560,"community":561,"display":562,"identity":568,"providers":573,"relations":581,"tags":583,"workflow":584},1778692636224.963,"k175cf35p0b11svw881fgnxyb986myr3",{"reviewCount":8},{"description":563,"installMethods":564,"name":566,"sourceUrl":567},"Turns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking to guide development from requirements to completion.",{"claudeCode":565},"makenotion/notion-cookbook","notion-spec-to-implementation","https://github.com/makenotion/notion-cookbook",{"basePath":569,"githubOwner":570,"githubRepo":571,"locale":260,"slug":572,"type":250},"skills/claude/spec-to-implementation","makenotion","notion-cookbook","spec-to-implementation",{"evaluate":574,"extract":580},{"promptVersionExtension":205,"promptVersionScoring":206,"score":575,"tags":576,"targetMarket":219,"tier":276},100,[577,213,551,578,579,214],"notion","automation","documentation",{"commitSha":278},{"repoId":582},"kd78q5pd468r50e2cfq1g8wqfx86nakb",[578,579,577,551,213,214],{"evaluatedAt":585,"extractAt":586,"updatedAt":587},1778692721479,1778692636225,1778692764524,{"_creationTime":589,"_id":590,"community":591,"display":592,"identity":598,"providers":601,"relations":609,"tags":612,"workflow":613},1778687211290.413,"k17emhcjcx4ekexakgsh0j0nq586mmr1",{"reviewCount":8},{"description":593,"installMethods":594,"name":596,"sourceUrl":597},"Dolt-powered issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction. Trigger with \"create task\", \"what's ready\", \"track this work\", \"resume after compaction\". Make sure to use this skill whenever managing multi-session work, tracking dependencies, or recovering context.\n",{"claudeCode":595},"gastownhall/beads","beads","https://github.com/gastownhall/beads",{"basePath":599,"githubOwner":600,"githubRepo":596,"locale":260,"slug":596,"type":250},"plugins/beads/skills/beads","gastownhall",{"evaluate":602,"extract":608},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":603,"targetMarket":219,"tier":276},[604,213,605,606,216,607],"issue-tracking","multi-session","dependencies","dolt",{"commitSha":278},{"parentExtensionId":610,"repoId":611},"k17451dagmv6yj99gz9rsr89nd86ma27","kd7a6ybfkhncqe1anf5apcya0186nzp5",[606,607,604,605,216,213],{"evaluatedAt":614,"extractAt":615,"updatedAt":616},1778687297657,1778687211290,1778687516984,{"_creationTime":618,"_id":619,"community":620,"display":621,"identity":627,"providers":632,"relations":641,"tags":644,"workflow":645},1778693511416.3665,"k17fqs996gpd2bggec9k1qbbns86nh4g",{"reviewCount":8},{"description":622,"installMethods":623,"name":625,"sourceUrl":626},"Update context-mode from GitHub and fix hooks/settings.\nPulls latest, builds, installs, updates npm global, configures hooks.\nTrigger: /context-mode:ctx-upgrade\n",{"claudeCode":624},"mksglu/context-mode","Context Mode","https://github.com/mksglu/context-mode",{"basePath":628,"githubOwner":629,"githubRepo":630,"locale":260,"slug":631,"type":250},"skills/ctx-upgrade","mksglu","context-mode","ctx-upgrade",{"evaluate":633,"extract":639},{"promptVersionExtension":205,"promptVersionScoring":206,"score":575,"tags":634,"targetMarket":219,"tier":276},[635,636,218,637,294,638],"context-management","llm-ops","session-continuity","mcp",{"commitSha":278,"license":640},"NOASSERTION",{"parentExtensionId":642,"repoId":643},"k17ezy748es7sfnbnp9phht43h86m53y","kd764b2fctbqg4b8j8y6xvmkvs86m29m",[218,635,636,638,294,637],{"evaluatedAt":646,"extractAt":647,"updatedAt":648},1778693713738,1778693511416,1778693818462,{"_creationTime":650,"_id":651,"community":652,"display":653,"identity":659,"providers":663,"relations":671,"tags":673,"workflow":674},1778692396032.778,"k1718b6r9230y7ft3t8gkmsg2986my9z",{"reviewCount":8},{"description":654,"installMethods":655,"name":657,"sourceUrl":658},"Trusted-lane execution and reporting skill for README-first AI repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, or end-to-end orchestration by itself.",{"claudeCode":656},"lllllllama/ai-paper-reproduction-skill","minimal-run-and-audit","https://github.com/lllllllama/ai-paper-reproduction-skill",{"basePath":660,"githubOwner":661,"githubRepo":662,"locale":260,"slug":657,"type":250},"skills/minimal-run-and-audit","lllllllama","ai-paper-reproduction-skill",{"evaluate":664,"extract":670},{"promptVersionExtension":205,"promptVersionScoring":206,"score":575,"tags":665,"targetMarket":219,"tier":276},[666,667,668,218,669],"reproduction","testing","reporting","evidence-capture",{"commitSha":278},{"repoId":672},"kd7629v5mqesxwwe9w7qtfgp7d86n6re",[218,669,668,666,667],{"evaluatedAt":675,"extractAt":676,"updatedAt":677},1778692567369,1778692396032,1778692750344,{"_creationTime":679,"_id":680,"community":681,"display":682,"identity":688,"providers":692,"relations":700,"tags":703,"workflow":704},1778694269038.669,"k171pshmgmyv8he1yhep1nkths86mr39",{"reviewCount":8},{"description":683,"installMethods":684,"name":686,"sourceUrl":687},"This skill should be used when the user asks to \"optimize context\", \"reduce token costs\", \"improve context efficiency\", \"implement KV-cache optimization\", \"partition context\", or mentions context limits, observation masking, context budgeting, or extending effective context capacity.",{"claudeCode":685},"muratcankoylan/Agent-Skills-for-Context-Engineering","context-optimization","https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering",{"basePath":689,"githubOwner":690,"githubRepo":691,"locale":260,"slug":686,"type":250},"skills/context-optimization","muratcankoylan","Agent-Skills-for-Context-Engineering",{"evaluate":693,"extract":699},{"promptVersionExtension":205,"promptVersionScoring":206,"score":575,"tags":694,"targetMarket":219,"tier":276},[217,695,696,697,698],"prompt-optimization","llm-efficiency","kv-cache","token-reduction",{"commitSha":278},{"parentExtensionId":701,"repoId":702},"k1754dy3wbsv2a5gr1a983zzs586njca","kd7f12maf5nxmx5xttjx7scfnx86m1tv",[217,697,696,695,698],{"evaluatedAt":705,"extractAt":706,"updatedAt":705},1778694467379,1778694269038]