[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-mhattingpete-git-pushing-en":3,"guides-for-mhattingpete-git-pushing":590,"similar-k17d1360x1n52yazxcycj5x36986m4sf-en":591},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":222,"isFallback":206,"parentExtension":227,"providers":285,"relations":289,"repo":290,"tags":588,"workflow":589},1778693062249.8633,"k17d1360x1n52yazxcycj5x36986m4sf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"mhattingpete/claude-skills-marketplace","git-pushing","https://github.com/mhattingpete/claude-skills-marketplace",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":204,"workflow":220},1778693288181.36,"kn70fbv76wp4y6bd2bsnnrxfz586ns0b","en",{"checks":20,"evaluatedAt":164,"extensionSummary":165,"features":166,"nonGoals":172,"practices":176,"prerequisites":177,"promptVersionExtension":178,"promptVersionScoring":179,"purpose":180,"rationale":181,"score":182,"summary":183,"tags":184,"targetMarket":190,"tier":191,"useCases":192,"workflow":197},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,71,75,79,82,85,88,91,94,97,101,105,110,114,118,121,124,127,131,134,137,140,143,146,149,153,157,161],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of staging, committing, and pushing git changes with conventional commit messages, and explicitly mentions when to use it.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates the entire git commit and push workflow, including conventional commit message generation and pushing with the correct flags, which is more than a simple wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a script that handles the complete git commit and push lifecycle, including staging, commit message generation, and pushing, making it ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on the git commit and push workflow, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the functionality of staging, committing with conventional messages, and pushing git changes, and its activation triggers are well-defined.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The description clearly defines the skill's purpose (stage, commit, push git changes with conventional messages) and its activation triggers, making it easy to understand when to use.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and activation triggers.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md file is concise, providing instructions and linking to the script, adhering to progressive disclosure principles.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The SKILL.md correctly delegates the detailed procedure to an external script file.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","This skill is a short-form, action-oriented tool and does not involve deep exploration, making the 'fork' context setting not applicable.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The SKILL.md provides clear examples for using the script with and without a custom message, demonstrating its functionality.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The script handles edge cases such as no changes to commit and provides informative messages for success and failure.",{"category":65,"check":66,"severity":24,"summary":67},"Execution","Pinned dependencies","The script is a bash script and does not rely on third-party dependencies that would require pinning.",{"category":33,"check":69,"severity":56,"summary":70},"Dry-run preview","The skill performs git operations that are not inherently state-changing in a destructive way that requires a dry-run preview.",{"category":72,"check":73,"severity":56,"summary":74},"Protocol","Idempotent retry & timeouts","The skill interacts with git commands which are generally idempotent for commit/push operations, and does not involve network calls requiring timeouts.",{"category":76,"check":77,"severity":24,"summary":78},"Security","Secret Management","The script does not handle or expose any secrets; it only interacts with git commands.",{"category":76,"check":80,"severity":24,"summary":81},"Injection","The script uses bash commands with proper quoting for staged files and commit messages, mitigating injection risks.",{"category":76,"check":83,"severity":24,"summary":84},"Transitive Supply-Chain Grenades","The script only uses standard git commands and does not fetch external code or data at runtime.",{"category":76,"check":86,"severity":24,"summary":87},"Sandbox Isolation","The script operates within the git repository and does not attempt to modify files outside of it.",{"category":76,"check":89,"severity":24,"summary":90},"Sandbox escape primitives","The script does not contain any detached process spawns or deny-retry loops that could indicate sandbox escape attempts.",{"category":76,"check":92,"severity":24,"summary":93},"Data Exfiltration","The script only performs git operations and does not read or submit any confidential data.",{"category":76,"check":95,"severity":24,"summary":96},"Hidden Text Tricks","The script content is plain bash and does not contain any hidden text tricks.",{"category":98,"check":99,"severity":24,"summary":100},"Hooks","Opaque code execution","The bash script is plain, readable code and does not involve obfuscation techniques like base64 encoding or eval.",{"category":102,"check":103,"severity":24,"summary":104},"Portability","Structural Assumption","The script correctly uses git commands that are environment-agnostic within a git repository.",{"category":106,"check":107,"severity":108,"summary":109},"Trust","Issues Attention","warning","There are 6 open issues and 0 closed issues in the last 90 days, indicating slow or no maintainer response to issues.",{"category":111,"check":112,"severity":108,"summary":113},"Versioning","Release Management","The skill is installed via `claudeCode: mhattingpete/claude-skills-marketplace` and the repository references `main` in the install instructions, but no explicit versioning is declared in the SKILL.md frontmatter or manifests.",{"category":115,"check":116,"severity":24,"summary":117},"Code Execution","Validation","The script uses basic bash quoting and argument handling, which is sufficient for the git commands it executes.",{"category":76,"check":119,"severity":24,"summary":120},"Unguarded Destructive Operations","The script's git push operation is guarded by the user's explicit invocation and standard git confirmation mechanisms.",{"category":115,"check":122,"severity":24,"summary":123},"Error Handling","The script uses `set -e` to exit on error and provides informative messages for success, failure, and edge cases.",{"category":115,"check":125,"severity":24,"summary":126},"Logging","The script provides informative console output for its actions, including staging, commit message generation, and push status.",{"category":128,"check":129,"severity":56,"summary":130},"Compliance","GDPR","The skill only interacts with local git repository state and does not handle any personal data.",{"category":128,"check":132,"severity":24,"summary":133},"Target market","The skill uses standard git commands and has no regional or jurisdictional logic, making it globally applicable.",{"category":102,"check":135,"severity":24,"summary":136},"Runtime stability","The script uses standard bash commands and should be stable across POSIX-compliant systems.",{"category":47,"check":138,"severity":24,"summary":139},"README","The README.md file exists and provides a good overview of the marketplace and its plugins.",{"category":33,"check":141,"severity":56,"summary":142},"Tool surface size","This is a single-tool skill, so tool surface size is not applicable.",{"category":40,"check":144,"severity":56,"summary":145},"Overlapping near-synonym tools","This is a single-tool skill, so there are no overlapping tools.",{"category":47,"check":147,"severity":24,"summary":148},"Phantom features","All advertised features (staging, committing, pushing with conventional messages) are implemented by the provided script.",{"category":150,"check":151,"severity":108,"summary":152},"Install","Installation instruction","The README provides installation instructions for the marketplace plugin but does not include a specific copy-paste invocation example for the `git-pushing` skill itself.",{"category":154,"check":155,"severity":24,"summary":156},"Errors","Actionable error messages","The script provides clear messages for various outcomes, including no changes, successful commit/push, and potential push failures.",{"category":158,"check":159,"severity":24,"summary":160},"Safety","Halt on unexpected state","The script uses `set -e` to halt on errors and checks for changes before proceeding, preventing unexpected states from causing issues.",{"category":102,"check":162,"severity":24,"summary":163},"Cross-skill coupling","The `git-pushing` skill is self-contained and does not rely on other skills being loaded.",1778693288074,"This skill automates the git commit and push workflow, including staging all changes, generating conventional commit messages based on file types, and pushing to the remote. It uses a bash script to handle the entire process, providing informative output and handling edge cases like no changes.",[167,168,169,170,171],"Automatic staging of all changes","Conventional commit message generation","Automated push to remote branch","Handles custom commit messages","Provides informative status and error messages",[173,174,175],"Performing complex git rebasing or merging","Managing multiple remotes","Resolving merge conflicts",[],[],"3.0.0","4.4.0","Automate the process of staging, committing with conventional messages, and pushing git changes to a remote repository, streamlining developer workflows.","Issues Attention (warning) and Release Management (warning) are the primary findings impacting the score. The skill itself is robust.",75,"A robust git automation skill with clear purpose and functionality, but with maintenance and versioning concerns.",[185,186,187,188,189],"git","conventional-commits","automation","workflow","developer-tools","global","community",[193,194,195,196],"When a user wants to commit and push changes","When a user mentions pushing to a remote","When completing a feature and needing to save work","When a user requests to commit and push their work",[198,199,200,201,202,203],"Stage all changes","Determine commit type and scope","Generate conventional commit message (or use provided message)","Create git commit with Claude Code footer","Push changes to the remote branch","Provide status or error message",{"codeQuality":205,"collectedAt":207,"documentation":208,"maintenance":211,"security":217,"testCoverage":219},{"hasLockfile":206},false,1778693275679,{"descriptionLength":209,"readmeSize":210},313,20021,{"closedIssues90d":8,"forks":212,"hasChangelog":213,"openIssues90d":214,"pushedAt":215,"stars":216},73,true,6,1772792065000,574,{"hasNpmPackage":206,"license":218,"smitheryVerified":206},"Apache-2.0",{"hasCi":206,"hasTests":206},{"updatedAt":221},1778693288181,{"basePath":223,"githubOwner":224,"githubRepo":225,"locale":18,"slug":13,"type":226},"engineering-workflow-plugin/skills/git-pushing","mhattingpete","claude-skills-marketplace","skill",{"_creationTime":228,"_id":229,"community":230,"display":231,"identity":236,"parentExtension":239,"providers":269,"relations":281,"tags":282,"workflow":283},1778693062249.8608,"k17dvh2qvdks0qkgsv471dex4986nwn0",{"reviewCount":8},{"description":232,"installMethods":233,"name":235,"sourceUrl":14},"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)",{"claudeCode":234},"engineering-workflow-skills","Engineering Workflow Skills",{"basePath":237,"githubOwner":224,"githubRepo":225,"locale":18,"slug":237,"type":238},"engineering-workflow-plugin","plugin",{"_creationTime":240,"_id":241,"community":242,"display":243,"identity":247,"providers":250,"relations":263,"tags":265,"workflow":266},1778693062249.8606,"k1717bff9209jd2esh8qdepk3x86mwfm",{"reviewCount":8},{"description":244,"installMethods":245,"name":246,"sourceUrl":14},"Claude Code Skills for software engineering workflows - Git automation, testing, and code review",{"claudeCode":12},"Claude Code Skills Marketplace",{"basePath":248,"githubOwner":224,"githubRepo":225,"locale":18,"slug":225,"type":249},"","marketplace",{"evaluate":251,"extract":256},{"promptVersionExtension":252,"promptVersionScoring":179,"score":182,"tags":253,"targetMarket":190,"tier":191},"3.1.0",[249,254,255,189,187],"plugins","software-engineering",{"commitSha":257,"license":218,"marketplace":258,"plugin":261},"HEAD",{"name":259,"pluginCount":260},"mhattingpete-claude-skills",4,{"mcpCount":8,"provider":262,"skillCount":8},"classify",{"repoId":264},"kd75m5vhw2hg0g4maqdhm09cg586nn3p",[187,189,249,254,255],{"evaluatedAt":267,"extractAt":268,"updatedAt":267},1778693076530,1778693062249,{"evaluate":270,"extract":278},{"promptVersionExtension":178,"promptVersionScoring":179,"score":271,"tags":272,"targetMarket":190,"tier":191},95,[185,273,274,275,276,277],"testing","code-review","planning","development-workflow","ensemble",{"commitSha":257,"license":218,"plugin":279},{"mcpCount":8,"provider":262,"skillCount":280},5,{"parentExtensionId":241,"repoId":264},[274,276,277,185,275,273],{"evaluatedAt":284,"extractAt":268,"updatedAt":284},1778693093201,{"evaluate":286,"extract":288},{"promptVersionExtension":178,"promptVersionScoring":179,"score":182,"tags":287,"targetMarket":190,"tier":191},[185,186,187,188,189],{"commitSha":257,"license":218},{"parentExtensionId":229,"repoId":264},{"_creationTime":291,"_id":264,"identity":292,"providers":293,"workflow":584},1778693055731.8413,{"githubOwner":224,"githubRepo":225,"sourceUrl":14},{"classify":294,"discover":573,"github":576},{"commitSha":257,"extensions":295},[296,309,333,352,369,386,402,410,420,428,440,450,457,465,473,481,489,499,507,521,536,549,560],{"basePath":248,"displayName":259,"installMethods":297,"rationale":298,"selectedPaths":299,"source":308,"sourceLanguage":18,"type":249},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[300,303,305],{"path":301,"priority":302},".claude-plugin/marketplace.json","mandatory",{"path":304,"priority":302},"README.md",{"path":306,"priority":307},"LICENSE","high","rule",{"basePath":237,"description":232,"displayName":234,"installMethods":310,"rationale":311,"selectedPaths":312,"source":308,"sourceLanguage":18,"type":238},{"claudeCode":234},"plugin manifest at engineering-workflow-plugin/.claude-plugin/plugin.json",[313,315,316,319,321,323,325,327,329,331],{"path":314,"priority":302},".claude-plugin/plugin.json",{"path":304,"priority":302},{"path":317,"priority":318},"skills/ensemble-solving/SKILL.md","medium",{"path":320,"priority":318},"skills/feature-planning/SKILL.md",{"path":322,"priority":318},"skills/git-pushing/SKILL.md",{"path":324,"priority":318},"skills/review-implementing/SKILL.md",{"path":326,"priority":318},"skills/test-fixing/SKILL.md",{"path":328,"priority":307},"agents/ensemble-orchestrator/AGENT.md",{"path":330,"priority":307},"agents/plan-implementer.md",{"path":332,"priority":307},"commands/pr.md",{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":308,"sourceLanguage":18,"type":238},"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":336},"plugin manifest at visual-documentation-plugin/.claude-plugin/plugin.json",[340,341,342,344,346,348,350],{"path":314,"priority":302},{"path":304,"priority":302},{"path":343,"priority":318},"skills/architecture-diagram-creator/SKILL.md",{"path":345,"priority":318},"skills/dashboard-creator/SKILL.md",{"path":347,"priority":318},"skills/flowchart-creator/SKILL.md",{"path":349,"priority":318},"skills/technical-doc-creator/SKILL.md",{"path":351,"priority":318},"skills/timeline-creator/SKILL.md",{"basePath":353,"description":354,"displayName":355,"installMethods":356,"rationale":357,"selectedPaths":358,"source":308,"sourceLanguage":18,"type":238},"productivity-skills-plugin","Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation","productivity-skills",{"claudeCode":355},"plugin manifest at productivity-skills-plugin/.claude-plugin/plugin.json",[359,360,361,363,365,367],{"path":314,"priority":302},{"path":304,"priority":302},{"path":362,"priority":318},"skills/code-auditor/SKILL.md",{"path":364,"priority":318},"skills/codebase-documenter/SKILL.md",{"path":366,"priority":318},"skills/conversation-analyzer/SKILL.md",{"path":368,"priority":318},"skills/project-bootstrapper/SKILL.md",{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":308,"sourceLanguage":18,"type":238},"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":372},"plugin manifest at code-operations-plugin/.claude-plugin/plugin.json",[376,377,378,380,382,384],{"path":314,"priority":302},{"path":304,"priority":302},{"path":379,"priority":318},"skills/code-execution/SKILL.md",{"path":381,"priority":318},"skills/code-refactor/SKILL.md",{"path":383,"priority":318},"skills/code-transfer/SKILL.md",{"path":385,"priority":318},"skills/file-operations/SKILL.md",{"basePath":387,"description":388,"displayName":389,"installMethods":390,"rationale":391,"selectedPaths":392,"source":308,"sourceLanguage":18,"type":226},"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",[393,395,398,400],{"path":394,"priority":302},"SKILL.md",{"path":396,"priority":397},"examples/bulk_refactor.py","low",{"path":399,"priority":397},"examples/codebase_audit.py",{"path":401,"priority":397},"examples/extract_functions.py",{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":308,"sourceLanguage":18,"type":226},"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",[409],{"path":394,"priority":302},{"basePath":411,"description":412,"displayName":413,"installMethods":414,"rationale":415,"selectedPaths":416,"source":308,"sourceLanguage":18,"type":226},"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",[417,418],{"path":394,"priority":302},{"path":419,"priority":397},"scripts/line_insert.py",{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":308,"sourceLanguage":18,"type":226},"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",[427],{"path":394,"priority":302},{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":308,"sourceLanguage":18,"type":226},"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",[435,436,438],{"path":394,"priority":302},{"path":437,"priority":318},"references/diversification-strategies.md",{"path":439,"priority":318},"references/evaluation-rubrics.md",{"basePath":441,"description":442,"displayName":443,"installMethods":444,"rationale":445,"selectedPaths":446,"source":308,"sourceLanguage":18,"type":226},"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",[447,448],{"path":394,"priority":302},{"path":449,"priority":318},"references/planning-best-practices.md",{"basePath":223,"description":10,"displayName":13,"installMethods":451,"rationale":452,"selectedPaths":453,"source":308,"sourceLanguage":18,"type":226},{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/git-pushing/SKILL.md",[454,455],{"path":394,"priority":302},{"path":456,"priority":397},"scripts/smart_commit.sh",{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":308,"sourceLanguage":18,"type":226},"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",[464],{"path":394,"priority":302},{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":308,"sourceLanguage":18,"type":226},"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",[472],{"path":394,"priority":302},{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":308,"sourceLanguage":18,"type":226},"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",[480],{"path":394,"priority":302},{"basePath":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":308,"sourceLanguage":18,"type":226},"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",[488],{"path":394,"priority":302},{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":308,"sourceLanguage":18,"type":226},"productivity-skills-plugin/skills/conversation-analyzer","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.","conversation-analyzer",{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/conversation-analyzer/SKILL.md",[496,497],{"path":394,"priority":302},{"path":498,"priority":397},"scripts/analyze_history.py",{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":308,"sourceLanguage":18,"type":226},"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",[506],{"path":394,"priority":302},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":308,"sourceLanguage":18,"type":226},"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",[514,515,517,519],{"path":394,"priority":302},{"path":516,"priority":397},"assets/templates/architecture_components.html",{"path":518,"priority":397},"assets/templates/base_template.html",{"path":520,"priority":318},"references/example_architecture.html",{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":308,"sourceLanguage":18,"type":226},"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",[528,529,530,532,534],{"path":394,"priority":302},{"path":518,"priority":397},{"path":531,"priority":397},"assets/templates/dashboard_components.html",{"path":533,"priority":318},"references/design_patterns.md",{"path":535,"priority":318},"references/svg_library.md",{"basePath":537,"description":538,"displayName":539,"installMethods":540,"rationale":541,"selectedPaths":542,"source":308,"sourceLanguage":18,"type":226},"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",[543,544,545,547,548],{"path":394,"priority":302},{"path":518,"priority":397},{"path":546,"priority":397},"assets/templates/flowchart_components.html",{"path":533,"priority":318},{"path":535,"priority":318},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":308,"sourceLanguage":18,"type":226},"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",[556,557,558,559],{"path":394,"priority":302},{"path":518,"priority":397},{"path":533,"priority":318},{"path":535,"priority":318},{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":308,"sourceLanguage":18,"type":226},"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",[567,568,569,571,572],{"path":394,"priority":302},{"path":518,"priority":397},{"path":570,"priority":397},"assets/templates/timeline_components.html",{"path":533,"priority":318},{"path":535,"priority":318},{"sources":574},[575],"manual",{"closedIssues90d":8,"description":244,"forks":212,"license":218,"openIssues90d":214,"pushedAt":215,"readmeSize":210,"stars":216,"topics":577},[578,579,187,580,581,189,582,254,583],"ai-agents","anthropic","claude-code","claude-skills","ai-tools","productivity",{"classifiedAt":585,"discoverAt":586,"extractAt":587,"githubAt":587,"updatedAt":585},1778693062028,1778693055731,1778693060469,[187,186,189,185,188],{"evaluatedAt":221,"extractAt":268,"updatedAt":221},[],[592,625,654,679,700,720],{"_creationTime":593,"_id":594,"community":595,"display":596,"identity":602,"providers":607,"relations":618,"tags":621,"workflow":622},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":597,"installMethods":598,"name":600,"sourceUrl":601},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":599},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":603,"githubOwner":604,"githubRepo":605,"locale":18,"slug":606,"type":226},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":608,"extract":616},{"promptVersionExtension":178,"promptVersionScoring":179,"score":609,"tags":610,"targetMarket":190,"tier":615},100,[185,611,188,612,187,613,614],"development-environment","tmux","cli","developer-tool","verified",{"commitSha":257,"license":617},"MIT",{"parentExtensionId":619,"repoId":620},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[187,613,614,611,185,612,188],{"evaluatedAt":623,"extractAt":624,"updatedAt":623},1778699613343,1778699234184,{"_creationTime":626,"_id":627,"community":628,"display":629,"identity":635,"providers":640,"relations":647,"tags":649,"workflow":650},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":630,"installMethods":631,"name":633,"sourceUrl":634},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":632},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":636,"githubOwner":637,"githubRepo":638,"locale":18,"slug":639,"type":226},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":641,"extract":646},{"promptVersionExtension":178,"promptVersionScoring":179,"score":609,"tags":642,"targetMarket":190,"tier":615},[643,644,187,645,189],"browser","debugging","ux",{"commitSha":257,"license":617},{"repoId":648},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[187,643,644,189,645],{"evaluatedAt":651,"extractAt":652,"updatedAt":653},1778699261239,1778699106670,1778699384978,{"_creationTime":655,"_id":656,"community":657,"display":658,"identity":664,"providers":668,"relations":673,"tags":675,"workflow":676},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":659,"installMethods":660,"name":662,"sourceUrl":663},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":661},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":665,"githubOwner":666,"githubRepo":667,"locale":18,"slug":662,"type":226},"skills/github","steipete","clawdis",{"evaluate":669,"extract":672},{"promptVersionExtension":178,"promptVersionScoring":179,"score":609,"tags":670,"targetMarket":190,"tier":615},[662,613,671,189,187],"api",{"commitSha":257},{"repoId":674},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[671,187,613,189,662],{"evaluatedAt":677,"extractAt":678,"updatedAt":677},1778698569289,1778697652123,{"_creationTime":680,"_id":681,"community":682,"display":683,"identity":687,"providers":689,"relations":696,"tags":697,"workflow":698},1778697652123.886,"k174rav3ndhd0xydpyp2k4nn8586nbvw",{"reviewCount":8},{"description":684,"installMethods":685,"name":686,"sourceUrl":663},"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":661},"acp-router",{"basePath":688,"githubOwner":666,"githubRepo":667,"locale":18,"slug":686,"type":226},"extensions/acpx/skills/acp-router",{"evaluate":690,"extract":695},{"promptVersionExtension":178,"promptVersionScoring":179,"score":609,"tags":691,"targetMarket":190,"tier":615},[692,693,694,188,187],"routing","acp","coding-assistants",{"commitSha":257},{"repoId":674},[693,187,694,692,188],{"evaluatedAt":699,"extractAt":678,"updatedAt":699},1778698053003,{"_creationTime":701,"_id":702,"community":703,"display":704,"identity":708,"providers":710,"relations":716,"tags":717,"workflow":718},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":705,"installMethods":706,"name":707,"sourceUrl":663},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":661},"openclaw-testing",{"basePath":709,"githubOwner":666,"githubRepo":667,"locale":18,"slug":707,"type":226},".agents/skills/openclaw-testing",{"evaluate":711,"extract":715},{"promptVersionExtension":178,"promptVersionScoring":179,"score":609,"tags":712,"targetMarket":190,"tier":615},[273,713,714,187,189],"ci","validation",{"commitSha":257},{"repoId":674},[187,713,189,273,714],{"evaluatedAt":719,"extractAt":678,"updatedAt":719},1778697962962,{"_creationTime":721,"_id":722,"community":723,"display":724,"identity":730,"providers":735,"relations":742,"tags":745,"workflow":746},1778693661691.4363,"k178pmb87re7z9as1b8ky4h9m586ncf7",{"reviewCount":8},{"description":725,"installMethods":726,"name":728,"sourceUrl":729},"Rewrites commit messages so they sound like a careful human engineer wrote them. Strips AI/marketing slop (\"comprehensive solution\", \"robust implementation\", \"leverage\", \"enhance\", \"seamlessly\", \"This commit...\"). Keeps Conventional Commits format. Subject ≤72 chars (aim ≤50), imperative mood. Body only when \"why\" isn't obvious from the subject. Use when user says \"humanize commit\", \"de-slop commit message\", \"make this commit sound human\", \"/unslop-commit\", \"/commit\", \"write a commit\", or pastes a draft commit to clean up. Auto-triggers when staging changes.\n",{"claudeCode":727},"MohamedAbdallah-14/unslop","Unslop Commit","https://github.com/MohamedAbdallah-14/unslop",{"basePath":731,"githubOwner":732,"githubRepo":733,"locale":18,"slug":734,"type":226},"skills/unslop-commit","MohamedAbdallah-14","unslop","unslop-commit",{"evaluate":736,"extract":741},{"promptVersionExtension":178,"promptVersionScoring":179,"score":609,"tags":737,"targetMarket":190,"tier":615},[738,186,185,739,740],"commit-message","ai-writing","natural-language-processing",{"commitSha":257,"license":617},{"parentExtensionId":743,"repoId":744},"k177fsagh49r77m9y4755zc1mn86m1jm","kd727xcarpnqcat3wd68ms466s86mwkb",[739,738,186,185,740],{"evaluatedAt":747,"extractAt":748,"updatedAt":749},1778693755963,1778693661691,1778693924021]