[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-vectorize-io-code-review-de":3,"guides-for-vectorize-io-code-review":636,"similar-k17c7bmsy4vpwnsa70kkb414ex86n077-de":637},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":225,"parentExtension":247,"providers":248,"relations":253,"repo":255,"tags":633,"workflow":634},1778698371743.7031,"k17c7bmsy4vpwnsa70kkb414ex86n077",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Review changed code against project standards. Checks for missing tests, dead code, type safety, lint issues, and coding conventions. Run after completing any implementation work.",{"claudeCode":12},"vectorize-io/hindsight","code-review","https://github.com/vectorize-io/hindsight",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778698449290.5962,"kn70j764g09tfb0hbqkfprwjy586na9e","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,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 reviewing changed code against project standards, including specific checks for issues like missing tests and dead code.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill goes beyond basic code review by internalizing and enforcing a detailed set of project-specific coding standards and best practices, which is a significant value add over a generic linter.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a comprehensive set of review steps, linters, and checks for code quality, type safety, and test coverage, covering the complete lifecycle of code review.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill's scope is tightly focused on code review against project standards, including related checks like testing and type safety, without venturing into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities, outlining the specific checks performed during code review.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill primarily uses shell commands and specific checks, which are inherently scoped, rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All necessary parameters and steps are documented within the SKILL.md, with clear instructions for running linters and checks.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill's operations are described as steps and script executions rather than distinct tools, and the terminology used is descriptive.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's inputs are primarily command-line executions and file checks, and its outputs are reports of findings, which are appropriately scoped.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and confirmed by the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project includes a lockfile (package-lock.json implied by package manager usage) and CI, suggesting good dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill focuses on code analysis and does not appear to handle or expose secrets.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill primarily executes local scripts and linters; there is no indication of loading untrusted third-party data as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and local tooling, with no runtime fetching of external code or instructions.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the project's directory and uses local scripts, posing no risk of writing outside the intended scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The bundled scripts are standard shell commands and linters, with no evidence of detached-process spawns or deny-retry loops.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill analyzes local code and does not perform any outbound calls that could exfiltrate data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be clean, readable code and documentation without hidden steering tricks.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's scripts (`lint.sh`) are plain shell scripts and not obfuscated.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill's instructions assume standard project structure for running linters and checks, which is reasonable for a code review tool.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 70 open and 233 closed issues in the last 90 days, the closure rate is high, indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a clear MIT license and recent commits, indicating proper release management and versioning.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","Input validation is handled by the underlying linters and the shell commands, which are expected to have their own validation.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is purely analytical and does not perform any destructive operations.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The skill relies on standard shell command error handling; linters and scripts are expected to exit non-zero on failure.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The skill performs local analysis and does not require a separate audit log for destructive actions or outbound calls.",{"category":117,"check":118,"severity":114,"summary":119},"Compliance","GDPR","The skill analyzes code and does not process personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill operates on code standards and has no regional or jurisdictional limitations; targetMarket is global.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard shell commands and Python, which are widely available and portable across POSIX systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the project's purpose, performance, installation, and architecture.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill primarily uses a single script for linting and manual checks, fitting within the target range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill performs a cohesive set of checks under the umbrella of code review, without redundant or overlapping actions.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as code standard checks and dead code detection, are implemented in the provided scripts and SKILL.md.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Installation instructions are clear, including a copy-pasteable command for adding the skill and example usage.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Errors from linters and script execution are expected to be actionable, providing context and indicating failure.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill relies on common project tools like Ruff and Python, and the presence of CI suggests dependency management is handled.",{"category":33,"check":151,"severity":114,"summary":152},"Dry-run preview","The skill is purely analytical and does not perform state-changing operations or send data outward.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally on code analysis and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill performs local code analysis and does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md clearly defines the purpose of reviewing changed code against project standards and when to use it (after implementation).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise and clearly states the skill's name, description, and invokability.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured with clear headings and code examples, keeping the core instructions concise and delegating details.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the review steps and provides code examples inline, with deeper details and standards explained within the document itself.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This skill performs a focused code review and does not involve deep exploration that would require forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md includes clear code examples demonstrating the application of specific standards and the expected output format.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents various failure modes for checks (e.g., lint failures, missing tests) and explicitly states that findings should not be auto-fixed, guiding recovery.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","The skill relies on local tools (Python, Ruff, Git) and does not depend on an external MCP server with fallback requirements.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The SKILL.md instructs the user to report findings rather than auto-fixing, and emphasizes not auto-fixing unrelated commits, ensuring the workflow halts on unexpected states.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained, focusing solely on code review within the provided repository, and does not implicitly rely on other skills.",1778698449185,"This skill automates code review by checking changed files against a comprehensive set of project standards for Python and TypeScript, including linting, type safety, dead code detection, and test coverage. It provides detailed instructions and reports findings without auto-fixing.",[195,196,197,198,199],"Review code against project standards","Check for missing tests and dead code","Verify type safety (Pydantic, TypeScript)","Enforce linting and coding conventions","Maintain branch hygiene",[201,202,203],"Auto-fixing reported issues","Performing unrelated refactoring or new feature development","Reviewing code outside the specified project standards","3.0.0","4.4.0","To ensure code quality and adherence to project standards by automating thorough code reviews, identifying potential issues before merging.","The skill is exceptionally well-documented and robust, adhering to all best practices. The only minor point is the 'Configuration & parameter reference' check, which is 'pass' because the SKILL.md covers all necessary parameters and steps, and 'Tool Fallback' is not applicable as it doesn't rely on external MCPs.",99,"A highly polished and comprehensive code review skill with detailed standards and clear instructions.",[13,211,212,213,214,215],"quality","python","typescript","linting","testing","global","verified",[219,220,221,222],"Run after completing implementation work to ensure code quality","Automate pre-merge code reviews for consistency","Identify violations of project-specific coding standards","Catch common code quality issues like dead code and type errors",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":236,"testCoverage":239},{"hasLockfile":225},true,1778698434951,{"descriptionLength":228,"readmeSize":229},179,13017,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"openIssues90d":233,"pushedAt":234,"stars":235},233,760,70,1778696315000,13231,{"hasNpmPackage":237,"license":238,"smitheryVerified":237},false,"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":241},1778698449290,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},".claude/skills/code-review","vectorize-io","hindsight","skill",null,{"evaluate":249,"extract":251},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":250,"targetMarket":216,"tier":217},[13,211,212,213,214,215],{"commitSha":252},"HEAD",{"repoId":254},"kd7etqyey7pjacrkp7wzfh4vts86nq1z",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":629},1778698349934.8708,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":259,"discover":618,"github":621},{"commitSha":252,"extensions":260},[261,277,298,305,311,319,327,335,469,476,484,497,509,520,528,565,591,600],{"basePath":262,"description":263,"displayName":245,"installMethods":264,"rationale":265,"selectedPaths":266,"source":275,"sourceLanguage":18,"type":276},"","Official Hindsight integrations for Claude Code",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[267,270,272],{"path":268,"priority":269},".claude-plugin/marketplace.json","mandatory",{"path":271,"priority":269},"README.md",{"path":273,"priority":274},"LICENSE","high","rule","marketplace",{"basePath":278,"description":279,"displayName":280,"installMethods":281,"license":238,"rationale":282,"selectedPaths":283,"source":275,"sourceLanguage":18,"type":297},"hindsight-integrations/claude-code","Automatic long-term memory for Claude Code via Hindsight. Recalls relevant memories before each prompt, retains conversation transcripts, and provides knowledge page tools.","hindsight-memory",{"claudeCode":280},"plugin manifest at hindsight-integrations/claude-code/.claude-plugin/plugin.json",[284,286,287,288,291,293,295],{"path":285,"priority":269},".claude-plugin/plugin.json",{"path":271,"priority":269},{"path":273,"priority":274},{"path":289,"priority":290},"skills/create-agent/SKILL.md","medium",{"path":292,"priority":269},".mcp.json",{"path":294,"priority":274},"hooks/hooks.json",{"path":296,"priority":269},"settings.json","plugin",{"basePath":299,"displayName":300,"installMethods":301,"rationale":302,"selectedPaths":303,"source":275,"sourceLanguage":18,"type":276},"hindsight-integrations","hindsight-local",{"claudeCode":12},"marketplace.json at hindsight-integrations/.claude-plugin/marketplace.json",[304],{"path":268,"priority":269},{"basePath":243,"description":10,"displayName":13,"installMethods":306,"rationale":307,"selectedPaths":308,"source":275,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/code-review/SKILL.md",[309],{"path":310,"priority":269},"SKILL.md",{"basePath":312,"description":313,"displayName":314,"installMethods":315,"rationale":316,"selectedPaths":317,"source":275,"sourceLanguage":18,"type":246},"hindsight-integrations/claude-code/skills/create-agent","Create a new Hindsight-powered subagent with long-term memory. Use when the user wants a specialized agent that learns and remembers across sessions.","create-agent",{"claudeCode":12},"SKILL.md frontmatter at hindsight-integrations/claude-code/skills/create-agent/SKILL.md",[318],{"path":310,"priority":269},{"basePath":320,"description":321,"displayName":322,"installMethods":323,"rationale":324,"selectedPaths":325,"source":275,"sourceLanguage":18,"type":246},"skills/hindsight-architect","Expert memory architect. Understands your application, identifies where memory adds value, and produces an implementation plan with bank config, tag schema, and code.","hindsight-architect",{"claudeCode":12},"SKILL.md frontmatter at skills/hindsight-architect/SKILL.md",[326],{"path":310,"priority":269},{"basePath":328,"description":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":275,"sourceLanguage":18,"type":246},"skills/hindsight-cloud","Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to Hindsight Cloud. (user)","hindsight-cloud",{"claudeCode":12},"SKILL.md frontmatter at skills/hindsight-cloud/SKILL.md",[334],{"path":310,"priority":269},{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":275,"sourceLanguage":18,"type":246},"skills/hindsight-docs","Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.","hindsight-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/hindsight-docs/SKILL.md",[342,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467],{"path":310,"priority":269},{"path":344,"priority":290},"references/best-practices.md",{"path":346,"priority":290},"references/changelog/index.md",{"path":348,"priority":290},"references/changelog/integrations/ag2.md",{"path":350,"priority":290},"references/changelog/integrations/agentcore.md",{"path":352,"priority":290},"references/changelog/integrations/ai-sdk.md",{"path":354,"priority":290},"references/changelog/integrations/autogen.md",{"path":356,"priority":290},"references/changelog/integrations/chat.md",{"path":358,"priority":290},"references/changelog/integrations/claude-code.md",{"path":360,"priority":290},"references/changelog/integrations/cloudflare-oauth-proxy.md",{"path":362,"priority":290},"references/changelog/integrations/codex.md",{"path":364,"priority":290},"references/changelog/integrations/crewai.md",{"path":366,"priority":290},"references/changelog/integrations/dify.md",{"path":368,"priority":290},"references/changelog/integrations/langgraph.md",{"path":370,"priority":290},"references/changelog/integrations/litellm.md",{"path":372,"priority":290},"references/changelog/integrations/llamaindex.md",{"path":374,"priority":290},"references/changelog/integrations/n8n.md",{"path":376,"priority":290},"references/changelog/integrations/nemoclaw.md",{"path":378,"priority":290},"references/changelog/integrations/openai-agents.md",{"path":380,"priority":290},"references/changelog/integrations/openclaw.md",{"path":382,"priority":290},"references/changelog/integrations/opencode.md",{"path":384,"priority":290},"references/changelog/integrations/paperclip.md",{"path":386,"priority":290},"references/changelog/integrations/pipecat.md",{"path":388,"priority":290},"references/changelog/integrations/pydantic-ai.md",{"path":390,"priority":290},"references/changelog/integrations/smolagents.md",{"path":392,"priority":290},"references/changelog/integrations/strands.md",{"path":394,"priority":290},"references/developer/admin-cli.md",{"path":396,"priority":290},"references/developer/api/bank-templates.md",{"path":398,"priority":290},"references/developer/api/documents.md",{"path":400,"priority":290},"references/developer/api/main-methods.md",{"path":402,"priority":290},"references/developer/api/memory-banks.md",{"path":404,"priority":290},"references/developer/api/mental-models.md",{"path":406,"priority":290},"references/developer/api/operations.md",{"path":408,"priority":290},"references/developer/api/quickstart.md",{"path":410,"priority":290},"references/developer/api/recall.md",{"path":412,"priority":290},"references/developer/api/reflect.md",{"path":414,"priority":290},"references/developer/api/retain.md",{"path":416,"priority":290},"references/developer/api/webhooks.md",{"path":418,"priority":290},"references/developer/configuration.md",{"path":420,"priority":290},"references/developer/development.md",{"path":422,"priority":290},"references/developer/extensions.md",{"path":424,"priority":290},"references/developer/index.md",{"path":426,"priority":290},"references/developer/installation.md",{"path":428,"priority":290},"references/developer/mcp-server.md",{"path":430,"priority":290},"references/developer/models.md",{"path":432,"priority":290},"references/developer/monitoring.md",{"path":434,"priority":290},"references/developer/multilingual.md",{"path":436,"priority":290},"references/developer/observations.md",{"path":438,"priority":290},"references/developer/performance.md",{"path":440,"priority":290},"references/developer/rag-vs-hindsight.md",{"path":442,"priority":290},"references/developer/reflect.md",{"path":444,"priority":290},"references/developer/retain.md",{"path":446,"priority":290},"references/developer/retrieval.md",{"path":448,"priority":290},"references/developer/services.md",{"path":450,"priority":290},"references/developer/storage.md",{"path":452,"priority":290},"references/faq.md",{"path":454,"priority":290},"references/openapi.json",{"path":456,"priority":290},"references/sdks/cli.md",{"path":458,"priority":290},"references/sdks/embed.md",{"path":460,"priority":290},"references/sdks/go.md",{"path":462,"priority":290},"references/sdks/hindsight-all-npm.md",{"path":464,"priority":290},"references/sdks/hindsight-all.md",{"path":466,"priority":290},"references/sdks/nodejs.md",{"path":468,"priority":290},"references/sdks/python.md",{"basePath":470,"description":471,"displayName":300,"installMethods":472,"rationale":473,"selectedPaths":474,"source":275,"sourceLanguage":18,"type":246},"skills/hindsight-local","Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user)",{"claudeCode":12},"SKILL.md frontmatter at skills/hindsight-local/SKILL.md",[475],{"path":310,"priority":269},{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":275,"sourceLanguage":18,"type":246},"skills/hindsight-self-hosted","Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to a self-hosted Hindsight server. (user)","hindsight-self-hosted",{"claudeCode":12},"SKILL.md frontmatter at skills/hindsight-self-hosted/SKILL.md",[483],{"path":310,"priority":269},{"basePath":485,"description":486,"displayName":487,"installMethods":488,"license":489,"rationale":490,"selectedPaths":491,"source":275,"sourceLanguage":18,"type":496},"hindsight-control-plane","Control plane for Hindsight - Semantic memory system","@vectorize-io/hindsight-control-plane",{"npm":487},"ISC","cli ecosystem detected at hindsight-control-plane",[492,494],{"path":493,"priority":269},"package.json",{"path":495,"priority":290},"bin/cli.js","cli",{"basePath":498,"description":499,"displayName":500,"installMethods":501,"license":238,"rationale":502,"selectedPaths":503,"source":275,"sourceLanguage":18,"type":496},"hindsight-integrations/nemoclaw","Setup CLI for hindsight-openclaw on NemoClaw sandboxes — installs the plugin, configures external API mode, and applies the OpenShell network policy","@vectorize-io/hindsight-nemoclaw",{"npm":500},"cli ecosystem detected at hindsight-integrations/nemoclaw",[504,505,506],{"path":493,"priority":269},{"path":271,"priority":269},{"path":507,"priority":508},"src/cli.ts","low",{"basePath":510,"description":511,"displayName":512,"installMethods":513,"license":238,"rationale":514,"selectedPaths":515,"source":275,"sourceLanguage":18,"type":496},"hindsight-integrations/openclaw","Hindsight memory plugin for OpenClaw - biomimetic long-term memory with fact extraction","@vectorize-io/hindsight-openclaw",{"npm":512},"cli ecosystem detected at hindsight-integrations/openclaw",[516,517,518],{"path":493,"priority":269},{"path":271,"priority":269},{"path":519,"priority":508},"src/index.ts",{"basePath":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":275,"sourceLanguage":18,"type":496},"hindsight-api",{"pypi":521},"cli ecosystem detected at hindsight-api",[525,527],{"path":526,"priority":269},"pyproject.toml",{"path":271,"priority":269},{"basePath":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":275,"sourceLanguage":18,"type":496},"hindsight-cli",{"cargo":529},"cli ecosystem detected at hindsight-cli",[533,535,537,539,541,543,545,547,549,551,553,555,557,559,561,563],{"path":534,"priority":269},"Cargo.toml",{"path":536,"priority":290},"src/main.rs",{"path":538,"priority":508},"src/commands/audit.rs",{"path":540,"priority":508},"src/commands/bank.rs",{"path":542,"priority":508},"src/commands/chunk.rs",{"path":544,"priority":508},"src/commands/directive.rs",{"path":546,"priority":508},"src/commands/document.rs",{"path":548,"priority":508},"src/commands/entity.rs",{"path":550,"priority":508},"src/commands/explore.rs",{"path":552,"priority":508},"src/commands/health.rs",{"path":554,"priority":508},"src/commands/memory.rs",{"path":556,"priority":508},"src/commands/mental_model.rs",{"path":558,"priority":508},"src/commands/mod.rs",{"path":560,"priority":508},"src/commands/operation.rs",{"path":562,"priority":508},"src/commands/tag.rs",{"path":564,"priority":508},"src/commands/webhook.rs",{"basePath":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":275,"sourceLanguage":590,"type":496},"hindsight-dev",{"pypi":566},"cli ecosystem detected at hindsight-dev",[570,571,572,574,576,578,580,582,584,586,588],{"path":526,"priority":269},{"path":271,"priority":269},{"path":573,"priority":290},"hindsight_dev/generate_openapi.py",{"path":575,"priority":290},"hindsight_dev/generate_bank_template_schema.py",{"path":577,"priority":290},"hindsight_dev/generate_changelog.py",{"path":579,"priority":290},"hindsight_dev/sync_cookbook.py",{"path":581,"priority":290},"hindsight_dev/generate_llms_full.py",{"path":583,"priority":290},"hindsight_dev/check_openapi_compatibility.py",{"path":585,"priority":290},"hindsight_dev/cli_coverage_check.py",{"path":587,"priority":290},"hindsight_dev/client_coverage_check.py",{"path":589,"priority":290},"benchmarks/perf/system_perf.py","sv",{"basePath":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":275,"sourceLanguage":18,"type":496},"hindsight-embed",{"pypi":592},"cli ecosystem detected at hindsight-embed",[596,597,598],{"path":526,"priority":269},{"path":271,"priority":269},{"path":599,"priority":290},"hindsight_embed/cli.py",{"basePath":601,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":275,"sourceLanguage":18,"type":617},"hindsight-api-slim",{"pypi":601},"pyproject.toml with mcp/fastmcp dependency + scripts at hindsight-api-slim/pyproject.toml",[605,606,607,609,611,613,615],{"path":526,"priority":269},{"path":271,"priority":269},{"path":608,"priority":290},"hindsight_api/main.py",{"path":610,"priority":290},"hindsight_api/worker/main.py",{"path":612,"priority":290},"hindsight_api/mcp_local.py",{"path":614,"priority":290},"hindsight_api/admin/cli.py",{"path":616,"priority":508},"hindsight_api/server.py","mcp",{"sources":619},[620],"manual",{"closedIssues90d":231,"description":622,"forks":232,"homepage":623,"license":238,"openIssues90d":233,"pushedAt":234,"readmeSize":229,"stars":235,"topics":624},"Hindsight: Agent Memory That  Learns","https://hindsight.vectorize.io/",[625,626,627,628],"agentic-ai","memory","agents","ai-memory",{"classifiedAt":630,"discoverAt":631,"extractAt":632,"githubAt":632,"updatedAt":630},1778698371538,1778698349934,1778698367862,[13,214,212,211,215,213],{"evaluatedAt":241,"extractAt":635,"updatedAt":241},1778698371743,[],[638,665,698,727,755,784],{"_creationTime":639,"_id":640,"community":641,"display":642,"identity":648,"providers":652,"relations":659,"tags":661,"workflow":662},1778687029453.9038,"k1741ryyrp6bfas7r0wrm6yans86n4ar",{"reviewCount":8},{"description":643,"installMethods":644,"name":646,"sourceUrl":647},"Mandatory checks to run before completing any task that touches md files or dart code in this repository.",{"claudeCode":645},"flutter/skills","definition-of-done","https://github.com/flutter/skills",{"basePath":649,"githubOwner":650,"githubRepo":651,"locale":18,"slug":646,"type":246},"tool/dart_skills_lint/.agents/skills/definition-of-done","flutter","skills",{"evaluate":653,"extract":658},{"promptVersionExtension":204,"promptVersionScoring":205,"score":654,"tags":655,"targetMarket":216,"tier":217},100,[656,650,214,215,657],"dart","code-quality",{"commitSha":252},{"repoId":660},"kd7100bqmd3gmqn2rdf4t72qqn86nfdd",[657,656,650,214,215],{"evaluatedAt":663,"extractAt":664,"updatedAt":663},1778687549247,1778687029453,{"_creationTime":666,"_id":667,"community":668,"display":669,"identity":675,"providers":680,"relations":689,"tags":693,"workflow":694},1778699877608.8755,"k1797ahn9dp86gj0yfve225q2n86mv13",{"reviewCount":8},{"description":670,"installMethods":671,"name":673,"sourceUrl":674},"AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.",{"claudeCode":672},"zxkane/aws-skills","aws-cdk-development","https://github.com/zxkane/aws-skills",{"basePath":676,"githubOwner":677,"githubRepo":678,"locale":679,"slug":673,"type":246},"plugins/aws-cdk/skills/aws-cdk-development","zxkane","aws-skills","de",{"evaluate":681,"extract":688},{"promptVersionExtension":204,"promptVersionScoring":205,"score":654,"tags":682,"targetMarket":216,"tier":217},[683,684,213,212,685,686,687],"aws","cdk","iac","cloudformation","infrastructure",{"commitSha":252},{"parentExtensionId":690,"repoId":691,"translatedFrom":692},"k177paz2fgaa1r1kfhgb2esr1n86my7m","kd7708aervxaq6vqq9tdf93s2586mcqy","k174bzyyax9v1t5bm0m98bfqyh86m8v8",[683,684,686,685,687,212,213],{"evaluatedAt":695,"extractAt":696,"updatedAt":697},1778699774404,1778699647844,1778699877608,{"_creationTime":699,"_id":700,"community":701,"display":702,"identity":708,"providers":712,"relations":721,"tags":723,"workflow":724},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":703,"installMethods":704,"name":706,"sourceUrl":707},"Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — \"find circular imports\", \"fix dependency cycles\", \"untangle our module graph\", \"why is madge complaining\".",{"claudeCode":705},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":709,"githubOwner":710,"githubRepo":711,"locale":18,"slug":706,"type":246},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":713,"extract":720},{"promptVersionExtension":204,"promptVersionScoring":205,"score":654,"tags":714,"targetMarket":216,"tier":217},[657,715,716,212,213,717,718,719],"dependencies","javascript","go","rust","refactoring",{"commitSha":252},{"repoId":722},"kd78ywakatnz4sjfx781sy14vh86mtty",[657,715,717,716,212,719,718,213],{"evaluatedAt":725,"extractAt":726,"updatedAt":725},1778696977114,1778696052276,{"_creationTime":728,"_id":729,"community":730,"display":731,"identity":737,"providers":741,"relations":747,"tags":750,"workflow":751},1778692228919.648,"k17dbfam8s8yfgyp3hvtwxx05586m7ph",{"reviewCount":8},{"description":732,"installMethods":733,"name":735,"sourceUrl":736},"Führen Sie Tests für clickup-cli aus und verwalten Sie diese. Umfasst Unit-Tests, E2E-Tests gegen einen echten ClickUp-Workspace und die Einrichtung von Testdaten. Verwenden Sie dies beim Ausführen von Tests, Hinzufügen von Testabdeckung, Debuggen von Testfehlern oder Einrichten von Test-Fixtures.",{"claudeCode":734},"krodak/clickup-cli","testing-clickup-cli","https://github.com/krodak/clickup-cli",{"basePath":738,"githubOwner":739,"githubRepo":740,"locale":679,"slug":735,"type":246},".agents/skills/testing-clickup-cli","krodak","clickup-cli",{"evaluate":742,"extract":746},{"promptVersionExtension":204,"promptVersionScoring":205,"score":654,"tags":743,"targetMarket":216,"tier":217},[215,496,744,745,213],"clickup","automation",{"commitSha":252},{"repoId":748,"translatedFrom":749},"kd7eepjypfnak20m6gzx5gk5mx86mdz6","k1742gxtfg9qk37vk0v7gnwpes86m5hp",[745,496,744,215,213],{"evaluatedAt":752,"extractAt":753,"updatedAt":754},1778692065684,1778692007457,1778692228919,{"_creationTime":756,"_id":757,"community":758,"display":759,"identity":765,"providers":768,"relations":776,"tags":779,"workflow":780},1778685790658.4368,"k17d6zvh5hjzrcw35cvd9k8dgh86med7",{"reviewCount":8},{"description":760,"installMethods":761,"name":763,"sourceUrl":764},"Verwenden Sie dies beim Schreiben von Playwright-Tests, Beheben von flackernden Tests, Debuggen von Fehlern, Implementieren des Page Object Model, Konfigurieren von CI/CD, Optimieren der Leistung, Mocken von APIs, Verwalten von Authentifizierung oder OAuth, Testen der Barrierefreiheit (axe-core), Hoch- und Herunterladen von Dateien, Mocken von Datums-/Uhrzeitangaben, WebSockets, Geolokalisierung, Berechtigungen, Multi-Tab-/Popup-Flows, mobilen/responsiven Layouts, Touch-Gesten, GraphQL, Fehlerbehandlung, Offline-Modus, Multi-User-Kollaboration, Drittanbieterdiensten (Zahlungen, E-Mail-Verifizierung), Überwachung von Konsolenfehlern, globalem Setup/Teardown, Testannotationen (skip, fixme, slow), Test-Tags (@smoke, @fast, @critical, Filterung mit --grep), Projekt­abhängigkeiten, Sicherheitstests (XSS, CSRF, Auth), Leistungsbudgets (Web Vitals, Lighthouse), iFrames, Komponententests, Canvas/WebGL, Service Workers/PWA, Testabdeckung, i18n/Lokalisierung, Electron-Apps oder Tests für Browser­erweiterungen. Deckt E2E-, Komponenten-, API-, visuelle, Barrierefreiheits-, Sicherheits-, Electron- und Erweiterungstests ab.",{"claudeCode":762},"currents-dev/playwright-best-practices-skill","playwright-best-practices","https://github.com/currents-dev/playwright-best-practices-skill",{"basePath":262,"githubOwner":766,"githubRepo":767,"locale":679,"slug":767,"type":246},"currents-dev","playwright-best-practices-skill",{"evaluate":769,"extract":775},{"promptVersionExtension":204,"promptVersionScoring":205,"score":654,"tags":770,"targetMarket":216,"tier":217},[771,215,213,772,745,773,774],"playwright","e2e","debugging","ci-cd",{"commitSha":252},{"repoId":777,"translatedFrom":778},"kd77ayvtb7bpbf2cjy3n64zekd86ndw6","k17axqfsk2shpatbgra08fjtgh86neqd",[745,774,773,772,771,215,213],{"evaluatedAt":781,"extractAt":782,"updatedAt":783},1778685761971,1778685735333,1778685790658,{"_creationTime":785,"_id":786,"community":787,"display":788,"identity":794,"providers":799,"relations":812,"tags":815,"workflow":816},1778675056600.249,"k176bgqbfa54d9kxrf8abw5j9s86mhr5",{"reviewCount":8},{"description":789,"installMethods":790,"name":792,"sourceUrl":793},"Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to \"design REST APIs\", \"optimize database queries\", \"implement authentication\", \"build microservices\", \"review backend code\", \"set up GraphQL\", \"handle database migrations\", or \"load test APIs\". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.",{"claudeCode":791},"alirezarezvani/claude-skills","Senior Backend Engineer","https://github.com/alirezarezvani/claude-skills",{"basePath":795,"githubOwner":796,"githubRepo":797,"locale":18,"slug":798,"type":246},"engineering-team/skills/senior-backend","alirezarezvani","claude-skills","senior-backend",{"evaluate":800,"extract":811},{"promptVersionExtension":204,"promptVersionScoring":205,"score":654,"tags":801,"targetMarket":216,"tier":217},[802,803,804,805,806,807,213,808,809,810,215],"backend","api","rest","microservices","database","postgresql","node-js","express","security",{"commitSha":252,"license":238},{"parentExtensionId":813,"repoId":814},"k179s2ynpr6g927zdzf23zrhad86net8","kd7ff9s1w43mfyy1n7hf87816186m6px",[803,802,806,809,805,808,807,804,810,215,213],{"evaluatedAt":817,"extractAt":818,"updatedAt":817},1778683394838,1778675056600]