[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-mhattingpete-conversation-analyzer-zh-CN":3,"guides-for-mhattingpete-conversation-analyzer":628,"similar-k17915tztxkwvxk7jjkzbyjdvn86nrjr-zh-CN":629},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":259,"isFallback":250,"parentExtension":265,"providers":324,"relations":328,"repo":329,"tags":626,"workflow":627},1778693062249.8645,"k17915tztxkwvxk7jjkzbyjdvn86nrjr",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.",{"claudeCode":12},"mhattingpete/claude-skills-marketplace","Conversation Analyzer","https://github.com/mhattingpete/claude-skills-marketplace",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":241,"workflow":257},1778693399316.3708,"kn70zhhw9wjr09yt23jgmekx4186n0fr","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"practices":207,"prerequisites":211,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":227,"tier":228,"useCases":229,"workflow":235},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,100,105,109,112,116,119,123,126,129,132,135,138,141,145,149,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the extension analyzes conversation history to identify patterns, mistakes, and workflow improvements, directly addressing a user's need to understand usage and optimize workflows.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique value by programmatically analyzing conversation history, extracting patterns, and providing actionable recommendations, which goes beyond standard LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, analyzing conversation history locally and providing structured reports and recommendations, covering the complete lifecycle of analysis.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on analyzing conversation history and providing insights, adhering to a single responsibility principle.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the extension's functionality of analyzing conversation history for patterns and improvements.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension uses narrow tools like 'read' history file and 'bash' to execute a specific Python script, rather than a single generalist tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The extension does not expose any configurable options or parameters that require documentation.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools used, such as 'read', 'write', and 'bash', are standard and descriptive.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The extension's tools (read, write, bash) have minimal and well-defined I/O surfaces.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is Apache-2.0, clearly defined in the LICENSE file and mentioned in the README, allowing for broad usability.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on March 6, 2026, which is within the last 3 months.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The extension does not appear to use any third-party dependencies beyond standard Python libraries.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The extension operates locally on conversation history and does not handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The script analyzes local history files and does not load or execute untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension only reads local files and executes a bundled script, posing no risk of transitive supply-chain attacks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The script operates only on local history files and does not modify any files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The script is a straightforward Python script and does not contain any sandbox-escape primitives.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension analyzes data locally and does not perform any outbound calls or submit confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled files are free of hidden-steering tricks, consisting of clean, readable Python code and Markdown.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The Python script is directly included and is not obfuscated or dynamically fetched.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script correctly assumes the standard location for Claude history (`~/.claude/history.jsonl`) and handles potential file decode errors gracefully.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","info","In the last 90 days, 6 issues were opened and 0 were closed, indicating potentially slow or no maintainer response to open issues.",{"category":101,"check":102,"severity":103,"summary":104},"Versioning","Release Management","warning","There is no explicit versioning declared in the SKILL.md frontmatter or any other manifest file, and installation instructions point to 'main'.",{"category":106,"check":107,"severity":46,"summary":108},"Execution","Validation","The script does not expose any inputs or structured outputs that require schema validation.",{"category":66,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The extension is read-only and performs no destructive operations.",{"category":113,"check":114,"severity":24,"summary":115},"Code Execution","Error Handling","The Python script includes error handling for JSON decoding and gracefully reports completion status.",{"category":113,"check":117,"severity":46,"summary":118},"Logging","The extension is purely analytical and does not perform destructive actions or outbound calls requiring logging.",{"category":120,"check":121,"severity":24,"summary":122},"Compliance","GDPR","The extension analyzes local conversation history and does not operate on personal data submitted to third parties.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","The extension operates on local user data and has no regional limitations, making it globally applicable.",{"category":92,"check":127,"severity":24,"summary":128},"Runtime stability","The script uses standard Python libraries and should run on any POSIX-compliant system with Python 3 installed.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README file exists and provides a good overview of the marketplace, its structure, and available plugins and skills.",{"category":33,"check":133,"severity":46,"summary":134},"Tool surface size","The extension primarily uses built-in file operations and a single Python script execution, not exposing multiple distinct tools.",{"category":40,"check":136,"severity":46,"summary":137},"Overlapping near-synonym tools","The extension uses a few core operations (read, write, bash) which are not near-synonyms and do not overlap in function.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features, like analyzing conversation history and generating reports, are implemented in the provided script.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The README provides clear instructions for installing the plugin via the marketplace and includes examples of how to activate skills.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The script includes basic error handling for file operations and JSON parsing, providing informative messages.",{"category":106,"check":150,"severity":24,"summary":151},"Pinned dependencies","The Python script uses standard libraries, and no external dependencies are pinned or explicitly declared as required beyond Python 3.",{"category":33,"check":153,"severity":46,"summary":154},"Dry-run preview","The extension is purely analytical and does not perform any state-changing operations or send data outward.",{"category":156,"check":157,"severity":46,"summary":158},"Protocol","Idempotent retry & timeouts","The extension performs local file analysis and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":66,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The extension operates locally and does not emit any telemetry.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The extension's purpose and usage triggers are clearly defined in the frontmatter and SKILL.md, accurately describing its analysis of conversation history for workflow improvements.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and triggers.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured and concise, with detailed explanations delegated to the script and example output.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md is concise, and the detailed analysis logic is contained within the Python script, demonstrating good progressive disclosure.",{"category":172,"check":176,"severity":46,"summary":177},"Forked exploration","This skill does not involve deep exploration or code review that would necessitate forked exploration.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md and the script provide a clear example output, demonstrating the expected results of the analysis.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The script handles potential JSON decoding errors and focuses analysis on recent conversations, indicating consideration for edge cases.",{"category":113,"check":185,"severity":46,"summary":186},"Tool Fallback","The extension uses standard built-in tools and a Python script, not relying on external MCP servers that would require fallbacks.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The script includes error handling for file loading and parsing, which would halt the workflow on unexpected state.",{"category":92,"check":192,"severity":46,"summary":193},"Cross-skill coupling","This skill operates independently on local history data and does not implicitly rely on other skills.",1778693398992,"This skill analyzes the user's Claude Code conversation history locally to identify patterns, common mistakes, and opportunities for workflow optimization. It processes the history.jsonl file to generate statistics on request types, project activity, error keywords, and time-of-day usage, as well as identify repeated requests, merge conflicts, and vague prompts. It outputs detailed reports and actionable recommendations.",[197,198,199,200,201],"Analyzes conversation history patterns","Identifies common mistakes and inefficiencies","Detects automation opportunities","Provides actionable workflow improvement recommendations","Generates structured statistics and reports",[203,204,205,206],"Modifying conversation history","Analyzing conversations from other users or systems","Providing real-time suggestions during a conversation","Automating actions directly based on analysis",[208,209,210],"Code analysis","Workflow optimization","Data analysis",[212,213,214],"Claude Code environment","Python 3 installed","Access to conversation history file (~/.claude/history.jsonl)","3.0.0","4.4.0","To help users understand their usage patterns within Claude Code, identify areas for workflow optimization, discover automation opportunities, and ensure they are following best practices by analyzing their conversation history.","The extension is highly polished and functional, with strong documentation and adherence to best practices. A minor warning for release management (lack of explicit versioning) is the only deviation from perfect scores.",97,"A high-quality skill for analyzing conversation history, providing valuable insights and recommendations for workflow improvement.",[222,223,224,225,226],"analysis","history","workflow","optimization","python","global","community",[230,231,232,233,234],"Understanding personal usage patterns in Claude Code","Optimizing personal workflow for efficiency","Identifying tasks that can be automated","Checking adherence to best practices","Reviewing past conversations for insights",[236,237,238,239,240],"User requests analysis of conversation history.","Skill loads and parses the local history.jsonl file.","Python script analyzes conversations for patterns, mistakes, and opportunities.","Reports and recommendations are generated.","Output is presented to the user in text format.",{"codeQuality":242,"collectedAt":244,"documentation":245,"maintenance":248,"security":254,"testCoverage":256},{"hasLockfile":243},false,1778693381821,{"descriptionLength":246,"readmeSize":247},279,20021,{"closedIssues90d":8,"forks":249,"hasChangelog":250,"openIssues90d":251,"pushedAt":252,"stars":253},73,true,6,1772792065000,574,{"hasNpmPackage":243,"license":255,"smitheryVerified":243},"Apache-2.0",{"hasCi":243,"hasTests":243},{"updatedAt":258},1778693399316,{"basePath":260,"githubOwner":261,"githubRepo":262,"locale":18,"slug":263,"type":264},"productivity-skills-plugin/skills/conversation-analyzer","mhattingpete","claude-skills-marketplace","conversation-analyzer","skill",{"_creationTime":266,"_id":267,"community":268,"display":269,"identity":273,"parentExtension":276,"providers":309,"relations":320,"tags":321,"workflow":322},1778693062249.8613,"k1777mvdzemjq7edx7y98s1r7986npvc",{"reviewCount":8},{"description":270,"installMethods":271,"name":272,"sourceUrl":14},"Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation",{"claudeCode":272},"productivity-skills",{"basePath":274,"githubOwner":261,"githubRepo":262,"locale":18,"slug":274,"type":275},"productivity-skills-plugin","plugin",{"_creationTime":277,"_id":278,"community":279,"display":280,"identity":284,"providers":287,"relations":303,"tags":305,"workflow":306},1778693062249.8606,"k1717bff9209jd2esh8qdepk3x86mwfm",{"reviewCount":8},{"description":281,"installMethods":282,"name":283,"sourceUrl":14},"Claude Code Skills for software engineering workflows - Git automation, testing, and code review",{"claudeCode":12},"Claude Code Skills Marketplace",{"basePath":285,"githubOwner":261,"githubRepo":262,"locale":18,"slug":262,"type":286},"","marketplace",{"evaluate":288,"extract":296},{"promptVersionExtension":289,"promptVersionScoring":216,"score":290,"tags":291,"targetMarket":227,"tier":228},"3.1.0",75,[286,292,293,294,295],"plugins","software-engineering","developer-tools","automation",{"commitSha":297,"license":255,"marketplace":298,"plugin":301},"HEAD",{"name":299,"pluginCount":300},"mhattingpete-claude-skills",4,{"mcpCount":8,"provider":302,"skillCount":8},"classify",{"repoId":304},"kd75m5vhw2hg0g4maqdhm09cg586nn3p",[295,294,286,292,293],{"evaluatedAt":307,"extractAt":308,"updatedAt":307},1778693076530,1778693062249,{"evaluate":310,"extract":318},{"promptVersionExtension":215,"promptVersionScoring":216,"score":311,"tags":312,"targetMarket":227,"tier":228},88,[294,313,314,315,316,317],"productivity","code-analysis","project-management","documentation","workflow-automation",{"commitSha":297,"plugin":319},{"mcpCount":8,"provider":302,"skillCount":300},{"parentExtensionId":278,"repoId":304},[314,294,316,313,315,317],{"evaluatedAt":323,"extractAt":308,"updatedAt":323},1778693127960,{"evaluate":325,"extract":327},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":326,"targetMarket":227,"tier":228},[222,223,224,225,226],{"commitSha":297,"license":255},{"parentExtensionId":267,"repoId":304},{"_creationTime":330,"_id":304,"identity":331,"providers":332,"workflow":622},1778693055731.8413,{"githubOwner":261,"githubRepo":262,"sourceUrl":14},{"classify":333,"discover":612,"github":615},{"commitSha":297,"extensions":334},[335,348,375,394,408,425,441,449,459,467,479,489,499,507,515,523,531,538,546,560,575,588,599],{"basePath":285,"displayName":299,"installMethods":336,"rationale":337,"selectedPaths":338,"source":347,"sourceLanguage":18,"type":286},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[339,342,344],{"path":340,"priority":341},".claude-plugin/marketplace.json","mandatory",{"path":343,"priority":341},"README.md",{"path":345,"priority":346},"LICENSE","high","rule",{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":347,"sourceLanguage":18,"type":275},"engineering-workflow-plugin","Skills for software engineering workflows: git operations, test fixing, code review, feature planning, and ensemble problem solving (generates multiple solutions in parallel and selects the best)","engineering-workflow-skills",{"claudeCode":351},"plugin manifest at engineering-workflow-plugin/.claude-plugin/plugin.json",[355,357,358,361,363,365,367,369,371,373],{"path":356,"priority":341},".claude-plugin/plugin.json",{"path":343,"priority":341},{"path":359,"priority":360},"skills/ensemble-solving/SKILL.md","medium",{"path":362,"priority":360},"skills/feature-planning/SKILL.md",{"path":364,"priority":360},"skills/git-pushing/SKILL.md",{"path":366,"priority":360},"skills/review-implementing/SKILL.md",{"path":368,"priority":360},"skills/test-fixing/SKILL.md",{"path":370,"priority":346},"agents/ensemble-orchestrator/AGENT.md",{"path":372,"priority":346},"agents/plan-implementer.md",{"path":374,"priority":346},"commands/pr.md",{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":347,"sourceLanguage":18,"type":275},"visual-documentation-plugin","Skills for creating stunning visual HTML documentation with modern UI design, SVG diagrams, flowcharts, dashboards, timelines, technical documentation, and comprehensive project architecture diagrams","visual-documentation-skills",{"claudeCode":378},"plugin manifest at visual-documentation-plugin/.claude-plugin/plugin.json",[382,383,384,386,388,390,392],{"path":356,"priority":341},{"path":343,"priority":341},{"path":385,"priority":360},"skills/architecture-diagram-creator/SKILL.md",{"path":387,"priority":360},"skills/dashboard-creator/SKILL.md",{"path":389,"priority":360},"skills/flowchart-creator/SKILL.md",{"path":391,"priority":360},"skills/technical-doc-creator/SKILL.md",{"path":393,"priority":360},"skills/timeline-creator/SKILL.md",{"basePath":274,"description":270,"displayName":272,"installMethods":395,"rationale":396,"selectedPaths":397,"source":347,"sourceLanguage":18,"type":275},{"claudeCode":272},"plugin manifest at productivity-skills-plugin/.claude-plugin/plugin.json",[398,399,400,402,404,406],{"path":356,"priority":341},{"path":343,"priority":341},{"path":401,"priority":360},"skills/code-auditor/SKILL.md",{"path":403,"priority":360},"skills/codebase-documenter/SKILL.md",{"path":405,"priority":360},"skills/conversation-analyzer/SKILL.md",{"path":407,"priority":360},"skills/project-bootstrapper/SKILL.md",{"basePath":409,"description":410,"displayName":411,"installMethods":412,"rationale":413,"selectedPaths":414,"source":347,"sourceLanguage":18,"type":275},"code-operations-plugin","Skills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp","code-operations-skills",{"claudeCode":411},"plugin manifest at code-operations-plugin/.claude-plugin/plugin.json",[415,416,417,419,421,423],{"path":356,"priority":341},{"path":343,"priority":341},{"path":418,"priority":360},"skills/code-execution/SKILL.md",{"path":420,"priority":360},"skills/code-refactor/SKILL.md",{"path":422,"priority":360},"skills/code-transfer/SKILL.md",{"path":424,"priority":360},"skills/file-operations/SKILL.md",{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":347,"sourceLanguage":18,"type":264},"code-operations-plugin/skills/code-execution","Execute Python code locally with marketplace API access for 90%+ token savings on bulk operations. Activates when user requests bulk operations (10+ files), complex multi-step workflows, iterative processing, or mentions efficiency/performance.","code-execution",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-execution/SKILL.md",[432,434,437,439],{"path":433,"priority":341},"SKILL.md",{"path":435,"priority":436},"examples/bulk_refactor.py","low",{"path":438,"priority":436},"examples/codebase_audit.py",{"path":440,"priority":436},"examples/extract_functions.py",{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":347,"sourceLanguage":18,"type":264},"code-operations-plugin/skills/code-refactor","Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.","code-refactor",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-refactor/SKILL.md",[448],{"path":433,"priority":341},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":347,"sourceLanguage":18,"type":264},"code-operations-plugin/skills/code-transfer","Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code blocks, or inserting code at specific line numbers.","code-transfer",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-transfer/SKILL.md",[456,457],{"path":433,"priority":341},{"path":458,"priority":436},"scripts/line_insert.py",{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":347,"sourceLanguage":18,"type":264},"code-operations-plugin/skills/file-operations","Analyze files and get detailed metadata including size, line counts, modification times, and content statistics. Use when users request file information, statistics, or analysis without modifying files.","file-operations",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/file-operations/SKILL.md",[466],{"path":433,"priority":341},{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":347,"sourceLanguage":18,"type":264},"engineering-workflow-plugin/skills/ensemble-solving","Generate multiple diverse solutions in parallel and select the best. Use for architecture decisions, code generation with multiple valid approaches, or creative tasks where exploring alternatives improves quality.","ensemble-solving",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/ensemble-solving/SKILL.md",[474,475,477],{"path":433,"priority":341},{"path":476,"priority":360},"references/diversification-strategies.md",{"path":478,"priority":360},"references/evaluation-rubrics.md",{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":347,"sourceLanguage":18,"type":264},"engineering-workflow-plugin/skills/feature-planning","Break down feature requests into detailed, implementable plans with clear tasks. Use when user requests a new feature, enhancement, or complex change.","feature-planning",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/feature-planning/SKILL.md",[486,487],{"path":433,"priority":341},{"path":488,"priority":360},"references/planning-best-practices.md",{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":347,"sourceLanguage":18,"type":264},"engineering-workflow-plugin/skills/git-pushing","Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says \"push changes\", \"commit and push\", \"push this\", \"push to github\", or similar git workflow requests.","git-pushing",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/git-pushing/SKILL.md",[496,497],{"path":433,"priority":341},{"path":498,"priority":436},"scripts/smart_commit.sh",{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":347,"sourceLanguage":18,"type":264},"engineering-workflow-plugin/skills/review-implementing","Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.","review-implementing",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/review-implementing/SKILL.md",[506],{"path":433,"priority":341},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":347,"sourceLanguage":18,"type":264},"engineering-workflow-plugin/skills/test-fixing","Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.","test-fixing",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/test-fixing/SKILL.md",[514],{"path":433,"priority":341},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":347,"sourceLanguage":18,"type":264},"productivity-skills-plugin/skills/code-auditor","Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.","code-auditor",{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/code-auditor/SKILL.md",[522],{"path":433,"priority":341},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":347,"sourceLanguage":18,"type":264},"productivity-skills-plugin/skills/codebase-documenter","Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works.","codebase-documenter",{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/codebase-documenter/SKILL.md",[530],{"path":433,"priority":341},{"basePath":260,"description":10,"displayName":263,"installMethods":532,"rationale":533,"selectedPaths":534,"source":347,"sourceLanguage":18,"type":264},{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/conversation-analyzer/SKILL.md",[535,536],{"path":433,"priority":341},{"path":537,"priority":436},"scripts/analyze_history.py",{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":347,"sourceLanguage":18,"type":264},"productivity-skills-plugin/skills/project-bootstrapper","Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.","project-bootstrapper",{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/project-bootstrapper/SKILL.md",[545],{"path":433,"priority":341},{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":347,"sourceLanguage":18,"type":264},"visual-documentation-plugin/skills/architecture-diagram-creator","Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.","architecture-diagram-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/architecture-diagram-creator/SKILL.md",[553,554,556,558],{"path":433,"priority":341},{"path":555,"priority":436},"assets/templates/architecture_components.html",{"path":557,"priority":436},"assets/templates/base_template.html",{"path":559,"priority":360},"references/example_architecture.html",{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":347,"sourceLanguage":18,"type":264},"visual-documentation-plugin/skills/dashboard-creator","Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.","dashboard-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/dashboard-creator/SKILL.md",[567,568,569,571,573],{"path":433,"priority":341},{"path":557,"priority":436},{"path":570,"priority":436},"assets/templates/dashboard_components.html",{"path":572,"priority":360},"references/design_patterns.md",{"path":574,"priority":360},"references/svg_library.md",{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":347,"sourceLanguage":18,"type":264},"visual-documentation-plugin/skills/flowchart-creator","Create HTML flowcharts and process diagrams with decision trees, color-coded stages, arrows, and swimlanes. Use when users request flowcharts, process diagrams, workflow visualizations, or decision trees.","flowchart-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/flowchart-creator/SKILL.md",[582,583,584,586,587],{"path":433,"priority":341},{"path":557,"priority":436},{"path":585,"priority":436},"assets/templates/flowchart_components.html",{"path":572,"priority":360},{"path":574,"priority":360},{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":347,"sourceLanguage":18,"type":264},"visual-documentation-plugin/skills/technical-doc-creator","Create HTML technical documentation with code blocks, API workflows, system architecture diagrams, and syntax highlighting. Use when users request technical documentation, API docs, API references, code examples, or developer documentation.","technical-doc-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/technical-doc-creator/SKILL.md",[595,596,597,598],{"path":433,"priority":341},{"path":557,"priority":436},{"path":572,"priority":360},{"path":574,"priority":360},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":347,"sourceLanguage":18,"type":264},"visual-documentation-plugin/skills/timeline-creator","Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.","timeline-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/timeline-creator/SKILL.md",[606,607,608,610,611],{"path":433,"priority":341},{"path":557,"priority":436},{"path":609,"priority":436},"assets/templates/timeline_components.html",{"path":572,"priority":360},{"path":574,"priority":360},{"sources":613},[614],"manual",{"closedIssues90d":8,"description":281,"forks":249,"license":255,"openIssues90d":251,"pushedAt":252,"readmeSize":247,"stars":253,"topics":616},[617,618,295,619,620,294,621,292,313],"ai-agents","anthropic","claude-code","claude-skills","ai-tools",{"classifiedAt":623,"discoverAt":624,"extractAt":625,"githubAt":625,"updatedAt":623},1778693062028,1778693055731,1778693060469,[222,223,225,226,224],{"evaluatedAt":258,"extractAt":308,"updatedAt":258},[],[630,662,692,720,749,777],{"_creationTime":631,"_id":632,"community":633,"display":634,"identity":640,"providers":645,"relations":656,"tags":658,"workflow":659},1778696691708.3035,"k17br1j5s86ae90zqeyd7zcg2586mkwr",{"reviewCount":8},{"description":635,"installMethods":636,"name":638,"sourceUrl":639},"Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n",{"claudeCode":637},"ruvnet/ruflo","Performance Analysis","https://github.com/ruvnet/ruflo",{"basePath":641,"githubOwner":642,"githubRepo":643,"locale":18,"slug":644,"type":264},".claude/skills/performance-analysis","ruvnet","ruflo","performance-analysis",{"evaluate":646,"extract":654},{"promptVersionExtension":215,"promptVersionScoring":216,"score":647,"tags":648,"targetMarket":227,"tier":653},100,[649,222,225,650,651,652],"performance","claude-flow","bottleneck-detection","reporting","verified",{"commitSha":297,"license":655},"MIT",{"repoId":657},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[222,651,650,225,649,652],{"evaluatedAt":660,"extractAt":661,"updatedAt":660},1778699217174,1778696691708,{"_creationTime":663,"_id":664,"community":665,"display":666,"identity":672,"providers":677,"relations":684,"tags":687,"workflow":688},1778699119124.668,"k174xef0y7h5dr9f932g3ax6d986n2dd",{"reviewCount":8},{"description":667,"installMethods":668,"name":670,"sourceUrl":671},"为 AI 代理提供决策智能。分析选项、使用 PageRank 映射决策依赖关系、检测信息源冲突，并找出最重要的选择。",{"claudeCode":669},"Whatsonyourmind/oraclaw","oraclaw-decide","https://github.com/Whatsonyourmind/oraclaw",{"basePath":673,"githubOwner":674,"githubRepo":675,"locale":676,"slug":670,"type":264},"mission-control/packages/clawhub-skills/oraclaw-decide","Whatsonyourmind","oraclaw","zh-CN",{"evaluate":678,"extract":683},{"promptVersionExtension":215,"promptVersionScoring":216,"score":647,"tags":679,"targetMarket":227,"tier":653},[680,222,225,681,682],"decision-making","graph-theory","ai-agent-tools",{"commitSha":297},{"repoId":685,"translatedFrom":686},"kd76fmxm1ng903s4fmj0p7hxxs86ndkg","k17fe7ybjme5s1n10mmg3emmns86nr26",[682,222,680,681,225],{"evaluatedAt":689,"extractAt":690,"updatedAt":691},1778698934136,1778698837670,1778699119124,{"_creationTime":693,"_id":694,"community":695,"display":696,"identity":702,"providers":707,"relations":713,"tags":716,"workflow":717},1778692488329.0164,"k17d7dgccv6vnj9tcw0cehwnph86nryb",{"reviewCount":8},{"description":697,"installMethods":698,"name":700,"sourceUrl":701},"Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.",{"claudeCode":699},"luiseiman/claude-kit","Rule Effectiveness Analysis","https://github.com/luiseiman/claude-kit",{"basePath":703,"githubOwner":704,"githubRepo":705,"locale":18,"slug":706,"type":264},"skills/rule-effectiveness","luiseiman","claude-kit","rule-effectiveness",{"evaluate":708,"extract":712},{"promptVersionExtension":215,"promptVersionScoring":216,"score":647,"tags":709,"targetMarket":227,"tier":653},[619,710,222,225,711],"configuration","git",{"commitSha":297,"license":655},{"parentExtensionId":714,"repoId":715},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[222,619,710,711,225],{"evaluatedAt":718,"extractAt":719,"updatedAt":718},1778693275143,1778692488329,{"_creationTime":721,"_id":722,"community":723,"display":724,"identity":730,"providers":734,"relations":742,"tags":745,"workflow":746},1778683562157.877,"k17bmnmk2exaw2f96dk2sx4arn86ne7n",{"reviewCount":8},{"description":725,"installMethods":726,"name":728,"sourceUrl":729},"View and manage your cognitive profile — how you think, work patterns, blind spots, and cross-domain connections. Use when the user says 'show my profile', 'how do I work', 'what are my patterns', 'cognitive style', 'blind spots', 'methodology', or at the start of a session to load context. Also use 'rebuild profile' to rescan all session history, or 'list domains' to see all tracked project domains.",{"claudeCode":727},"cdeust/Cortex","cortex-profile","https://github.com/cdeust/Cortex",{"basePath":731,"githubOwner":732,"githubRepo":733,"locale":18,"slug":728,"type":264},"skills/cortex-profile","cdeust","Cortex",{"evaluate":735,"extract":741},{"promptVersionExtension":215,"promptVersionScoring":216,"score":647,"tags":736,"targetMarket":227,"tier":653},[737,738,739,740,224,223],"cognitive","profile","memory","personalization",{"commitSha":297},{"parentExtensionId":743,"repoId":744},"k1739s9t9kj9bmjq1z4byk17g986mv7x","kd79gxpemvkr09a7zsb3h8kmah86nvgf",[737,223,739,740,738,224],{"evaluatedAt":747,"extractAt":748,"updatedAt":747},1778683758763,1778683562157,{"_creationTime":750,"_id":751,"community":752,"display":753,"identity":759,"providers":763,"relations":771,"tags":773,"workflow":774},1778697652123.8975,"k17egwaz31kmprzw1q8m38fv4586mqah",{"reviewCount":8},{"description":754,"installMethods":755,"name":757,"sourceUrl":758},"Search and analyze your own session logs (older/parent conversations) using jq.",{"claudeCode":756},"steipete/clawdis","session-logs","https://github.com/steipete/clawdis",{"basePath":760,"githubOwner":761,"githubRepo":762,"locale":18,"slug":757,"type":264},"skills/session-logs","steipete","clawdis",{"evaluate":764,"extract":770},{"promptVersionExtension":215,"promptVersionScoring":216,"score":647,"tags":765,"targetMarket":227,"tier":653},[766,767,768,222,769],"logs","session","jq","cli",{"commitSha":297},{"repoId":772},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[222,769,768,766,767],{"evaluatedAt":775,"extractAt":776,"updatedAt":775},1778698902636,1778697652123,{"_creationTime":778,"_id":779,"community":780,"display":781,"identity":787,"providers":792,"relations":798,"tags":801,"workflow":802},1778697369386.3174,"k17bxj50v6wxff2qe5a5a4d4bn86mvk3",{"reviewCount":8},{"description":782,"installMethods":783,"name":785,"sourceUrl":786},"关于演示文稿幻灯片格式、权重系统、导航和章节结构的知识",{"claudeCode":784},"shanraisshan/claude-code-best-practice","Presentation Structure","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":788,"githubOwner":789,"githubRepo":790,"locale":676,"slug":791,"type":264},".claude/skills/presentation/presentation-structure","shanraisshan","claude-code-best-practice","presentation-structure",{"evaluate":793,"extract":797},{"promptVersionExtension":215,"promptVersionScoring":216,"score":647,"tags":794,"targetMarket":227,"tier":653},[795,796,316,222],"presentation","html",{"commitSha":297,"license":655},{"repoId":799,"translatedFrom":800},"kd74710g49kxgwbfjxeb7s132d86myxr","k175cp8c6m1kknsf9yhd75swn586m4hj",[222,316,796,795],{"evaluatedAt":803,"extractAt":804,"updatedAt":805},1778697246983,1778697205743,1778697369386]