[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-OthmanAdi-planning-with-files-de-de":3,"guides-for-OthmanAdi-planning-with-files-de":551,"similar-k176cge445dsrt0fphghc5sm7186mj61-de":552},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":258,"isFallback":240,"parentExtension":264,"providers":316,"relations":320,"repo":321,"tags":549,"workflow":550},1778695142297.4407,"k176cge445dsrt0fphghc5sm7186mj61",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"OthmanAdi/planning-with-files","Planning with Files (de)","https://github.com/OthmanAdi/planning-with-files",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":238,"workflow":256},1778695274733.13,"kn7b8fn173wqd0phtcvahw50w986mned","de",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":209,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"targetMarket":224,"tier":225,"useCases":226,"workflow":231},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of organizing and tracking complex tasks using a file-based system, mirroring the successful Manus AI approach.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill implements a persistent file-based planning system with specific file outputs (task_plan.md, findings.md, progress.md) and hooks for context management, offering value beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for task planning, including session recovery and robust file management, suitable for real-world workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a coherent workflow of file-based task planning, organization, and progress tracking, without incorporating unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, including file outputs, use cases, and session recovery support.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The allowed tools (Read, Write, Edit, Bash, Glob, Grep) are specific to file manipulation and shell commands, aligning with the planning workflow.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to expose configurable parameters or environment variables beyond the implicit project path and session recovery mechanisms.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The primary tool interactions are implicit via file operations and shell commands, with the skill's commands like '/planning-with-files:plan' being descriptive.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill primarily interacts with user-specified planning files, and its shell commands are scoped to file operations and status checks, minimizing unnecessary I/O.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The skill is licensed under MIT, a permissive open-source license, as indicated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The latest commit was on 2026-05-05, well within the last 3 months, 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 Python/Bash utilities.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not handle or expose secrets; its operations are confined to local file management and shell commands.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's SKILL.md explicitly treats external content as untrusted and provides security boundaries, preventing prompt injection through planning files.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and local file operations, avoiding runtime downloads or execution of external content.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","Operations are confined to the project directory for planning files and use standard shell commands, respecting sandbox boundaries.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The bundled scripts use standard shell commands and do not employ detached processes or retry loops that could lead to sandbox escapes.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's operations are localized to file manipulation within the project directory and do not involve outbound calls or submission of confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled Markdown files and scripts appear free of hidden steering tricks or obfuscated content.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled scripts are plain Bash and Python, without obfuscation or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill correctly assumes planning files are in the project directory and uses relative paths or standard user profile locations for its scripts.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 3 open and 34 closed issues in the last 90 days, and a high closure rate, maintainer engagement appears excellent.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill declares a meaningful semver version (2.37.0) in its SKILL.md frontmatter and has a detailed CHANGELOG.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input validation is handled by the shell commands and Python script, which process file paths and command arguments appropriately.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's operations are primarily file writes and reads within the project directory, which are inherently guarded by user confirmation for file operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The Python script includes error handling for file operations and session parsing, and shell scripts use 'set -e' to halt on errors.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The skill provides informative output during initialization and session recovery, and error messages are printed to stderr, serving as an audit trail.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates locally on user files and does not interact with personal data or third parties.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is designed for general-purpose task planning and file management, with no regional or jurisdictional limitations detected.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard Bash and Python, with explicit shebangs and reasonable cross-platform compatibility, minimizing runtime assumptions.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview, installation instructions, and detailed explanations of the skill's purpose and usage.",{"category":33,"check":130,"severity":46,"summary":131},"Tool surface size","This is a skill-based extension with file operations and hooks, not a command-line tool with a large number of exposed commands.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The core operations involve file manipulation (Write, Edit, Read) and shell execution, which are distinct and not redundant.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as file creation, session recovery, and hook integration, are implemented and demonstrated in the documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions via `npx skills add` and includes example invocations for Claude Code.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The scripts provide clear messages for file operations and session recovery, indicating the problem and suggesting next steps.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill uses standard system utilities (Bash, Python) and does not rely on third-party dependencies that would require pinning.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill's primary operations are local file modifications and status reporting, which do not require a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","File operations are inherently idempotent for existing files, and the scripts use standard shell error handling rather than network calls requiring timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not emit telemetry; its operations are entirely local to the user's project directory.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description precisely names the artifact (planning files) and the user intent (organizing, tracking, planning complex tasks), with clear triggers and non-goals.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise, self-contained, and accurately summarizes the core capability and triggers.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured with progressive disclosure, keeping the main instructions concise and delegating details to templates and scripts.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed templates and scripts are provided in separate files, allowing for progressive disclosure of complexity.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","The skill focuses on structured planning and file management, not deep code exploration, so a forked context is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear installation and invocation examples, including how to use the skill with Claude Code and other IDEs.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill's scripts and documentation implicitly handle edge cases like existing files or previous sessions, with clear error reporting.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill primarily uses local file operations and standard shell commands, not external tools requiring fallback mechanisms.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The shell scripts use 'set -e' to halt on errors, and the Python script handles file operations gracefully, preventing unexpected state from causing silent failures.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not rely on other specific skills being loaded, promoting standalone usability.",1778695274618,"This skill implements a file-based task planning system that creates and manages task_plan.md, findings.md, and progress.md files. It supports automatic session recovery after context resets and uses hooks to ensure planning files are read before tool use and updated after actions. The skill is designed for complex, multi-step tasks requiring organization and progress tracking.",[195,196,197,198,199],"Persistent file-based task planning system","Automatic session recovery after context resets","Creation of task_plan.md, findings.md, and progress.md","Hooks for context restoration and progress updates","Support for multi-step projects and research tasks",[201,202,203],"Handling simple, single-step questions","Performing single-file edits without planning","Acting as a quick lookup tool",[205,206,207,208],"Task Planning","Workflow Management","Progress Tracking","Knowledge Management",[210,211],"Bash or PowerShell environment","Python 3 interpreter","3.0.0","4.4.0","To enable users to organize and track complex tasks effectively by using persistent Markdown files as a structured workspace, mirroring successful AI company workflows.","The skill demonstrates exceptional quality across all categories, with a perfect score on all applicable checks. The only non-applicable checks are where the skill's scope inherently makes them irrelevant. Its documentation, security, and maintainability are exemplary.",99,"An excellent skill for structured task planning and progress tracking using persistent markdown files.",[219,220,221,222,223],"planning","productivity","workflow","markdown","automation","global","verified",[227,228,229,230],"Planning multi-step projects","Organizing research tasks","Tracking progress on complex work items","Creating detailed work plans",[232,233,234,235,236,237],"Restore context from previous planning files (task_plan.md, progress.md, findings.md) using session recovery scripts.","If planning files do not exist, create them (task_plan.md, findings.md, progress.md) based on templates.","Read the latest task plan before any tool use to maintain context and goals.","Perform task actions (Write, Edit, Bash, etc.), documenting findings and progress in the respective Markdown files.","Update progress.md after file writes and task completion to reflect actions taken and current status.","Verify all phases are complete before stopping the session.",{"codeQuality":239,"collectedAt":241,"documentation":242,"maintenance":245,"security":253,"testCoverage":255},{"hasLockfile":240},false,1778695256876,{"descriptionLength":243,"readmeSize":244},563,25489,{"closedIssues90d":246,"forks":247,"hasChangelog":248,"manifestVersion":249,"openIssues90d":250,"pushedAt":251,"stars":252},34,1877,true,"2.37.0",3,1777996781000,21133,{"hasNpmPackage":240,"license":254,"smitheryVerified":240},"MIT",{"hasCi":248,"hasTests":248},{"updatedAt":257},1778695274733,{"basePath":259,"githubOwner":260,"githubRepo":261,"locale":18,"slug":262,"type":263},"skills/planning-with-files-de","OthmanAdi","planning-with-files","planning-with-files-de","skill",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":271,"parentExtension":275,"providers":304,"relations":311,"tags":312,"workflow":313},1778695142297.4397,"k17b5rdx72d6dssd149d30sx8986mamf",{"reviewCount":8},{"description":269,"installMethods":270,"name":261,"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":261},{"basePath":272,"githubOwner":260,"githubRepo":261,"locale":273,"slug":261,"type":274},"","en","plugin",{"_creationTime":276,"_id":277,"community":278,"display":279,"identity":282,"providers":284,"relations":297,"tags":299,"workflow":300},1778695142297.4395,"k178ckx9f3qxcfwcq3zrds4jfs86mnrt",{"reviewCount":8},{"description":280,"installMethods":281,"name":261,"sourceUrl":14},"Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.",{"claudeCode":12},{"basePath":272,"githubOwner":260,"githubRepo":261,"locale":273,"slug":261,"type":283},"marketplace",{"evaluate":285,"extract":291},{"promptVersionExtension":286,"promptVersionScoring":213,"score":287,"tags":288,"targetMarket":224,"tier":225},"3.1.0",98,[219,222,221,289,290],"persistence","agent-skills",{"commitSha":292,"marketplace":293,"plugin":295},"HEAD",{"name":261,"pluginCount":294},1,{"mcpCount":8,"provider":296,"skillCount":8},"classify",{"repoId":298},"kd7c09vrmg07ejxztzcc3j4gv986njf9",[290,222,289,219,221],{"evaluatedAt":301,"extractAt":302,"updatedAt":303},1778695156637,1778695142297,1778695430223,{"evaluate":305,"extract":308},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":306,"targetMarket":224,"tier":225},[219,221,222,307,220],"task-management",{"commitSha":292,"license":254,"plugin":309},{"mcpCount":8,"provider":296,"skillCount":310},5,{"parentExtensionId":277,"repoId":298},[222,219,220,307,221],{"evaluatedAt":314,"extractAt":302,"updatedAt":315},1778695204116,1778695430594,{"evaluate":317,"extract":319},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":318,"targetMarket":224,"tier":225},[219,220,221,222,223],{"commitSha":292,"license":254},{"parentExtensionId":266,"repoId":298},{"_creationTime":322,"_id":298,"identity":323,"providers":324,"workflow":545},1778695137246.4019,{"githubOwner":260,"githubRepo":261,"sourceUrl":14},{"classify":325,"discover":523,"github":526},{"commitSha":292,"extensions":326},[327,340,377,418,444,460,473,490,507],{"basePath":272,"displayName":261,"installMethods":328,"rationale":329,"selectedPaths":330,"source":339,"sourceLanguage":273,"type":283},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[331,334,336],{"path":332,"priority":333},".claude-plugin/marketplace.json","mandatory",{"path":335,"priority":333},"README.md",{"path":337,"priority":338},"LICENSE","high","rule",{"basePath":272,"description":269,"displayName":261,"installMethods":341,"license":254,"rationale":342,"selectedPaths":343,"source":339,"sourceLanguage":273,"type":274},{"claudeCode":261},"plugin manifest at .claude-plugin/plugin.json",[344,346,347,348,351,353,355,357,359,361,363,365,367,369,371,373,375],{"path":345,"priority":333},".claude-plugin/plugin.json",{"path":335,"priority":333},{"path":337,"priority":338},{"path":349,"priority":350},"skills/planning-with-files/SKILL.md","medium",{"path":352,"priority":350},"skills/planning-with-files-ar/SKILL.md",{"path":354,"priority":350},"skills/planning-with-files-de/SKILL.md",{"path":356,"priority":350},"skills/planning-with-files-es/SKILL.md",{"path":358,"priority":350},"skills/planning-with-files-zh/SKILL.md",{"path":360,"priority":350},"skills/planning-with-files-zht/SKILL.md",{"path":362,"priority":338},"commands/plan-ar.md",{"path":364,"priority":338},"commands/plan-attest.md",{"path":366,"priority":338},"commands/plan-de.md",{"path":368,"priority":338},"commands/plan-es.md",{"path":370,"priority":338},"commands/plan-zh.md",{"path":372,"priority":338},"commands/plan.md",{"path":374,"priority":338},"commands/start.md",{"path":376,"priority":338},"commands/status.md",{"basePath":378,"description":379,"displayName":261,"installMethods":380,"rationale":381,"selectedPaths":382,"source":339,"sourceLanguage":273,"type":263},".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)",[383,385,387,389,392,394,396,398,400,402,404,406,408,410,412,414,416],{"path":384,"priority":333},"SKILL.md",{"path":386,"priority":350},"references/examples.md",{"path":388,"priority":350},"references/reference.md",{"path":390,"priority":391},"scripts/attest-plan.ps1","low",{"path":393,"priority":391},"scripts/attest-plan.sh",{"path":395,"priority":391},"scripts/check-complete.ps1",{"path":397,"priority":391},"scripts/check-complete.sh",{"path":399,"priority":391},"scripts/init-session.ps1",{"path":401,"priority":391},"scripts/init-session.sh",{"path":403,"priority":391},"scripts/resolve-plan-dir.ps1",{"path":405,"priority":391},"scripts/resolve-plan-dir.sh",{"path":407,"priority":391},"scripts/session-catchup.py",{"path":409,"priority":391},"scripts/set-active-plan.ps1",{"path":411,"priority":391},"scripts/set-active-plan.sh",{"path":413,"priority":391},"templates/findings.md",{"path":415,"priority":391},"templates/progress.md",{"path":417,"priority":391},"templates/task_plan.md",{"basePath":419,"description":379,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":339,"sourceLanguage":273,"type":263},".pi/skills/planning-with-files","pi-planning-with-files",{"claudeCode":12},"SKILL.md frontmatter at .pi/skills/planning-with-files/SKILL.md",[424,425,426,428,430,431,432,433,434,435,436,437,438,439,440,441,442,443],{"path":384,"priority":333},{"path":335,"priority":338},{"path":427,"priority":350},"examples.md",{"path":429,"priority":350},"reference.md",{"path":390,"priority":391},{"path":393,"priority":391},{"path":395,"priority":391},{"path":397,"priority":391},{"path":399,"priority":391},{"path":401,"priority":391},{"path":403,"priority":391},{"path":405,"priority":391},{"path":407,"priority":391},{"path":409,"priority":391},{"path":411,"priority":391},{"path":413,"priority":391},{"path":415,"priority":391},{"path":417,"priority":391},{"basePath":445,"description":446,"displayName":447,"installMethods":448,"rationale":449,"selectedPaths":450,"source":339,"sourceLanguage":273,"type":263},"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",[451,452,453,454,455,456,457,458,459],{"path":384,"priority":333},{"path":395,"priority":391},{"path":397,"priority":391},{"path":399,"priority":391},{"path":401,"priority":391},{"path":407,"priority":391},{"path":413,"priority":391},{"path":415,"priority":391},{"path":417,"priority":391},{"basePath":259,"description":10,"displayName":262,"installMethods":461,"rationale":462,"selectedPaths":463,"source":339,"sourceLanguage":18,"type":263},{"claudeCode":12},"SKILL.md frontmatter at skills/planning-with-files-de/SKILL.md",[464,465,466,467,468,469,470,471,472],{"path":384,"priority":333},{"path":395,"priority":391},{"path":397,"priority":391},{"path":399,"priority":391},{"path":401,"priority":391},{"path":407,"priority":391},{"path":413,"priority":391},{"path":415,"priority":391},{"path":417,"priority":391},{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":339,"sourceLanguage":489,"type":263},"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",[480,481,482,483,484,485,486,487,488],{"path":384,"priority":333},{"path":395,"priority":391},{"path":397,"priority":391},{"path":399,"priority":391},{"path":401,"priority":391},{"path":407,"priority":391},{"path":413,"priority":391},{"path":415,"priority":391},{"path":417,"priority":391},"es",{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":339,"sourceLanguage":506,"type":263},"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",[497,498,499,500,501,502,503,504,505],{"path":384,"priority":333},{"path":395,"priority":391},{"path":397,"priority":391},{"path":399,"priority":391},{"path":401,"priority":391},{"path":407,"priority":391},{"path":413,"priority":391},{"path":415,"priority":391},{"path":417,"priority":391},"zh-CN",{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":339,"sourceLanguage":506,"type":263},"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",[514,515,516,517,518,519,520,521,522],{"path":384,"priority":333},{"path":395,"priority":391},{"path":397,"priority":391},{"path":399,"priority":391},{"path":401,"priority":391},{"path":407,"priority":391},{"path":413,"priority":391},{"path":415,"priority":391},{"path":417,"priority":391},{"sources":524},[525],"manual",{"closedIssues90d":246,"description":280,"forks":247,"license":254,"openIssues90d":250,"pushedAt":251,"readmeSize":244,"stars":252,"topics":527},[528,529,530,531,290,532,533,534,535,536,537,538,539,219,540,541,542,543,544],"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":546,"discoverAt":547,"extractAt":548,"githubAt":548,"updatedAt":546},1778695142101,1778695137246,1778695140307,[223,222,219,220,221],{"evaluatedAt":257,"extractAt":302,"updatedAt":257},[],[553,585,612,639,666,695],{"_creationTime":554,"_id":555,"community":556,"display":557,"identity":563,"providers":568,"relations":578,"tags":581,"workflow":582},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":558,"installMethods":559,"name":561,"sourceUrl":562},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":560},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":564,"githubOwner":565,"githubRepo":566,"locale":273,"slug":567,"type":263},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":569,"extract":577},{"promptVersionExtension":212,"promptVersionScoring":213,"score":570,"tags":571,"targetMarket":224,"tier":225},100,[572,573,221,574,223,575,576],"git","development-environment","tmux","cli","developer-tool",{"commitSha":292,"license":254},{"parentExtensionId":579,"repoId":580},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[223,575,576,573,572,574,221],{"evaluatedAt":583,"extractAt":584,"updatedAt":583},1778699613343,1778699234184,{"_creationTime":586,"_id":587,"community":588,"display":589,"identity":595,"providers":597,"relations":604,"tags":607,"workflow":608},1778699508743.0002,"k17aya9dv3e3bxv473f1f2r52186ndp5",{"reviewCount":8},{"description":590,"installMethods":591,"name":593,"sourceUrl":594},"Erstellen Sie öffentliche Google Docs- oder Google Sheet-Dateien, ohne OAuth zu benötigen. Verwenden Sie diese Fähigkeit, um Google Docs und Sheets zu erstellen und zu bearbeiten, keine Google-Anmeldung erforderlich. Dokumente sind unter teilbaren Links sichtbar. Die Registrierung erfolgt automatisch bei der ersten Verwendung.",{"claudeCode":592},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":272,"githubOwner":596,"githubRepo":593,"locale":18,"slug":593,"type":263},"zagmoai",{"evaluate":598,"extract":603},{"promptVersionExtension":212,"promptVersionScoring":213,"score":570,"tags":599,"targetMarket":224,"tier":225},[600,601,220,223,602],"google-docs","google-sheets","api-client",{"commitSha":292},{"repoId":605,"translatedFrom":606},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[602,223,600,601,220],{"evaluatedAt":609,"extractAt":610,"updatedAt":611},1778699485884,1778699468747,1778699508743,{"_creationTime":613,"_id":614,"community":615,"display":616,"identity":622,"providers":626,"relations":633,"tags":635,"workflow":636},1778697652123.886,"k174rav3ndhd0xydpyp2k4nn8586nbvw",{"reviewCount":8},{"description":617,"installMethods":618,"name":620,"sourceUrl":621},"Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions (\"telephone game\" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.",{"claudeCode":619},"steipete/clawdis","acp-router","https://github.com/steipete/clawdis",{"basePath":623,"githubOwner":624,"githubRepo":625,"locale":273,"slug":620,"type":263},"extensions/acpx/skills/acp-router","steipete","clawdis",{"evaluate":627,"extract":632},{"promptVersionExtension":212,"promptVersionScoring":213,"score":570,"tags":628,"targetMarket":224,"tier":225},[629,630,631,221,223],"routing","acp","coding-assistants",{"commitSha":292},{"repoId":634},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[630,223,631,629,221],{"evaluatedAt":637,"extractAt":638,"updatedAt":637},1778698053003,1778697652123,{"_creationTime":640,"_id":641,"community":642,"display":643,"identity":649,"providers":653,"relations":659,"tags":662,"workflow":663},1778696833339.6218,"k176gr5qszggh36kjn8a1cwehs86n2jd",{"reviewCount":8},{"description":644,"installMethods":645,"name":647,"sourceUrl":648},"Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels.\nUse when user asks to: search email, read email, send email, create email draft, mark as read,\narchive email, star email, or manage Gmail labels. Lightweight alternative to full Google\nWorkspace MCP server with standalone OAuth authentication.\n",{"claudeCode":646},"sanjay3290/ai-skills","gmail","https://github.com/sanjay3290/ai-skills",{"basePath":650,"githubOwner":651,"githubRepo":652,"locale":273,"slug":647,"type":263},"skills/gmail","sanjay3290","ai-skills",{"evaluate":654,"extract":658},{"promptVersionExtension":212,"promptVersionScoring":213,"score":570,"tags":655,"targetMarket":224,"tier":225},[647,656,657,223,220],"email","communication",{"commitSha":292},{"parentExtensionId":660,"repoId":661},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[223,657,656,647,220],{"evaluatedAt":664,"extractAt":665,"updatedAt":664},1778696939862,1778696833339,{"_creationTime":667,"_id":668,"community":669,"display":670,"identity":676,"providers":680,"relations":687,"tags":690,"workflow":691},1778696724223.6602,"k17fmt1f1wyn7a36n7h9azm7j186n4xy",{"reviewCount":8},{"description":671,"installMethods":672,"name":674,"sourceUrl":675},"Führen Sie ein 5-minütiges persönliches Standup für einen Solo-Entwickler durch – was gestern geliefert wurde, was blockiert ist, was heute als Nächstes ansteht. Verwenden Sie es, wenn der Benutzer nach einem täglichen Check-in fragt, „was soll ich heute tun?“, „was habe ich gestern gemacht?“ sagt oder eine Produktivitätseinbuße überwinden möchte.",{"claudeCode":673},"rockscy/solo-skills","standup-solo","https://github.com/rockscy/solo-skills",{"basePath":677,"githubOwner":678,"githubRepo":679,"locale":18,"slug":674,"type":263},"skills/standup-solo","rockscy","solo-skills",{"evaluate":681,"extract":686},{"promptVersionExtension":212,"promptVersionScoring":213,"score":570,"tags":682,"targetMarket":224,"tier":225},[683,220,684,219,685],"standup","solo-dev","reflection",{"commitSha":292},{"repoId":688,"translatedFrom":689},"kd74cxyv8jz07d5s5wewf3nzcx86mx2v","k17f30k0jv3bb3zbs2x5538vvx86mpb8",[219,220,685,684,683],{"evaluatedAt":692,"extractAt":693,"updatedAt":694},1778696665730,1778696562316,1778696724223,{"_creationTime":696,"_id":697,"community":698,"display":699,"identity":705,"providers":709,"relations":715,"tags":718,"workflow":719},1778695720086.7673,"k17fyn4zyen5dk0r3hdgaj845d86mqe0",{"reviewCount":8},{"description":700,"installMethods":701,"name":703,"sourceUrl":704},"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":702},"product-on-purpose/pm-skills","foundation-meeting-agenda","https://github.com/product-on-purpose/pm-skills",{"basePath":706,"githubOwner":707,"githubRepo":708,"locale":273,"slug":703,"type":263},"skills/foundation-meeting-agenda","product-on-purpose","pm-skills",{"evaluate":710,"extract":714},{"promptVersionExtension":212,"promptVersionScoring":213,"score":570,"tags":711,"targetMarket":224,"tier":225},[712,713,220,219,657],"meeting","agenda",{"commitSha":292},{"parentExtensionId":716,"repoId":717},"k1721116hsfj7zg78w03432n8986n6y8","kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[713,657,712,219,220],{"evaluatedAt":720,"extractAt":721,"updatedAt":720},1778696117198,1778695720086]