Two Science & Research Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.
| Name | agents-view | design-consultation |
|---|---|---|
| Description | Wraps the Research Preview `claude agents` CLI (CC 2.1.139+) and `claude plugin details ork` for live observability of parallel agent sessions. Surfaces running/blocked/done state, per-session token cost, and the… | Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates… |
| Category | Science & Research | Science & Research |
| Sub-category | science-misc | science-misc |
| Tags | ai:agent type:audit type:review | type:review |
| Author | OrchestKit | ClyptAI |
| License | MIT | — |
| Install | /add-skill agents-view | /add-skill design-consultation |
$ /ork:agents-view
claude agents — Research Preview (CC 2.1.139)
─────────────────────────────────────────────
ID AGENT STATE ELAPSED TOKENS COST(proj)
a1f3 ork:explore running 00:04:12 142.3K $0.42
a1f4 └─ ork:backend-system-architect blocked 00:01:08 34.1K $0.09 (waiting: db-schema)
a1f5 └─ ork:frontend-ui-developer running 00:02:55 71.8K $0.21
a1f2 ork:code-quality-reviewer done 00:00:48 18.4…
_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true
mkdir -p ~/.gstack/sessions
touch ~/.gstack/sessions/"$PPID"
_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
_…
agents-view — Wraps the Research Preview `claude agents` CLI (CC 2.1.139+) and `claude plugin details ork` for live observability of parallel agent sessions. Surfaces running/blocked/done state, per-session token cost, and the…
design-consultation — Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates…
Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.
See all Claude Code skill comparisons · Browse all Science & Research skills · Top 100
SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.