[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-github-speckit-self":3,"mdc--csh8d0-key":39,"related-org-github-speckit-self":378,"related-repo-github-speckit-self":559},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":34,"sourceUrl":37,"mdContent":38},"speckit-self","update Spec Kit CLI","Check for and apply Spec Kit CLI updates via `specify self`. USE FOR: checking whether a newer specify-cli release is available, previewing an upgrade with --dry-run, upgrading the CLI in place (optionally to a pinned tag). DO NOT USE FOR: checking project tools\u002Fintegrations (use speckit-check) or managing extensions\u002Fpresets\u002Fintegrations\u002Fworkflows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"github","GitHub","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgithub.png",[12,14,17],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"CLI","cli",{"name":18,"slug":19,"type":13},"Engineering","engineering",0,"https:\u002F\u002Fgithub.com\u002Fgithub\u002Fspec-kit-copilot","2026-07-24T06:09:07.701773",null,1,[26,27,28,29,30,31,32,33],"ai","copilot","copilot-cli","github-copilot","plugin","spec-driven-development","spec-kit","specify",{"repoUrl":21,"stars":20,"forks":24,"topics":35,"description":36},[26,27,28,29,30,31,32,33],"GitHub Copilot CLI skills plugin that exposes the Spec Kit `specify` CLI to the Copilot agent.","https:\u002F\u002Fgithub.com\u002Fgithub\u002Fspec-kit-copilot\u002Ftree\u002FHEAD\u002Fskills\u002Fspeckit-self","---\nname: speckit-self\ndescription: 'Check for and apply Spec Kit CLI updates via `specify self`. USE FOR: checking whether a newer specify-cli release is available, previewing an upgrade with --dry-run, upgrading the CLI in place (optionally to a pinned tag). DO NOT USE FOR: checking project tools\u002Fintegrations (use speckit-check) or managing extensions\u002Fpresets\u002Fintegrations\u002Fworkflows.'\nargument-hint: '\u003Ccheck|upgrade> [--dry-run] [--tag \u003Cversion>]'\n---\n\n# Spec Kit — self (CLI maintenance)\n\nMaintain the **Specify CLI** itself with the `specify self` command group.\n\n> **Prerequisite:** needs the `specify` CLI. If `specify --version` fails, install it\n> with the **speckit-cli-setup** skill first.\n\n## When to use\n\n- The user asks whether a newer `specify-cli` release exists.\n- The user wants to upgrade the CLI, or preview what an upgrade would do.\n\n## How to invoke\n\n```bash\n# Read-only: is a newer release available?\nspecify self check\n\n# Preview the upgrade without changing anything\nspecify self upgrade --dry-run\n\n# Upgrade in place\nspecify self upgrade\n\n# Upgrade to a specific pinned release\nspecify self upgrade --tag \u003Cversion>\n```\n\n## Notes\n\n- `specify self check` is read-only and safe.\n- Run `specify self upgrade --dry-run` first and show the user the preview before\n  performing an actual in-place upgrade.\n- After upgrading, run `specify version` (see the speckit-check skill) to confirm\n  the new version.\n",{"data":40,"body":42},{"name":4,"description":6,"argument-hint":41},"\u003Ccheck|upgrade> [--dry-run] [--tag \u003Cversion>]",{"type":43,"children":44},"root",[45,54,77,113,120,143,149,326,332,372],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"spec-kit-self-cli-maintenance",[51],{"type":52,"value":53},"text","Spec Kit — self (CLI maintenance)",{"type":46,"tag":55,"props":56,"children":57},"p",{},[58,60,66,68,75],{"type":52,"value":59},"Maintain the ",{"type":46,"tag":61,"props":62,"children":63},"strong",{},[64],{"type":52,"value":65},"Specify CLI",{"type":52,"value":67}," itself with the ",{"type":46,"tag":69,"props":70,"children":72},"code",{"className":71},[],[73],{"type":52,"value":74},"specify self",{"type":52,"value":76}," command group.",{"type":46,"tag":78,"props":79,"children":80},"blockquote",{},[81],{"type":46,"tag":55,"props":82,"children":83},{},[84,89,91,96,98,104,106,111],{"type":46,"tag":61,"props":85,"children":86},{},[87],{"type":52,"value":88},"Prerequisite:",{"type":52,"value":90}," needs the ",{"type":46,"tag":69,"props":92,"children":94},{"className":93},[],[95],{"type":52,"value":33},{"type":52,"value":97}," CLI. If ",{"type":46,"tag":69,"props":99,"children":101},{"className":100},[],[102],{"type":52,"value":103},"specify --version",{"type":52,"value":105}," fails, install it\nwith the ",{"type":46,"tag":61,"props":107,"children":108},{},[109],{"type":52,"value":110},"speckit-cli-setup",{"type":52,"value":112}," skill first.",{"type":46,"tag":114,"props":115,"children":117},"h2",{"id":116},"when-to-use",[118],{"type":52,"value":119},"When to use",{"type":46,"tag":121,"props":122,"children":123},"ul",{},[124,138],{"type":46,"tag":125,"props":126,"children":127},"li",{},[128,130,136],{"type":52,"value":129},"The user asks whether a newer ",{"type":46,"tag":69,"props":131,"children":133},{"className":132},[],[134],{"type":52,"value":135},"specify-cli",{"type":52,"value":137}," release exists.",{"type":46,"tag":125,"props":139,"children":140},{},[141],{"type":52,"value":142},"The user wants to upgrade the CLI, or preview what an upgrade would do.",{"type":46,"tag":114,"props":144,"children":146},{"id":145},"how-to-invoke",[147],{"type":52,"value":148},"How to invoke",{"type":46,"tag":150,"props":151,"children":156},"pre",{"className":152,"code":153,"language":154,"meta":155,"style":155},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Read-only: is a newer release available?\nspecify self check\n\n# Preview the upgrade without changing anything\nspecify self upgrade --dry-run\n\n# Upgrade in place\nspecify self upgrade\n\n# Upgrade to a specific pinned release\nspecify self upgrade --tag \u003Cversion>\n","bash","",[157],{"type":46,"tag":69,"props":158,"children":159},{"__ignoreMap":155},[160,171,191,201,210,232,240,249,266,274,283],{"type":46,"tag":161,"props":162,"children":164},"span",{"class":163,"line":24},"line",[165],{"type":46,"tag":161,"props":166,"children":168},{"style":167},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[169],{"type":52,"value":170},"# Read-only: is a newer release available?\n",{"type":46,"tag":161,"props":172,"children":174},{"class":163,"line":173},2,[175,180,186],{"type":46,"tag":161,"props":176,"children":178},{"style":177},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[179],{"type":52,"value":33},{"type":46,"tag":161,"props":181,"children":183},{"style":182},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[184],{"type":52,"value":185}," self",{"type":46,"tag":161,"props":187,"children":188},{"style":182},[189],{"type":52,"value":190}," check\n",{"type":46,"tag":161,"props":192,"children":194},{"class":163,"line":193},3,[195],{"type":46,"tag":161,"props":196,"children":198},{"emptyLinePlaceholder":197},true,[199],{"type":52,"value":200},"\n",{"type":46,"tag":161,"props":202,"children":204},{"class":163,"line":203},4,[205],{"type":46,"tag":161,"props":206,"children":207},{"style":167},[208],{"type":52,"value":209},"# Preview the upgrade without changing anything\n",{"type":46,"tag":161,"props":211,"children":213},{"class":163,"line":212},5,[214,218,222,227],{"type":46,"tag":161,"props":215,"children":216},{"style":177},[217],{"type":52,"value":33},{"type":46,"tag":161,"props":219,"children":220},{"style":182},[221],{"type":52,"value":185},{"type":46,"tag":161,"props":223,"children":224},{"style":182},[225],{"type":52,"value":226}," upgrade",{"type":46,"tag":161,"props":228,"children":229},{"style":182},[230],{"type":52,"value":231}," --dry-run\n",{"type":46,"tag":161,"props":233,"children":235},{"class":163,"line":234},6,[236],{"type":46,"tag":161,"props":237,"children":238},{"emptyLinePlaceholder":197},[239],{"type":52,"value":200},{"type":46,"tag":161,"props":241,"children":243},{"class":163,"line":242},7,[244],{"type":46,"tag":161,"props":245,"children":246},{"style":167},[247],{"type":52,"value":248},"# Upgrade in place\n",{"type":46,"tag":161,"props":250,"children":252},{"class":163,"line":251},8,[253,257,261],{"type":46,"tag":161,"props":254,"children":255},{"style":177},[256],{"type":52,"value":33},{"type":46,"tag":161,"props":258,"children":259},{"style":182},[260],{"type":52,"value":185},{"type":46,"tag":161,"props":262,"children":263},{"style":182},[264],{"type":52,"value":265}," upgrade\n",{"type":46,"tag":161,"props":267,"children":269},{"class":163,"line":268},9,[270],{"type":46,"tag":161,"props":271,"children":272},{"emptyLinePlaceholder":197},[273],{"type":52,"value":200},{"type":46,"tag":161,"props":275,"children":277},{"class":163,"line":276},10,[278],{"type":46,"tag":161,"props":279,"children":280},{"style":167},[281],{"type":52,"value":282},"# Upgrade to a specific pinned release\n",{"type":46,"tag":161,"props":284,"children":286},{"class":163,"line":285},11,[287,291,295,299,304,310,315,321],{"type":46,"tag":161,"props":288,"children":289},{"style":177},[290],{"type":52,"value":33},{"type":46,"tag":161,"props":292,"children":293},{"style":182},[294],{"type":52,"value":185},{"type":46,"tag":161,"props":296,"children":297},{"style":182},[298],{"type":52,"value":226},{"type":46,"tag":161,"props":300,"children":301},{"style":182},[302],{"type":52,"value":303}," --tag",{"type":46,"tag":161,"props":305,"children":307},{"style":306},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[308],{"type":52,"value":309}," \u003C",{"type":46,"tag":161,"props":311,"children":312},{"style":182},[313],{"type":52,"value":314},"versio",{"type":46,"tag":161,"props":316,"children":318},{"style":317},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[319],{"type":52,"value":320},"n",{"type":46,"tag":161,"props":322,"children":323},{"style":306},[324],{"type":52,"value":325},">\n",{"type":46,"tag":114,"props":327,"children":329},{"id":328},"notes",[330],{"type":52,"value":331},"Notes",{"type":46,"tag":121,"props":333,"children":334},{},[335,346,359],{"type":46,"tag":125,"props":336,"children":337},{},[338,344],{"type":46,"tag":69,"props":339,"children":341},{"className":340},[],[342],{"type":52,"value":343},"specify self check",{"type":52,"value":345}," is read-only and safe.",{"type":46,"tag":125,"props":347,"children":348},{},[349,351,357],{"type":52,"value":350},"Run ",{"type":46,"tag":69,"props":352,"children":354},{"className":353},[],[355],{"type":52,"value":356},"specify self upgrade --dry-run",{"type":52,"value":358}," first and show the user the preview before\nperforming an actual in-place upgrade.",{"type":46,"tag":125,"props":360,"children":361},{},[362,364,370],{"type":52,"value":363},"After upgrading, run ",{"type":46,"tag":69,"props":365,"children":367},{"className":366},[],[368],{"type":52,"value":369},"specify version",{"type":52,"value":371}," (see the speckit-check skill) to confirm\nthe new version.",{"type":46,"tag":373,"props":374,"children":375},"style",{},[376],{"type":52,"value":377},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":379,"total":558},[380,404,422,438,452,468,482,494,506,518,534,546],{"slug":381,"name":381,"fn":382,"description":383,"org":384,"tags":385,"stars":401,"repoUrl":402,"updatedAt":403},"qdrant-horizontal-scaling","guide Qdrant horizontal scaling decisions","Diagnoses and guides Qdrant horizontal scaling decisions. Use when someone asks 'vertical or horizontal?', 'how many nodes?', 'how many shards?', 'how to add nodes', 'resharding', 'data doesn't fit', or 'need more capacity'. Also use when data growth outpaces current deployment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[386,389,392,395,398],{"name":387,"slug":388,"type":13},"AI Infrastructure","ai-infrastructure",{"name":390,"slug":391,"type":13},"Architecture","architecture",{"name":393,"slug":394,"type":13},"Capacity Planning","capacity-planning",{"name":396,"slug":397,"type":13},"Database","database",{"name":399,"slug":400,"type":13},"Qdrant","qdrant",36978,"https:\u002F\u002Fgithub.com\u002Fgithub\u002Fawesome-copilot","2026-04-18T04:46:16.349561",{"slug":405,"name":405,"fn":406,"description":407,"org":408,"tags":409,"stars":401,"repoUrl":402,"updatedAt":421},"qdrant-indexing-performance-optimization","optimize Qdrant indexing performance","Diagnoses and fixes slow Qdrant indexing and data ingestion. Use when someone reports 'uploads are slow', 'indexing takes forever', 'optimizer is stuck', 'HNSW build time too long', or 'data uploaded but search is bad'. Also use when optimizer status shows errors, segments won't merge, or indexing threshold questions arise.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[410,413,414,417,420],{"name":411,"slug":412,"type":13},"Data Engineering","data-engineering",{"name":396,"slug":397,"type":13},{"name":415,"slug":416,"type":13},"ETL","etl",{"name":418,"slug":419,"type":13},"Performance","performance",{"name":399,"slug":400,"type":13},"2026-04-18T04:46:02.766357",{"slug":423,"name":423,"fn":424,"description":425,"org":426,"tags":427,"stars":401,"repoUrl":402,"updatedAt":437},"qdrant-memory-usage-optimization","optimize Qdrant memory usage","Diagnoses and reduces Qdrant memory usage. Use when someone reports 'memory too high', 'RAM keeps growing', 'node crashed', 'out of memory', 'memory leak', or asks 'why is memory usage so high?', 'how to reduce RAM?'. Also use when memory doesn't match calculations, quantization didn't help, or nodes crash during recovery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[428,431,432,435,436],{"name":429,"slug":430,"type":13},"Cost Optimization","cost-optimization",{"name":396,"slug":397,"type":13},{"name":433,"slug":434,"type":13},"Observability","observability",{"name":418,"slug":419,"type":13},{"name":399,"slug":400,"type":13},"2026-04-18T04:46:01.525023",{"slug":439,"name":439,"fn":440,"description":441,"org":442,"tags":443,"stars":401,"repoUrl":402,"updatedAt":451},"qdrant-minimize-latency","minimize Qdrant query latency","Guides Qdrant query latency optimization. Use when someone asks 'search is slow', 'how to reduce latency', 'p99 is too high', 'tail latency', 'single query too slow', 'how to make search faster', or 'latency spikes'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[444,445,446,447,448],{"name":390,"slug":391,"type":13},{"name":396,"slug":397,"type":13},{"name":418,"slug":419,"type":13},{"name":399,"slug":400,"type":13},{"name":449,"slug":450,"type":13},"Search","search","2026-04-18T04:46:10.126667",{"slug":453,"name":453,"fn":454,"description":455,"org":456,"tags":457,"stars":401,"repoUrl":402,"updatedAt":467},"qdrant-monitoring-debugging","debug Qdrant production issues with metrics","Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', 'memory too high', 'OOM crash', 'queries are slow', 'latency spike', or 'search was fast now it's slow'. Also use when performance degrades without obvious config changes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[458,461,464,465,466],{"name":459,"slug":460,"type":13},"Debugging","debugging",{"name":462,"slug":463,"type":13},"Monitoring","monitoring",{"name":433,"slug":434,"type":13},{"name":418,"slug":419,"type":13},{"name":399,"slug":400,"type":13},"2026-04-18T04:46:06.450784",{"slug":469,"name":469,"fn":470,"description":471,"org":472,"tags":473,"stars":401,"repoUrl":402,"updatedAt":481},"qdrant-monitoring-setup","set up Qdrant monitoring and alerting","Guides Qdrant monitoring setup including Prometheus scraping, health probes, Hybrid Cloud metrics, alerting, and log centralization. Use when someone asks 'how to set up monitoring', 'Prometheus config', 'Grafana dashboard', 'health check endpoints', 'how to scrape Hybrid Cloud', 'what alerts to set', 'how to centralize logs', or 'audit logging'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[474,475,476,477,478],{"name":387,"slug":388,"type":13},{"name":462,"slug":463,"type":13},{"name":433,"slug":434,"type":13},{"name":399,"slug":400,"type":13},{"name":479,"slug":480,"type":13},"SRE","sre","2026-04-18T04:46:05.217192",{"slug":483,"name":483,"fn":484,"description":485,"org":486,"tags":487,"stars":401,"repoUrl":402,"updatedAt":493},"qdrant-scaling-data-volume","scale Qdrant data volume","Guides Qdrant data volume scaling decisions. Use when someone asks 'data doesn't fit on one node', 'too much data', 'need more storage', 'vertical or horizontal scaling', 'tenant scaling', 'time window rotation', or 'data growth exceeds capacity'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[488,489,490,491,492],{"name":387,"slug":388,"type":13},{"name":390,"slug":391,"type":13},{"name":393,"slug":394,"type":13},{"name":396,"slug":397,"type":13},{"name":399,"slug":400,"type":13},"2026-04-18T04:46:07.684464",{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":401,"repoUrl":402,"updatedAt":505},"qdrant-scaling-qps","scale Qdrant query throughput","Guides Qdrant query throughput (QPS) scaling. Use when someone asks 'how to increase QPS', 'need more throughput', 'queries per second too low', 'batch search', 'read replicas', or 'how to handle more concurrent queries'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[500,501,502,503,504],{"name":387,"slug":388,"type":13},{"name":390,"slug":391,"type":13},{"name":396,"slug":397,"type":13},{"name":418,"slug":419,"type":13},{"name":399,"slug":400,"type":13},"2026-04-18T04:46:08.905219",{"slug":507,"name":507,"fn":508,"description":509,"org":510,"tags":511,"stars":401,"repoUrl":402,"updatedAt":517},"qdrant-scaling-query-volume","scale Qdrant query volume and pagination","Guides Qdrant query volume scaling. Use when someone asks 'query returns too many results', 'scroll performance', 'large limit values', 'paginating search results', 'fetching many vectors', or 'high cardinality results'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[512,513,514,515,516],{"name":390,"slug":391,"type":13},{"name":396,"slug":397,"type":13},{"name":418,"slug":419,"type":13},{"name":399,"slug":400,"type":13},{"name":449,"slug":450,"type":13},"2026-04-18T04:46:11.371326",{"slug":519,"name":519,"fn":520,"description":521,"org":522,"tags":523,"stars":401,"repoUrl":402,"updatedAt":533},"qdrant-search-quality-diagnosis","diagnose Qdrant search quality issues","Diagnoses Qdrant search quality issues. Use when someone reports 'results are bad', 'wrong results', 'not relevant results', 'missing matches', 'recall is low', 'approximate search worse than exact', 'which embedding model', or 'quality dropped after quantization'. Also use when search quality degrades without obvious changes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[524,527,530,531,532],{"name":525,"slug":526,"type":13},"Analytics","analytics",{"name":528,"slug":529,"type":13},"Data Quality","data-quality",{"name":459,"slug":460,"type":13},{"name":399,"slug":400,"type":13},{"name":449,"slug":450,"type":13},"2026-04-18T04:46:17.579894",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":401,"repoUrl":402,"updatedAt":545},"qdrant-search-speed-optimization","optimize Qdrant search speed","Diagnoses and fixes slow Qdrant search. Use when someone reports 'search is slow', 'high latency', 'queries take too long', 'low QPS', 'throughput too low', 'filtered search is slow', or 'search was fast but now it's slow'. Also use when search performance degrades after config changes or data growth.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[540,541,542,543,544],{"name":525,"slug":526,"type":13},{"name":396,"slug":397,"type":13},{"name":418,"slug":419,"type":13},{"name":399,"slug":400,"type":13},{"name":449,"slug":450,"type":13},"2026-04-18T04:46:03.987332",{"slug":547,"name":547,"fn":548,"description":549,"org":550,"tags":551,"stars":401,"repoUrl":402,"updatedAt":557},"qdrant-search-strategies","select optimal Qdrant search strategies","Guides Qdrant search strategy selection. Use when someone asks 'should I use hybrid search?', 'BM25 or sparse vectors?', 'how to rerank?', 'results are not relevant', 'I don't get needed results from my dataset but they're there', 'retrieval quality is not good enough', 'results too similar', 'need diversity', 'MMR', 'relevance feedback', 'recommendation API', 'discovery API', 'ColBERT reranking', or 'missing keyword matches'",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[552,553,554,555,556],{"name":387,"slug":388,"type":13},{"name":525,"slug":526,"type":13},{"name":390,"slug":391,"type":13},{"name":399,"slug":400,"type":13},{"name":449,"slug":450,"type":13},"2026-04-18T04:46:18.812306",45,{"items":560,"total":268},[561,575,586,595,605,617,627],{"slug":562,"name":562,"fn":563,"description":564,"org":565,"tags":566,"stars":20,"repoUrl":21,"updatedAt":574},"speckit-bundle","manage Spec Kit bundles","Discover, install, and author Spec Kit bundles via `specify bundle`. USE FOR: searching\u002Fshowing\u002Flisting bundles, installing\u002Fupdating\u002Fremoving a bundle (a curated set of extensions\u002Fpresets\u002Fintegrations\u002Fworkflows), validating a bundle manifest, building a distributable bundle artifact, initializing a project and installing a bundle, managing bundle catalog sources. DO NOT USE FOR: individual extensions\u002Fpresets\u002Fintegrations\u002Fworkflows (use their respective skills).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[567,570,571],{"name":568,"slug":569,"type":13},"Automation","automation",{"name":9,"slug":8,"type":13},{"name":572,"slug":573,"type":13},"Plugin Development","plugin-development","2026-07-24T06:09:08.838504",{"slug":576,"name":576,"fn":577,"description":578,"org":579,"tags":580,"stars":20,"repoUrl":21,"updatedAt":585},"speckit-check","diagnose Spec Kit environment configuration","Check the local environment for Spec Kit by running `specify check` (and `specify version`). USE FOR: verifying required tools are installed, diagnosing a broken spec-kit setup, reporting CLI version\u002Ffeature capabilities. DO NOT USE FOR: installing or upgrading the CLI itself (use the speckit-self skill).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[581,582,583,584],{"name":15,"slug":16,"type":13},{"name":459,"slug":460,"type":13},{"name":18,"slug":19,"type":13},{"name":9,"slug":8,"type":13},"2026-07-24T06:09:08.081938",{"slug":110,"name":110,"fn":587,"description":588,"org":589,"tags":590,"stars":20,"repoUrl":21,"updatedAt":594},"install and configure Spec Kit CLI","Detect and install the Spec Kit `specify` CLI that every other speckit skill depends on. USE FOR: checking whether `specify` is installed\u002Fon PATH, installing it when missing, fixing \"command not found: specify\", confirming the CLI is new enough (>= 0.11). DO NOT USE FOR: upgrading an already-installed CLI to a newer release (use speckit-self) or verifying project tools (use speckit-check).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[591,592,593],{"name":15,"slug":16,"type":13},{"name":18,"slug":19,"type":13},{"name":9,"slug":8,"type":13},"2026-07-31T05:53:41.601029",{"slug":596,"name":596,"fn":597,"description":598,"org":599,"tags":600,"stars":20,"repoUrl":21,"updatedAt":604},"speckit-extension","manage Spec Kit extensions","Manage Spec Kit extensions via `specify extension`. USE FOR: installing\u002Fremoving\u002Fupdating spec-kit extensions, searching the extension catalog, showing extension info, enabling\u002Fdisabling extensions, setting extension resolution priority, managing extension catalogs. DO NOT USE FOR: presets (use speckit-preset), bundles (use speckit-bundle), or workflows (use speckit-workflow).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[601,602,603],{"name":15,"slug":16,"type":13},{"name":18,"slug":19,"type":13},{"name":9,"slug":8,"type":13},"2026-07-24T06:08:54.081355",{"slug":606,"name":606,"fn":607,"description":608,"org":609,"tags":610,"stars":20,"repoUrl":21,"updatedAt":616},"speckit-init","scaffold Spec Kit projects for Copilot","Scaffold a Spec Kit (spec-driven development) project for GitHub Copilot by running `specify init --integration copilot --integration-options=\"--skills\"`. USE FOR: starting a new spec-kit project, bootstrapping spec-driven development in an existing repo, installing spec-kit templates\u002Fscripts\u002Fcommands for Copilot. DO NOT USE FOR: managing extensions\u002Fpresets\u002Fbundles of an already-initialized project (use the speckit-extension \u002F speckit-preset \u002F speckit-bundle skills instead).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[611,612,614,615],{"name":15,"slug":16,"type":13},{"name":613,"slug":27,"type":13},"Copilot",{"name":18,"slug":19,"type":13},{"name":9,"slug":8,"type":13},"2026-07-31T05:53:40.58265",{"slug":618,"name":618,"fn":619,"description":620,"org":621,"tags":622,"stars":20,"repoUrl":21,"updatedAt":626},"speckit-preset","manage Spec Kit presets","Manage Spec Kit presets via `specify preset`. USE FOR: installing\u002Fremoving presets, searching the preset catalog, showing preset info, resolving which template a preset name maps to, enabling\u002Fdisabling presets, setting preset resolution priority, managing preset catalogs. DO NOT USE FOR: extensions (use speckit-extension), bundles (use speckit-bundle), or workflows (use speckit-workflow).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[623,624,625],{"name":568,"slug":569,"type":13},{"name":9,"slug":8,"type":13},{"name":572,"slug":573,"type":13},"2026-07-31T05:53:39.577991",{"slug":4,"name":4,"fn":5,"description":6,"org":628,"tags":629,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[630,631,632],{"name":15,"slug":16,"type":13},{"name":18,"slug":19,"type":13},{"name":9,"slug":8,"type":13}]