[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-upstash-context7-mcp-en":3,"guides-for-upstash-context7-mcp":403,"similar-k17876e33bx1me5rpfxt1b308n86mf39-en":404},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":238,"parentExtension":248,"providers":249,"relations":254,"repo":256,"tags":399,"workflow":400},1778698235845.4082,"k17876e33bx1me5rpfxt1b308n86mf39",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.",{"claudeCode":12},"upstash/context7","context7-mcp","https://github.com/upstash/context7",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778698305544.4988,"kn7d0wcn04ajks8eghcz88s87h86m1cd","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,72,76,79,82,85,88,91,95,99,102,106,109,112,115,118,121,124,128,131,135,139,143,146,150,153,157,160,163,166,169,172,175,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill's purpose (fetching current documentation for libraries, frameworks, APIs) and when to use it (setup questions, code generation involving libraries, mentions of specific frameworks). It also implicitly defines non-goals by focusing on current documentation rather than general AI knowledge.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and trigger phrases within a reasonable character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md is concise and delegates deeper material to the README and external links, adhering to progressive disclosure principles.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to the README for more detailed information, demonstrating good progressive disclosure.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is not designed for deep exploration or code review; it fetches specific documentation and does not require forked exploration.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The README provides clear, ready-to-use examples for both CLI and MCP modes, demonstrating the expected inputs and outputs for fetching documentation.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The documentation outlines failure modes such as API key issues and rate limits, with clear recovery steps provided in the troubleshooting section.",{"category":49,"check":50,"severity":24,"summary":51},"Code Execution","Tool Fallback","The README specifies the MCP server URL and notes that manual setup is possible, implying a fallback to manual configuration if automatic setup fails.",{"category":53,"check":54,"severity":24,"summary":55},"Portability","Stack assumptions","The README clearly states assumptions regarding Node.js and npm for CLI installation and mentions MCP server URL for integration, guiding users on runtime requirements.",{"category":57,"check":58,"severity":24,"summary":59},"Safety","Halt on unexpected state","The documentation implicitly handles unexpected states by providing clear setup and configuration steps, and troubleshooting for common issues like API key problems, suggesting a halt and report on failure.",{"category":53,"check":61,"severity":24,"summary":62},"Cross-skill coupling","The skill is self-contained and does not appear to rely on other specific skills being loaded, with explicit instructions for manual MCP setup if needed.",{"category":42,"check":64,"severity":24,"summary":65},"Problem relevance","The description directly addresses the user problem of LLMs having outdated information about libraries and frameworks, offering a solution to fetch current documentation.",{"category":42,"check":67,"severity":24,"summary":68},"Unique selling proposition","Context7 provides up-to-date, version-specific documentation directly into prompts, offering significant value over relying on potentially outdated LLM training data or manual searching.",{"category":42,"check":70,"severity":24,"summary":71},"Production readiness","The extension provides a complete lifecycle solution for fetching documentation, including installation, usage instructions, and troubleshooting, making it production-ready.",{"category":73,"check":74,"severity":24,"summary":75},"Scope","Single responsibility principle","The skill focuses solely on fetching and providing up-to-date code documentation for libraries and frameworks, adhering to a single responsibility.",{"category":73,"check":77,"severity":24,"summary":78},"Description quality","The description is concise, accurate, and effectively communicates the skill's purpose and trigger conditions.",{"category":22,"check":80,"severity":24,"summary":81},"Scoped tools","The MCP tools `resolve-library-id` and `query-docs` are narrow verb-noun specialists, making them easy for the agent to select and reducing attack surface.",{"category":30,"check":83,"severity":24,"summary":84},"Configuration & parameter reference","The README and SKILL.md document all necessary parameters for the tools, including required fields and examples, and mention obtaining an API key.",{"category":73,"check":86,"severity":24,"summary":87},"Tool naming","Tool names like `resolve-library-id` and `query-docs` are descriptive and adhere to the verb-noun pattern.",{"category":73,"check":89,"severity":24,"summary":90},"Minimal I/O surface","Tool parameters like `libraryName`, `query`, and `libraryId` are specific to the task, and the expected output is documentation content.",{"category":92,"check":93,"severity":24,"summary":94},"License","License usability","The project is licensed under the MIT license, which is a permissive open-source license, and this is clearly stated in the LICENSE file and README.",{"category":96,"check":97,"severity":24,"summary":98},"Maintenance","Commit recency","The repository shows recent commits, with the last commit dated 2026-05-13, indicating active maintenance.",{"category":96,"check":100,"severity":24,"summary":101},"Dependency Management","The project uses npm and has a lockfile, suggesting proper dependency management. The README also mentions `npx ctx7 setup` which implies managed installation.",{"category":103,"check":104,"severity":24,"summary":105},"Security","Secret Management","The extension requires an API key for higher rate limits but provides instructions for obtaining and using it via environment variables or headers, with no indication of secrets being echoed or hardcoded.",{"category":103,"check":107,"severity":24,"summary":108},"Injection","The skill's tools are designed to query documentation and do not appear to execute arbitrary code or load untrusted third-party data as instructions.",{"category":103,"check":110,"severity":24,"summary":111},"Transitive Supply-Chain Grenades","The skill fetches documentation from its own domain (`context7.com`) and does not appear to download or execute arbitrary code from remote sources.",{"category":103,"check":113,"severity":24,"summary":114},"Sandbox Isolation","The skill operates by querying an API and does not modify files or interact with the user's file system outside of a potential local configuration setup, which is standard.",{"category":103,"check":116,"severity":24,"summary":117},"Sandbox escape primitives","No detached processes or deny-retry loops are apparent in the tool descriptions or documentation.",{"category":103,"check":119,"severity":24,"summary":120},"Data Exfiltration","The skill's purpose is to fetch public documentation and does not involve submitting confidential data to third parties.",{"category":103,"check":122,"severity":24,"summary":123},"Hidden Text Tricks","The bundled content and documentation do not contain any hidden steering tricks, invisible characters, or obfuscation methods.",{"category":125,"check":126,"severity":24,"summary":127},"Hooks","Opaque code execution","The tools (`resolve-library-id`, `query-docs`) are described as API calls, not opaque code execution, and the source code is not minified or obfuscated.",{"category":53,"check":129,"severity":24,"summary":130},"Structural Assumption","The skill makes no structural assumptions about the user's project organization beyond requiring Node.js and npm for the CLI setup.",{"category":132,"check":133,"severity":24,"summary":134},"Trust","Issues Attention","The repository shows a healthy ratio of closed issues (573) to open issues (45) in the last 90 days, indicating active maintenance and responsiveness.",{"category":136,"check":137,"severity":24,"summary":138},"Versioning","Release Management","The README includes an NPM version badge and the `LICENSE` file is present, indicating a managed release process.",{"category":140,"check":141,"severity":24,"summary":142},"Execution","Validation","The parameters for `resolve-library-id` and `query-docs` (`libraryName`, `query`, `libraryId`) are clearly defined as required, implying validation.",{"category":103,"check":144,"severity":24,"summary":145},"Unguarded Destructive Operations","The skill is read-only, focused on fetching documentation, and does not perform any destructive operations.",{"category":147,"check":148,"severity":24,"summary":149},"Errors","Error Handling","The troubleshooting section addresses potential errors like API key issues and rate limits, providing recovery steps, implying robust error handling.",{"category":49,"check":151,"severity":39,"summary":152},"Logging","The skill is primarily an API client for fetching documentation, and does not involve destructive actions or complex local execution that would require a local audit log.",{"category":154,"check":155,"severity":24,"summary":156},"Compliance","GDPR","The skill fetches public documentation and does not handle personal data; API keys are used for authentication but not considered personal data in this context.",{"category":154,"check":158,"severity":24,"summary":159},"Target market","The extension's functionality is global and does not have any regional or jurisdictional limitations.",{"category":53,"check":161,"severity":24,"summary":162},"Runtime stability","The skill is designed to work with standard Node.js/npm environments for CLI setup and standard MCP clients, ensuring broad runtime stability.",{"category":30,"check":164,"severity":24,"summary":165},"README","The README file exists, is comprehensive, and clearly states the extension's purpose, installation, and usage.",{"category":73,"check":167,"severity":24,"summary":168},"Tool surface size","The extension exposes two primary MCP tools and corresponding CLI commands, fitting within the ideal range.",{"category":22,"check":170,"severity":24,"summary":171},"Overlapping near-synonym tools","The two main tools, `resolve-library-id` and `query-docs`, have distinct, non-overlapping functions.",{"category":30,"check":173,"severity":24,"summary":174},"Phantom features","All advertised features, such as CLI commands and MCP tools, have corresponding implementations detailed in the README and SKILL.md.",{"category":176,"check":177,"severity":24,"summary":178},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for both CLI and MCP modes, including authentication guidance.",{"category":147,"check":180,"severity":24,"summary":181},"Actionable error messages","The troubleshooting section provides specific error scenarios (API key, rate limits) and clear remediation steps.",{"category":140,"check":183,"severity":24,"summary":184},"Pinned dependencies","The use of npm and the presence of a lockfile (inferred from `hasLockfile: true` in trust signals) indicate pinned dependencies.",{"category":73,"check":186,"severity":39,"summary":187},"Dry-run preview","The extension is read-only and does not perform state-changing operations or send data outward, thus a dry-run feature is not applicable.",{"category":189,"check":190,"severity":24,"summary":191},"Protocol","Idempotent retry & timeouts","While not explicitly stated, API interactions generally include retries and timeouts. The API key requirement and documentation fetching are inherently safe for retries if implemented by the underlying API.",{"category":154,"check":193,"severity":24,"summary":194},"Telemetry opt-in","There is no mention of telemetry being collected or transmitted by this skill; all interactions are focused on documentation retrieval.",1778698305431,"This skill fetches current, version-specific documentation and code examples for libraries and frameworks using the Context7 platform. It offers both CLI and MCP modes for integration with coding agents.",[198,199,200,201],"Fetches current library and framework documentation","Provides version-specific API references","Generates up-to-date code examples","Supports CLI and MCP integration modes",[203,204,205],"Providing general AI knowledge outside of library/framework documentation","Replacing the need for users to understand the libraries they are using","Generating complex application architectures without specific library context","3.0.0","4.4.0","To ensure AI coding assistants have access to the latest and most accurate documentation for libraries and frameworks, preventing outdated or hallucinated code examples.","The extension is well-documented, production-ready, and focuses on a single, clear responsibility. It provides up-to-date documentation and has no security or portability concerns.",99,"Provides up-to-date code documentation and examples for libraries and frameworks.",[213,214,215,216,217],"documentation","code-generation","api-reference","frameworks","libraries","global","verified",[221,222,223],"When asking setup or configuration questions about specific libraries","When requesting code examples involving libraries like Prisma or Supabase","When needing API references for frameworks like React, Vue, or Next.js",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":237,"testCoverage":240},{"hasLockfile":226},true,1778698286868,{"descriptionLength":229,"readmeSize":230},265,9364,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"openIssues90d":234,"pushedAt":235,"stars":236},573,2620,45,1778672577000,55234,{"hasNpmPackage":238,"license":239,"smitheryVerified":238},false,"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":242},1778698305544,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/context7-mcp","upstash","context7","skill",null,{"evaluate":250,"extract":252},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":251,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":253},"HEAD",{"repoId":255},"kd7955sg5wbf89gw527wdep66n86na9w",{"_creationTime":257,"_id":255,"identity":258,"providers":259,"workflow":395},1778698229680.521,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":260,"discover":385,"github":388},{"commitSha":253,"extensions":261},[262,278,298,305,311,325,333,361,375],{"basePath":263,"displayName":264,"installMethods":265,"rationale":266,"selectedPaths":267,"source":276,"sourceLanguage":18,"type":277},"","context7-marketplace",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[268,271,273],{"path":269,"priority":270},".claude-plugin/marketplace.json","mandatory",{"path":272,"priority":270},"README.md",{"path":274,"priority":275},"LICENSE","high","rule","marketplace",{"basePath":279,"description":280,"displayName":281,"installMethods":282,"rationale":283,"selectedPaths":284,"source":276,"sourceLanguage":18,"type":297},"plugins/claude/context7","Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.","context7-plugin",{"claudeCode":281},"plugin manifest at plugins/claude/context7/.claude-plugin/plugin.json",[285,287,288,291,293,295],{"path":286,"priority":270},".claude-plugin/plugin.json",{"path":272,"priority":270},{"path":289,"priority":290},"skills/context7-mcp/SKILL.md","medium",{"path":292,"priority":270},".mcp.json",{"path":294,"priority":275},"agents/docs-researcher.md",{"path":296,"priority":275},"commands/docs.md","plugin",{"basePath":299,"description":280,"displayName":246,"installMethods":300,"rationale":301,"selectedPaths":302,"source":276,"sourceLanguage":18,"type":297},"plugins/cursor/context7/.cursor",{"claudeCode":246},"plugin manifest at plugins/cursor/context7/.cursor/plugin.json",[303],{"path":304,"priority":270},"plugin.json",{"basePath":244,"description":10,"displayName":13,"installMethods":306,"rationale":307,"selectedPaths":308,"source":276,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/context7-mcp/SKILL.md (coalesced with duplicate skill at plugins/claude/context7/skills/context7-mcp, plugins/cursor/context7/skills/context7-mcp)",[309],{"path":310,"priority":270},"SKILL.md",{"basePath":312,"description":313,"displayName":314,"installMethods":315,"rationale":316,"selectedPaths":317,"source":276,"sourceLanguage":18,"type":247},"skills/context7-cli","Use the ctx7 CLI to fetch library documentation, manage AI coding skills, and configure Context7 MCP. Activate when the user mentions \"ctx7\" or \"context7\", needs current docs for any library, wants to install/search/generate skills, or needs to set up Context7 for their AI coding agent.","context7-cli",{"claudeCode":12},"SKILL.md frontmatter at skills/context7-cli/SKILL.md",[318,319,321,323],{"path":310,"priority":270},{"path":320,"priority":290},"references/docs.md",{"path":322,"priority":290},"references/setup.md",{"path":324,"priority":290},"references/skills.md",{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":276,"sourceLanguage":18,"type":247},"skills/find-docs","Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use this skill whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service -- even for well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot. Your training data may not reflect recent API changes or version updates.\nAlways use for: API syntax questions, configuration options, version migration issues, \"how do I\" questions mentioning a library name, debugging that involves library-specific behavior, setup instructions, and CLI tool usage.\nUse even when you think you know the answer -- do not rely on training data for API details, signatures, or configuration options as they are frequently outdated. Always verify against current docs. Prefer this over web search for library documentation and API details.","find-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/find-docs/SKILL.md",[332],{"path":310,"priority":270},{"basePath":334,"description":335,"displayName":336,"installMethods":337,"license":239,"rationale":338,"selectedPaths":339,"source":276,"sourceLanguage":18,"type":360},"packages/cli","Context7 CLI - Manage AI coding skills and documentation context","ctx7",{"npm":336},"cli ecosystem detected at packages/cli",[340,342,343,346,348,350,352,354,356,358],{"path":341,"priority":270},"package.json",{"path":272,"priority":270},{"path":344,"priority":345},"src/index.ts","low",{"path":347,"priority":345},"src/commands/auth.ts",{"path":349,"priority":345},"src/commands/docs.ts",{"path":351,"priority":345},"src/commands/generate.ts",{"path":353,"priority":345},"src/commands/remove.ts",{"path":355,"priority":345},"src/commands/setup.ts",{"path":357,"priority":345},"src/commands/skill.ts",{"path":359,"priority":345},"src/commands/upgrade.ts","cli",{"basePath":263,"description":362,"displayName":363,"installMethods":364,"license":239,"rationale":367,"selectedPaths":368,"source":276,"sourceLanguage":18,"type":374},"Context7 monorepo - Documentation tools and SDKs","@upstash/context7",{"npm":365,"remote":366},"@upstash/context7-mcp","https://mcp.context7.com/mcp","server.json with namespace/server name at server.json",[369,371,372,373],{"path":370,"priority":270},"server.json",{"path":341,"priority":270},{"path":272,"priority":270},{"path":274,"priority":275},"mcp",{"basePath":376,"description":377,"displayName":365,"installMethods":378,"license":239,"rationale":379,"selectedPaths":380,"source":276,"sourceLanguage":18,"type":374},"packages/mcp","MCP server for Context7",{"npm":365},"package.json mcpName field at packages/mcp/package.json",[381,382,383,384],{"path":341,"priority":270},{"path":272,"priority":270},{"path":274,"priority":275},{"path":344,"priority":345},{"sources":386},[387],"manual",{"closedIssues90d":232,"description":389,"forks":233,"homepage":390,"license":239,"openIssues90d":234,"pushedAt":235,"readmeSize":230,"stars":236,"topics":391},"Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors","https://context7.com",[392,374,393,394],"llm","mcp-server","vibe-coding",{"classifiedAt":396,"discoverAt":397,"extractAt":398,"githubAt":398,"updatedAt":396},1778698235666,1778698229680,1778698233742,[215,214,213,216,217],{"evaluatedAt":242,"extractAt":401,"updatedAt":402},1778698235845,1778698496003,[],[405,433,465,493,520,550],{"_creationTime":406,"_id":407,"community":408,"display":409,"identity":415,"providers":419,"relations":427,"tags":429,"workflow":430},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",{"reviewCount":8},{"description":410,"installMethods":411,"name":413,"sourceUrl":414},"Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.",{"claudeCode":412},"openai/skills","cli-creator","https://github.com/openai/skills",{"basePath":416,"githubOwner":417,"githubRepo":418,"locale":18,"slug":413,"type":247},"skills/.curated/cli-creator","openai","skills",{"evaluate":420,"extract":426},{"promptVersionExtension":206,"promptVersionScoring":207,"score":421,"tags":422,"targetMarket":218,"tier":219},100,[360,214,423,424,425],"developer-tools","codex","automation",{"commitSha":253},{"repoId":428},"kd75n2zj3yh472p25zffgycved86mnpx",[425,360,214,424,423],{"evaluatedAt":431,"extractAt":432,"updatedAt":431},1778695068759,1778695021936,{"_creationTime":434,"_id":435,"community":436,"display":437,"identity":443,"providers":447,"relations":458,"tags":460,"workflow":461},1778693511416.365,"k1758b69g51wttzw4r6epd3jrs86mtk8",{"reviewCount":8},{"description":438,"installMethods":439,"name":441,"sourceUrl":442},"Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.",{"claudeCode":440},"mksglu/context-mode","context-mode-ops","https://github.com/mksglu/context-mode",{"basePath":444,"githubOwner":445,"githubRepo":446,"locale":18,"slug":441,"type":247},".claude/skills/context-mode-ops","mksglu","context-mode",{"evaluate":448,"extract":457},{"promptVersionExtension":206,"promptVersionScoring":207,"score":421,"tags":449,"targetMarket":218,"tier":219},[450,451,452,214,453,454,455,456],"context-window","llm-optimization","session-continuity","developer-tool","productivity","security","compliance",{"commitSha":253},{"repoId":459},"kd764b2fctbqg4b8j8y6xvmkvs86m29m",[214,456,450,453,451,454,455,452],{"evaluatedAt":462,"extractAt":463,"updatedAt":464},1778693567505,1778693511416,1778693817147,{"_creationTime":466,"_id":467,"community":468,"display":469,"identity":475,"providers":479,"relations":486,"tags":488,"workflow":489},1778692607327.2307,"k17bwx69hk0p0w7rnpzvv2p16h86mp2k",{"reviewCount":8},{"description":470,"installMethods":471,"name":473,"sourceUrl":474},"Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.",{"claudeCode":472},"majiayu000/vibeguard","fixflow","https://github.com/majiayu000/vibeguard",{"basePath":476,"githubOwner":477,"githubRepo":478,"locale":18,"slug":473,"type":247},"workflows/fixflow","majiayu000","vibeguard",{"evaluate":480,"extract":485},{"promptVersionExtension":206,"promptVersionScoring":207,"score":421,"tags":481,"targetMarket":218,"tier":219},[482,483,423,214,484,455],"code-quality","ai-safety","workflow-automation",{"commitSha":253},{"repoId":487},"kd7b0vh258xpbyerk68bk3e1ks86mk58",[483,214,482,423,455,484],{"evaluatedAt":490,"extractAt":491,"updatedAt":492},1778692812461,1778692607327,1778693059223,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":503,"providers":507,"relations":514,"tags":516,"workflow":517},1778687399826.038,"k177k6yc1nvmc35w54dht6t11586np31",{"reviewCount":8},{"description":498,"installMethods":499,"name":501,"sourceUrl":502},"Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.",{"claudeCode":500},"github/awesome-copilot","kotlin-mcp-server-generator","https://github.com/github/awesome-copilot",{"basePath":504,"githubOwner":505,"githubRepo":506,"locale":18,"slug":501,"type":247},"skills/kotlin-mcp-server-generator","github","awesome-copilot",{"evaluate":508,"extract":513},{"promptVersionExtension":206,"promptVersionScoring":207,"score":421,"tags":509,"targetMarket":218,"tier":219},[510,374,511,214,512],"kotlin","server","gradle",{"commitSha":253},{"repoId":515},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[214,512,510,374,511],{"evaluatedAt":518,"extractAt":519,"updatedAt":518},1778690535577,1778687399826,{"_creationTime":521,"_id":522,"community":523,"display":524,"identity":530,"providers":535,"relations":543,"tags":546,"workflow":547},1778675056600.2686,"k173gm7eeaah3h512009r9g6vn86mj43",{"reviewCount":8},{"description":525,"installMethods":526,"name":528,"sourceUrl":529},"Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.",{"claudeCode":527},"alirezarezvani/claude-skills","Spec to Repo","https://github.com/alirezarezvani/claude-skills",{"basePath":531,"githubOwner":532,"githubRepo":533,"locale":18,"slug":534,"type":247},"product-team/skills/spec-to-repo","alirezarezvani","claude-skills","spec-to-repo",{"evaluate":536,"extract":542},{"promptVersionExtension":206,"promptVersionScoring":207,"score":421,"tags":537,"targetMarket":218,"tier":219},[214,538,539,540,541],"scaffolding","application-development","fullstack","stack-agnostic",{"commitSha":253,"license":239},{"parentExtensionId":544,"repoId":545},"k17104ysr0smp7vvp26mnn1fzh86nynm","kd7ff9s1w43mfyy1n7hf87816186m6px",[539,214,540,538,541],{"evaluatedAt":548,"extractAt":549,"updatedAt":548},1778685725353,1778675056600,{"_creationTime":551,"_id":552,"community":553,"display":554,"identity":558,"providers":560,"relations":567,"tags":569,"workflow":570},1778675056600.2441,"k171y80q0m602mftp477895w5s86n54t",{"reviewCount":8},{"description":555,"installMethods":556,"name":557,"sourceUrl":529},"Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.",{"claudeCode":527},"extract",{"basePath":559,"githubOwner":532,"githubRepo":533,"locale":18,"slug":557,"type":247},"engineering-team/self-improving-agent/skills/extract",{"evaluate":561,"extract":566},{"promptVersionExtension":206,"promptVersionScoring":207,"score":421,"tags":562,"targetMarket":218,"tier":219},[563,564,214,565,423],"skill-extraction","agent-development","knowledge-management",{"commitSha":253},{"parentExtensionId":568,"repoId":545},"k171b5pw3erme9qy3334r4gbv586mzhf",[564,214,423,565,563],{"evaluatedAt":571,"extractAt":549,"updatedAt":571},1778682824392]