tech-radar

Solid

MUST use when user asks 'what's new?', 'any updates?', 'latest versions?', 'breaking changes?', 'should we upgrade?', 'what changed in X?', or when starting a new project. Detects dependencies dynamically from `package.json` / `requirements.txt` / `go.mod` / `composer.json` first, then reports per-package: latest version (vs. installed), breaking changes since installed version, security advisories (CRITICAL/HIGH), and deprecation warnings. Falls back to a generic stack table only when no manifest file is found.

Data & Documents 67 stars 21 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
61
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Tech Radar: Stack Update Scanner Checks for latest versions, breaking changes, deprecations, and security advisories across the user's core stack. ## Core Stack to Monitor > **Example only, replace with your own stack.** The table below reflects one project's dependencies (a JS/TS stack). The skill detects your actual dependencies from the project manifest at runtime (`package.json`, `requirements.txt`, `go.mod`, `composer.json`, etc., see the description); this table is just a fallback of well-known packages to watch. | Category | Packages | |----------|----------| | **Frontend** | nuxt, vue, next, react, tailwindcss, formkit, pinia | | **Backend** | @nestjs/core, express, fastify | | **Database** | prisma, @prisma/client, knex, better-auth | | **Testing** | vitest, @vue/test-utils, @testing-library/react | | **Mobile** | expo, react-native, nativewind | | **AI** | ai (vercel ai-sdk), @ai-sdk/openai, @ai-sdk/anthropic | | **CLI** | commander, chalk, ora, inquirer | | **Build** | typescript, tsup, turbo, vite | | **Cloud** | @aws-sdk/client-s3, @aws-sdk/client-ec2 | ## Execution Steps 1. **Parse arguments**: If user specified a package/framework, focus on that. Otherwise scan full stack. 2. **Check latest versions** using WebSearch: - Search: `"{package} latest version {current_year}"` - Compare against currently installed version (check the project manifest: `package.json`, `requirements.txt`, `go.mod`, `composer.json`, etc.) - Flag major version bumps (pot...

Details

Author
faizkhairi
Repository
faizkhairi/claude-code-blueprint
Created
4 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

tech-radar

MUST use when user asks 'what's new?', 'any updates?', 'latest versions?', 'breaking changes?', 'should we upgrade?', 'what changed in X?', or when starting a new project to check if dependencies are current. Also trigger proactively at the start of major upgrade sessions.

0 Updated 2 days ago
lethilu4796
AI & Automation Listed

dev-radar

Pull current, real-world software-dev signal on demand from GitHub trending, Reddit, research papers, and blogs — filtered to the user's stack, hype-filtered, with verified sources. Use when the user asks "what's new/trending", "latest in <tech>", "should I adopt X", or wants a dev digest. Coding topics only.

2 Updated 4 days ago
CodeWithJuber
Data & Documents Listed

generate-tech-stack

FIRE this skill when the user's intent is to discover, list, visualize, document, or summarize the technologies used in a software project. This includes all of the following triggers: EXPLICIT COMMANDS: /generate-tech-stack; "generate tech stack"; "create tech stack"; "show tech stack"; "build tech stack"; "make tech stack page"; "tech stack report". DISCOVERY / INVENTORY INTENT: user wants to know what libraries, packages, dependencies, frameworks, tools, or services a project uses — phrased as: "what libraries does this use", "what packages are installed", "what dependencies does this project have", "list all tools", "what frameworks are in use", "show me the dependencies", "what's in requirements.txt", "scan my project", "audit the stack", "inventory the project", "what's this project built with", "what tech does this use", "show all packages", "detect the stack". VISUALIZATION / DOCUMENTATION INTENT: user wants an HTML page, visual report, or summary document of the project's technology choices — phrased

0 Updated 3 weeks ago
askuma