[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-OthmanAdi-planning-with-files-zh-zh-CN":3,"guides-for-OthmanAdi-planning-with-files-zh":538,"similar-k17arqyzn01wq085wfv1hbhdkd86nvam-zh-CN":539},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":228,"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,561,592,622,655,685],{"_creationTime":541,"_id":542,"community":543,"display":544,"identity":548,"providers":549,"relations":555,"tags":557,"workflow":558},1778695399573.9092,"k177qz8bm9xfq8zqkq2pw6ptzh86n54a",{"reviewCount":8},{"description":545,"installMethods":546,"name":547,"sourceUrl":14},"基于 Manus 风格的文件的规划系统，用于组织和跟踪复杂任务的进度。创建 task_plan.md、findings.md 和 progress.md。当用户请求规划、细分或组织多步项目、研究任务或需要超过 5 次工具调用的工作时。支持 /clear 后的自动会话恢复。关键词：任务规划、项目规划、创建工作计划、分析任务、组织项目、进度跟踪、多步规划、帮助我规划、分解项目",{"claudeCode":12},"Planning with Files",{"basePath":465,"githubOwner":248,"githubRepo":249,"locale":18,"slug":467,"type":250},{"evaluate":550,"extract":554},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":551,"targetMarket":219,"tier":276},[212,213,552,215,214,553,216],"project-management","organization",{"commitSha":278,"license":242},{"parentExtensionId":253,"repoId":284,"translatedFrom":556},"k17fr325vnkg42f533fa1yts4h86mbzn",[215,553,216,212,552,213,214],{"evaluatedAt":559,"extractAt":288,"updatedAt":560},1778695294979,1778695399573,{"_creationTime":562,"_id":563,"community":564,"display":565,"identity":571,"providers":576,"relations":584,"tags":587,"workflow":588},1778692762514.7478,"k174rq29m8vfxb1kgf50q2nf2586nt5t",{"reviewCount":8},{"description":566,"installMethods":567,"name":569,"sourceUrl":570},"将产品或技术规范转化为具体的 Notion 任务，供 Claude 代码实现。将规范页面分解为详细的实施计划，包含明确的任务、验收标准和进度跟踪，以指导从需求到完成的开发。",{"claudeCode":568},"makenotion/notion-cookbook","notion-spec-to-implementation","https://github.com/makenotion/notion-cookbook",{"basePath":572,"githubOwner":573,"githubRepo":574,"locale":18,"slug":575,"type":250},"skills/claude/spec-to-implementation","makenotion","notion-cookbook","spec-to-implementation",{"evaluate":577,"extract":583},{"promptVersionExtension":205,"promptVersionScoring":206,"score":578,"tags":579,"targetMarket":219,"tier":276},100,[580,213,552,581,582,214],"notion","automation","documentation",{"commitSha":278},{"repoId":585,"translatedFrom":586},"kd78q5pd468r50e2cfq1g8wqfx86nakb","k175cf35p0b11svw881fgnxyb986myr3",[581,582,580,552,213,214],{"evaluatedAt":589,"extractAt":590,"updatedAt":591},1778692721479,1778692636225,1778692762514,{"_creationTime":593,"_id":594,"community":595,"display":596,"identity":602,"providers":605,"relations":613,"tags":617,"workflow":618},1778687431447.7937,"k170qdny9yzh1vcxf9736ep13986nnxc",{"reviewCount":8},{"description":597,"installMethods":598,"name":600,"sourceUrl":601},"Dolt驱动的、支持多会话工作、具有依赖关系和跨会话压缩持久内存的议题跟踪器。适用于工作跨越多个会话、存在阻碍因素或在压缩后需要恢复上下文时使用。通过“创建任务”、“什么已就绪”、“跟踪此工作”、“压缩后恢复”进行触发。确保在管理多会话工作、跟踪依赖项或恢复上下文时使用此技能。\n",{"claudeCode":599},"gastownhall/beads","beads","https://github.com/gastownhall/beads",{"basePath":603,"githubOwner":604,"githubRepo":600,"locale":18,"slug":600,"type":250},"plugins/beads/skills/beads","gastownhall",{"evaluate":606,"extract":612},{"promptVersionExtension":205,"promptVersionScoring":206,"score":292,"tags":607,"targetMarket":219,"tier":276},[608,213,609,610,216,611],"issue-tracking","multi-session","dependencies","dolt",{"commitSha":278},{"parentExtensionId":614,"repoId":615,"translatedFrom":616},"k17451dagmv6yj99gz9rsr89nd86ma27","kd7a6ybfkhncqe1anf5apcya0186nzp5","k17emhcjcx4ekexakgsh0j0nq586mmr1",[610,611,608,609,216,213],{"evaluatedAt":619,"extractAt":620,"updatedAt":621},1778687297657,1778687211290,1778687431447,{"_creationTime":623,"_id":624,"community":625,"display":626,"identity":632,"providers":637,"relations":646,"tags":650,"workflow":651},1778693811536.0796,"k17d38avrb81ktefmtwcx0302186nv5b",{"reviewCount":8},{"description":627,"installMethods":628,"name":630,"sourceUrl":631},"从 GitHub 更新 context-mode 并修复 hooks/settings。\n拉取最新代码，构建，安装，更新 npm 全局包，配置 hooks。\n触发器：/context-mode:ctx-upgrade\n",{"claudeCode":629},"mksglu/context-mode","Context Mode","https://github.com/mksglu/context-mode",{"basePath":633,"githubOwner":634,"githubRepo":635,"locale":18,"slug":636,"type":250},"skills/ctx-upgrade","mksglu","context-mode","ctx-upgrade",{"evaluate":638,"extract":644},{"promptVersionExtension":205,"promptVersionScoring":206,"score":578,"tags":639,"targetMarket":219,"tier":276},[640,641,218,642,294,643],"context-management","llm-ops","session-continuity","mcp",{"commitSha":278,"license":645},"NOASSERTION",{"parentExtensionId":647,"repoId":648,"translatedFrom":649},"k17ezy748es7sfnbnp9phht43h86m53y","kd764b2fctbqg4b8j8y6xvmkvs86m29m","k17fqs996gpd2bggec9k1qbbns86nh4g",[218,640,641,643,294,642],{"evaluatedAt":652,"extractAt":653,"updatedAt":654},1778693713738,1778693511416,1778693811536,{"_creationTime":656,"_id":657,"community":658,"display":659,"identity":665,"providers":669,"relations":677,"tags":680,"workflow":681},1778692707070.0664,"k1745c75pw18shtjfgm186w7zn86mb7q",{"reviewCount":8},{"description":660,"installMethods":661,"name":663,"sourceUrl":664},"用于 README 优先的 AI 代码库进行可信执行和报告的技能。当任务是专门从选定的 smoke test 或已文档化的推理或评估命令捕获或标准化证据，并写入标准化的 `repro_outputs/` 文件（包括在存储库文件更改时生成补丁说明）时使用。请勿用于训练执行、初始代码库引入、通用环境设置、论文查找、目标选择或单独的端到端编排。",{"claudeCode":662},"lllllllama/ai-paper-reproduction-skill","minimal-run-and-audit","https://github.com/lllllllama/ai-paper-reproduction-skill",{"basePath":666,"githubOwner":667,"githubRepo":668,"locale":18,"slug":663,"type":250},"skills/minimal-run-and-audit","lllllllama","ai-paper-reproduction-skill",{"evaluate":670,"extract":676},{"promptVersionExtension":205,"promptVersionScoring":206,"score":578,"tags":671,"targetMarket":219,"tier":276},[672,673,674,218,675],"reproduction","testing","reporting","evidence-capture",{"commitSha":278},{"repoId":678,"translatedFrom":679},"kd7629v5mqesxwwe9w7qtfgp7d86n6re","k1718b6r9230y7ft3t8gkmsg2986my9z",[218,675,674,672,673],{"evaluatedAt":682,"extractAt":683,"updatedAt":684},1778692567369,1778692396032,1778692707070,{"_creationTime":686,"_id":687,"community":688,"display":689,"identity":695,"providers":699,"relations":707,"tags":710,"workflow":711},1778694269038.669,"k171pshmgmyv8he1yhep1nkths86mr39",{"reviewCount":8},{"description":690,"installMethods":691,"name":693,"sourceUrl":694},"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":692},"muratcankoylan/Agent-Skills-for-Context-Engineering","context-optimization","https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering",{"basePath":696,"githubOwner":697,"githubRepo":698,"locale":260,"slug":693,"type":250},"skills/context-optimization","muratcankoylan","Agent-Skills-for-Context-Engineering",{"evaluate":700,"extract":706},{"promptVersionExtension":205,"promptVersionScoring":206,"score":578,"tags":701,"targetMarket":219,"tier":276},[217,702,703,704,705],"prompt-optimization","llm-efficiency","kv-cache","token-reduction",{"commitSha":278},{"parentExtensionId":708,"repoId":709},"k1754dy3wbsv2a5gr1a983zzs586njca","kd7f12maf5nxmx5xttjx7scfnx86m1tv",[217,704,703,702,705],{"evaluatedAt":712,"extractAt":713,"updatedAt":712},1778694467379,1778694269038]