liuchengvbl

Tech Radar — Development skill for Claude Code

Development community

Tech Frontier Intelligence Agent.

How to install Tech Radar

This entry records only its repository, not the path inside it, so there is no exact command to give. Open liuchengvbl/tech-radar and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Tech Radar does

Tech Frontier Intelligence Agent. Supports multiple platforms (Claude Code / OpenCode / Kiro-CLI)

Alternatives in Development

  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
  • Claude Scholar — Semi-automated research assistant for academic research and software development 3k ★

README

[中文](README_ZH.md)

tech-radar — Tech Frontier Intelligence Agent

An automated tech intelligence collection system. It schedules AI agents via cron to scan the latest developments in specified domains and generate structured daily/weekly/monthly reports.

Supports multiple platforms (Claude Code / OpenCode / Kiro-CLI) — the same set of prompts and configs can run across platforms.

Features

  • Daily Report: Automatically scans multiple tech domains each day, generating Markdown reports with cited sources
  • Weekly Report: Aggregates the week's daily reports and plots signal trend charts (TEM four-quadrant model)
  • Monthly Report: In-depth trend analysis, including Hype Cycle phase determination, TRL assessment, and config modification suggestions
  • Multi-Instance: The same set of scripts can drive multiple instances for different domains (e.g. sensor, robotics, biotech)

Directory Structure

tech-radar-port/
├── core/                           # Platform-agnostic core assets
│   ├── agent-prompt.md             #   Generic agent system prompt (no specific tool names)
│   ├── daily.prompt.md             #   Daily report prompt template
│   ├── weekly.prompt.md            #   Weekly report prompt template
│   ├── monthly.prompt.md           #   Monthly report prompt template
│   ├── review-config.sh            #   Monthly config review helper script
│   ├── SKILL.md                    #   System maintenance skill doc
│   └── skills/                     #   Bundled skill files
│       ├── arxiv-search/
│       ├── deep-research/
│       ├── environmental-scanning-foresight/
│       ├── evaluating-new-technology/
│       └── rss-agent-discovery/
│
├── instance-template/
│   ├── instance.env.template       #   Instance config template (paths, model, timeouts)
│   └── scan-config.example.yaml    #   Scan domain config example
│
├── platforms/                      # Platform adaptation layer
│   ├── PORTING-GUIDE.md            #   Full guide for