[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-OthmanAdi-planning-with-files-zht-zh-CN":3,"guides-for-OthmanAdi-planning-with-files-zht":538,"similar-k175mvbz4qf05994ber77xn9bd86mb6f-zh-CN":539},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":227,"parentExtension":250,"providers":303,"relations":307,"repo":308,"tags":536,"workflow":537},1778695142297.4414,"k175mvbz4qf05994ber77xn9bd86mb6f",[],{"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-zht","https://github.com/OthmanAdi/planning-with-files",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":243},1778695332555.3455,"kn740pyf7n2t8fye2szpwtf9zx86n5k9","zh-CN",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[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 states the problem of organizing and tracking progress for complex tasks using a file-based system, directly addressing the user's need for structured task management.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill implements a specific file-based planning system (Manus style) that goes beyond default LLM capabilities, using persistent Markdown files as a 'working memory' to manage context and track progress, which is a distinct value proposition.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is designed for real-world workflows with persistent file storage, session recovery, and clear guidelines for task management, covering the complete lifecycle of complex tasks.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on a single domain: file-based task planning and progress tracking, using a coherent set of tools and files (`task_plan.md`, `findings.md`, `progress.md`).",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality, detailing the creation of specific Markdown files, its use cases for multi-step projects, and session recovery features.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes narrow, verb-noun tools like 'Read', 'Write', 'Edit', 'Bash', 'Glob', and 'Grep', which are well-suited for its file-management and task-tracking purpose.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have configurable parameters or environment variables beyond the standard Claude Code/Agent Skill environment, making explicit documentation of these unnecessary.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools utilized ('Read', 'Write', 'Edit', 'Bash', 'Glob', 'Grep') are descriptive and align with the file manipulation and scripting tasks required for planning.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tool inputs (file paths, commands) are specific and expected for file operations. Outputs are primarily textual confirmations or file content, not overly verbose or exposing internal telemetry.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and README, which is a permissive open-source license.",{"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 rely on third-party dependencies beyond standard shell utilities and Python, thus dependency management measures are not applicable.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose secrets; its operations are focused on file management within the project directory.",{"category":66,"check":70,"severity":71,"summary":72},"Injection","warning","The SKILL.md explicitly mentions that content written to `task_plan.md` can be a target for indirect prompt injection due to hooks automatically re-reading it, and warns against executing instructions from external sources without confirmation.",{"category":66,"check":74,"severity":71,"summary":75},"Transitive Supply-Chain Grenades","The skill's hooks re-read `task_plan.md` before tool use, and the SKILL.md warns that content within this file, especially from web or search results, could be an injection vector if not treated as untrusted. The script `session-catchup.py` also parses session data which could be a vector if not properly validated.",{"category":66,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The scripts operate primarily on files within the project directory and use standard shell commands, adhering to sandbox isolation principles. Paths are relative or handled via environment variables like `~`.",{"category":66,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No evidence of detached processes, retry loops around denied tool calls, or background child processes that could lead to sandbox escapes was found in the provided scripts.",{"category":66,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill focuses on local file operations and does not appear to involve sending confidential data to any third parties. Outbound calls are not a feature of this skill.",{"category":66,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","Bundled content and documentation do not appear to contain hidden steering tricks, control characters, or invisible Unicode tags.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The provided scripts (`session-catchup.py`, `init-session.sh`, `check-complete.sh`) are written in plain Python and Bash, without obfuscation techniques like base64 encoding or runtime fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill assumes planning files are in the current project directory and scripts are correctly installed, which is a reasonable assumption for this type of tool. It specifies file locations relative to the project or user profile.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","In the last 90 days, 3 issues were opened and 34 were closed, indicating a high closure rate and active maintainer engagement.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The skill has a clearly defined version (2.37.0) in its metadata and CHANGELOG, and installation instructions reference specific versions or can be pinned.",{"category":105,"check":106,"severity":24,"summary":107},"Execution","Validation","The Python script `session-catchup.py` performs path normalization and checks for existence, and the shell scripts use basic checks. While not using a schema library, the validation is sufficient for its file-based operations.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill's primary operations involve creating and modifying Markdown files, which are not inherently destructive. There are no operations like `rm -rf` or `git push --force` without explicit user interaction or confirmation.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The Python script includes error handling for file operations and parsing. Shell scripts use `set -e` and explicit checks, exiting non-zero on critical failures, providing a reasonable level of error handling.",{"category":112,"check":116,"severity":24,"summary":117},"Logging","The skill provides informative output to stdout and stderr regarding its operations, file creation, and status, serving as a form of audit log for user review.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The skill operates on local project files and does not handle personal data directly or transmit it to third parties, thus posing no GDPR risks.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill's functionality is universal for task management and file operations, with no regional or jurisdictional limitations detected; targetMarket is 'global'.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The skill uses standard Python and Bash utilities, ensuring cross-platform compatibility. It includes OS-specific commands for PowerShell and Bash where needed.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README is comprehensive, detailing the skill's purpose, installation, usage, and technical background.",{"category":33,"check":132,"severity":46,"summary":133},"Tool surface size","This is a skill, not a collection of tools or commands. The skill itself is invoked, not individual tools directly.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The skill utilizes core file operation tools ('Read', 'Write', 'Edit') and shell commands, which are distinct in their function and do not present overlapping near-synonym issues.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as file creation, session recovery, and hook integrations, are implemented and verifiable in the provided code and documentation.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions via `npx skills add` and includes copy-pasteable commands for various IDEs and platforms.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The scripts provide informative messages for file operations and session recovery, including suggestions for next steps like checking `git diff` or updating plan files.",{"category":105,"check":149,"severity":24,"summary":150},"Pinned dependencies","The skill relies on standard Python and Bash, which are typically pre-installed or managed by the environment. No external libraries require explicit pinning.",{"category":33,"check":152,"severity":46,"summary":153},"Dry-run preview","The skill primarily manages local Markdown files and does not perform state-changing operations that would typically benefit from a dry-run preview.",{"category":155,"check":156,"severity":46,"summary":157},"Protocol","Idempotent retry & timeouts","The skill operates locally on files and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The skill does not emit any telemetry; its operations are local and focused on user-managed files.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the skill operates on complex tasks using a file-based planning system (Manus style), creating specific Markdown files, and is triggered by keywords related to planning and organization.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is dense, clearly stating the skill's name, purpose, and relevant trigger phrases, allowing for precise routing.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured with clear sections and uses progressive disclosure for deeper material, keeping the main body concise.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md effectively outlines the workflow and links to documentation and templates within the repository, demonstrating good progressive disclosure.",{"category":171,"check":175,"severity":46,"summary":176},"Forked exploration","This skill is not designed for deep exploration or code review that would necessitate 'context: fork'; it manages task plans and progress locally.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The README provides clear examples of installation and usage commands, and the SKILL.md details how to invoke the skill.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The documentation addresses potential issues like file existence checks, session recovery after `/clear`, and error handling strategies, including a three-strike rule before seeking user help.",{"category":112,"check":184,"severity":46,"summary":185},"Tool Fallback","The skill does not rely on external MCP servers or custom tools that would require a fallback; it uses standard shell commands.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The scripts include checks for existing files and handle errors gracefully, implicitly halting or reporting issues when pre-conditions are not met (e.g., `task_plan.md` not existing).",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focuses on its specific planning functionality without implicit reliance on other skills.",1778695332446,"This skill implements a Manus-style file planning system, creating `task_plan.md`, `findings.md`, and `progress.md` to organize and track complex tasks. It includes hooks for context recovery and ensuring plan files are read before tool use and updated after actions. It also provides shell scripts for initialization and completion checks.",[196,197,198,199,200],"Persistent Markdown file-based planning","Automatic context recovery after session clear","Pre-tool use plan file reading","Post-action progress file update prompts","Structured error logging in plan files",[202,203,204,205],"Replacing a full project management suite","Managing simple, single-step queries","Performing direct file edits without user-defined planning steps","Storing large binary assets","3.0.0","4.4.0","To provide a structured, persistent memory for AI agents managing complex tasks, preventing context drift and ensuring progress is tracked reliably through Markdown files.","The skill demonstrates excellent documentation, utility, and security. A minor warning was issued for potential prompt injection risks due to the nature of auto-re-reading plan files, but this is mitigated by explicit warnings in the documentation.",98,"A robust skill for structured task planning using persistent Markdown files, enhancing agent workflow and context management.",[213,214,215,216,217],"planning","task-management","markdown","productivity","agent-workflow","global","community",[221,222,223,224],"Planning multi-step projects requiring more than 5 tool calls","Organizing and tracking progress on research tasks","Maintaining context and goals across long-running agent sessions","Structuring complex development workflows",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":240,"testCoverage":242},{"hasLockfile":227},false,1778695314689,{"descriptionLength":230,"readmeSize":231},191,25489,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"manifestVersion":236,"openIssues90d":237,"pushedAt":238,"stars":239},34,1877,true,"2.37.0",3,1777996781000,21133,{"hasNpmPackage":227,"license":241,"smitheryVerified":227},"MIT",{"hasCi":235,"hasTests":235},{"updatedAt":244},1778695332555,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"skills/planning-with-files-zht","OthmanAdi","planning-with-files","skill",{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":257,"parentExtension":261,"providers":291,"relations":298,"tags":299,"workflow":300},1778695142297.4397,"k17b5rdx72d6dssd149d30sx8986mamf",{"reviewCount":8},{"description":255,"installMethods":256,"name":248,"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":248},{"basePath":258,"githubOwner":247,"githubRepo":248,"locale":259,"slug":248,"type":260},"","en","plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":268,"providers":270,"relations":284,"tags":286,"workflow":287},1778695142297.4395,"k178ckx9f3qxcfwcq3zrds4jfs86mnrt",{"reviewCount":8},{"description":266,"installMethods":267,"name":248,"sourceUrl":14},"Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.",{"claudeCode":12},{"basePath":258,"githubOwner":247,"githubRepo":248,"locale":259,"slug":248,"type":269},"marketplace",{"evaluate":271,"extract":278},{"promptVersionExtension":272,"promptVersionScoring":207,"score":210,"tags":273,"targetMarket":218,"tier":277},"3.1.0",[213,215,274,275,276],"workflow","persistence","agent-skills","verified",{"commitSha":279,"marketplace":280,"plugin":282},"HEAD",{"name":248,"pluginCount":281},1,{"mcpCount":8,"provider":283,"skillCount":8},"classify",{"repoId":285},"kd7c09vrmg07ejxztzcc3j4gv986njf9",[276,215,275,213,274],{"evaluatedAt":288,"extractAt":289,"updatedAt":290},1778695156637,1778695142297,1778695430223,{"evaluate":292,"extract":295},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":294,"targetMarket":218,"tier":277},99,[213,274,215,214,216],{"commitSha":279,"license":241,"plugin":296},{"mcpCount":8,"provider":283,"skillCount":297},5,{"parentExtensionId":263,"repoId":285},[215,213,216,214,274],{"evaluatedAt":301,"extractAt":289,"updatedAt":302},1778695204116,1778695430594,{"evaluate":304,"extract":306},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":305,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":279},{"parentExtensionId":252,"repoId":285},{"_creationTime":309,"_id":285,"identity":310,"providers":311,"workflow":532},1778695137246.4019,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":312,"discover":510,"github":513},{"commitSha":279,"extensions":313},[314,327,364,405,431,447,464,481,497],{"basePath":258,"displayName":248,"installMethods":315,"rationale":316,"selectedPaths":317,"source":326,"sourceLanguage":259,"type":269},{"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":258,"description":255,"displayName":248,"installMethods":328,"license":241,"rationale":329,"selectedPaths":330,"source":326,"sourceLanguage":259,"type":260},{"claudeCode":248},"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":248,"installMethods":367,"rationale":368,"selectedPaths":369,"source":326,"sourceLanguage":259,"type":249},".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":259,"type":249},".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":259,"type":249},"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":249},"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":249},"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":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":326,"sourceLanguage":18,"type":249},"skills/planning-with-files-zh","基于 Manus 风格的文件规划系统，用于组织和跟踪复杂任务的进度。创建 task_plan.md、findings.md 和 progress.md 三个文件。当用户要求规划、拆解或组织多步骤项目、研究任务或需要超过5次工具调用的工作时使用。支持 /clear 后的自动会话恢复。触发词：任务规划、项目计划、制定计划、分解任务、多步骤规划、进度跟踪、文件规划、帮我规划、拆解项目","planning-with-files-zh",{"claudeCode":12},"SKILL.md frontmatter at skills/planning-with-files-zh/SKILL.md",[488,489,490,491,492,493,494,495,496],{"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":246,"description":10,"displayName":13,"installMethods":498,"rationale":499,"selectedPaths":500,"source":326,"sourceLanguage":18,"type":249},{"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":233,"description":266,"forks":234,"license":241,"openIssues90d":237,"pushedAt":238,"readmeSize":231,"stars":239,"topics":514},[515,516,517,518,276,519,520,521,522,523,524,525,526,213,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,[217,215,213,216,214],{"evaluatedAt":244,"extractAt":289,"updatedAt":244},[],[540,570,598,619,649,678],{"_creationTime":541,"_id":542,"community":543,"display":544,"identity":550,"providers":554,"relations":562,"tags":565,"workflow":566},1778696722444.5667,"k173s2aghj0azhey5arb1cm9sd86n8vf",{"reviewCount":8},{"description":545,"installMethods":546,"name":548,"sourceUrl":549},"运行一个 5 分钟的个人站会，内容包括昨天完成的工作、遇到的障碍以及今天的计划。当用户要求进行每日检查、询问“我今天应该做什么？”、“我昨天做了什么？”或想摆脱效率低谷时使用。",{"claudeCode":547},"rockscy/solo-skills","standup-solo","https://github.com/rockscy/solo-skills",{"basePath":551,"githubOwner":552,"githubRepo":553,"locale":18,"slug":548,"type":249},"skills/standup-solo","rockscy","solo-skills",{"evaluate":555,"extract":561},{"promptVersionExtension":206,"promptVersionScoring":207,"score":556,"tags":557,"targetMarket":218,"tier":277},100,[558,216,559,213,560],"standup","solo-dev","reflection",{"commitSha":279},{"repoId":563,"translatedFrom":564},"kd74cxyv8jz07d5s5wewf3nzcx86mx2v","k17f30k0jv3bb3zbs2x5538vvx86mpb8",[213,216,560,559,558],{"evaluatedAt":567,"extractAt":568,"updatedAt":569},1778696665730,1778696562316,1778696722444,{"_creationTime":571,"_id":572,"community":573,"display":574,"identity":580,"providers":584,"relations":591,"tags":594,"workflow":595},1778695720086.7673,"k17fyn4zyen5dk0r3hdgaj845d86mqe0",{"reviewCount":8},{"description":575,"installMethods":576,"name":578,"sourceUrl":579},"Produces an attendee-facing agenda that sets what will be discussed, who owns each topic, and how time will be spent. Supports ten meeting type variants (standup, planning, review, decision-making, brainstorm, 1-on-1, stakeholder-review, project-kickoff, working-session, exec-briefing). Emits a shareable summary suitable for Slack or email plus a full agenda with time-boxed topics, type tags, owners, attendee prep, and logistics.",{"claudeCode":577},"product-on-purpose/pm-skills","foundation-meeting-agenda","https://github.com/product-on-purpose/pm-skills",{"basePath":581,"githubOwner":582,"githubRepo":583,"locale":259,"slug":578,"type":249},"skills/foundation-meeting-agenda","product-on-purpose","pm-skills",{"evaluate":585,"extract":590},{"promptVersionExtension":206,"promptVersionScoring":207,"score":556,"tags":586,"targetMarket":218,"tier":277},[587,588,216,213,589],"meeting","agenda","communication",{"commitSha":279},{"parentExtensionId":592,"repoId":593},"k1721116hsfj7zg78w03432n8986n6y8","kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[588,589,587,213,216],{"evaluatedAt":596,"extractAt":597,"updatedAt":596},1778696117198,1778695720086,{"_creationTime":599,"_id":600,"community":601,"display":602,"identity":606,"providers":607,"relations":613,"tags":615,"workflow":616},1778695399573.9092,"k177qz8bm9xfq8zqkq2pw6ptzh86n54a",{"reviewCount":8},{"description":603,"installMethods":604,"name":605,"sourceUrl":14},"基于 Manus 风格的文件的规划系统，用于组织和跟踪复杂任务的进度。创建 task_plan.md、findings.md 和 progress.md。当用户请求规划、细分或组织多步项目、研究任务或需要超过 5 次工具调用的工作时。支持 /clear 后的自动会话恢复。关键词：任务规划、项目规划、创建工作计划、分析任务、组织项目、进度跟踪、多步规划、帮助我规划、分解项目",{"claudeCode":12},"Planning with Files",{"basePath":465,"githubOwner":247,"githubRepo":248,"locale":18,"slug":467,"type":249},{"evaluate":608,"extract":612},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":609,"targetMarket":218,"tier":277},[213,214,610,215,274,611,275],"project-management","organization",{"commitSha":279,"license":241},{"parentExtensionId":252,"repoId":285,"translatedFrom":614},"k17fr325vnkg42f533fa1yts4h86mbzn",[215,611,275,213,610,214,274],{"evaluatedAt":617,"extractAt":289,"updatedAt":618},1778695294979,1778695399573,{"_creationTime":620,"_id":621,"community":622,"display":623,"identity":629,"providers":633,"relations":641,"tags":644,"workflow":645},1778699327207.9,"k175rvcd9dmnjemnr3t64br1vh86nx2b",{"reviewCount":8},{"description":624,"installMethods":625,"name":627,"sourceUrl":628},"当用户想要翻译存储库 README、使存储库支持多语言、本地化文档、添加语言切换器、国际化 README 或更新 GitHub 风格存储库中的本地化 README 变体时使用。",{"claudeCode":626},"xixu-me/skills","readme-i18n","https://github.com/xixu-me/skills",{"basePath":630,"githubOwner":631,"githubRepo":632,"locale":18,"slug":627,"type":249},"skills/readme-i18n","xixu-me","skills",{"evaluate":634,"extract":640},{"promptVersionExtension":206,"promptVersionScoring":207,"score":556,"tags":635,"targetMarket":218,"tier":277},[636,637,638,215,639],"localization","documentation","internationalization","github",{"commitSha":279},{"repoId":642,"translatedFrom":643},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k173sze6h2kdjhyfbveynf98t586n5wt",[637,639,638,636,215],{"evaluatedAt":646,"extractAt":647,"updatedAt":648},1778699174967,1778699106670,1778699327208,{"_creationTime":650,"_id":651,"community":652,"display":653,"identity":659,"providers":663,"relations":671,"tags":674,"workflow":675},1778691104676.0076,"k17bs66raa8vz3q5ysjnzhtvc586m7j3",{"reviewCount":8},{"description":654,"installMethods":655,"name":657,"sourceUrl":658},"Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.",{"claudeCode":656},"iterationlayer/skills","Spreadsheet Generation API","https://github.com/iterationlayer/skills",{"basePath":660,"githubOwner":661,"githubRepo":632,"locale":259,"slug":662,"type":249},"skills/sheet-generation-api","iterationlayer","sheet-generation-api",{"evaluate":664,"extract":670},{"promptVersionExtension":206,"promptVersionScoring":207,"score":556,"tags":665,"targetMarket":218,"tier":277},[666,667,668,215,669],"spreadsheet","csv","xlsx","data-generation",{"commitSha":279,"license":241},{"parentExtensionId":672,"repoId":673},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[667,669,215,666,668],{"evaluatedAt":676,"extractAt":677,"updatedAt":676},1778693905213,1778691104676,{"_creationTime":679,"_id":680,"community":681,"display":682,"identity":688,"providers":693,"relations":701,"tags":703,"workflow":704},1778691799740.4802,"k173gtrv9a9ev95755pa3w820h86n7r2",{"reviewCount":8},{"description":683,"installMethods":684,"name":686,"sourceUrl":687},"Comprehensive markdown and Mermaid diagram writing skill. Use when creating any scientific document, report, analysis, or visualization. Establishes text-based diagrams as the default documentation standard with full style guides (markdown + mermaid), 24 diagram type references, and 9 document templates.",{"claudeCode":685},"K-Dense-AI/claude-scientific-skills","Markdown and Mermaid Writing","https://github.com/K-Dense-AI/claude-scientific-skills",{"basePath":689,"githubOwner":690,"githubRepo":691,"locale":259,"slug":692,"type":249},"scientific-skills/markdown-mermaid-writing","K-Dense-AI","claude-scientific-skills","markdown-mermaid-writing",{"evaluate":694,"extract":699},{"promptVersionExtension":206,"promptVersionScoring":207,"score":556,"tags":695,"targetMarket":218,"tier":277},[637,215,696,697,698],"mermaid","scientific-writing","diagramming",{"commitSha":279,"license":700},"Apache-2.0",{"repoId":702},"kd79rphh5gexy91xmpxc05h5mh86mm9r",[698,637,215,696,697],{"evaluatedAt":705,"extractAt":706,"updatedAt":705},1778693085426,1778691799740]