Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Creative Tool Scout

ASecurity

Research and select the best current creative-development tools, libraries, primitives, and implementation techniques for a chosen experience instead of defaulting to familiar stacks.

3 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgoreactapiperformancedocumentation

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add marcmarti9/agentit --skill creative-tool-scout --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Creative Tool Scout?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Creative Tool Scout
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/marcmarti9-creative-tool-scout/badge)](https://www.skillsdirectory.com/skills/marcmarti9-creative-tool-scout)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: creative-tool-scout
description: Research and select the best current creative-development tools, libraries, primitives, and implementation techniques for a chosen experience instead of defaulting to familiar stacks.
---

# Creative Tool Scout

Use after a concept exists and before committing to a technical implementation when the experience depends on non-trivial motion, 3D, shaders, audio, generative visuals, unusual layout, or interaction.

## Goal

Answer: **what is the best current way to build this idea?** Do not choose a tool merely because the model already knows it.

## Research sources

Prefer live, current sources when available:

- official documentation and repositories;
- `designengineer.tools` as a discovery catalog, not an authority;
- creative-development showcases and implementation writeups;
- ecosystem examples from Three.js, GSAP, Rive, Motion, WebGL/WebGPU, canvas/SVG, audio, and relevant frameworks;
- Context7 or vendor docs for APIs after candidate tools are identified.

## Process

1. Translate the creative concept into technical capabilities: timeline, scroll coupling, vector state machine, real 3D, shader distortion, physics, audio sync, image sequence, camera path, etc.
2. Find 2-4 plausible approaches.
3. Compare them on visual ceiling, implementation complexity, bundle/runtime cost, mobile support, accessibility/reduced-motion, ecosystem maturity, framework fit, licensing, and maintenance risk.
4. Prefer the smallest stack that preserves the intended experience.
5. Verify critical API/version assumptions from primary docs before implementation.
6. Return one recommended stack plus alternatives and explicit reasons not to use them.

## Examples of capability mapping

- complex scroll choreography -> GSAP ScrollTrigger;
- authored vector/state animation -> Rive or Lottie when appropriate;
- simple component interaction -> CSS or Motion before GSAP;
- true spatial/product scenes -> Three.js / React Three Fiber;
- pre-rendered product rotation -> image sequence before unnecessary realtime 3D;
- cinematic shader transitions -> WebGL/WebGPU shader tooling only when the effect justifies the complexity;
- smooth-scroll library -> only if it materially improves choreography, never as decoration.

## Output contract

Return:

- required capabilities;
- recommended stack;
- why it wins;
- alternatives and rejection reasons;
- licensing/maturity caveats;
- performance and mobile implications;
- proof links/docs to consult during implementation.

Do not implement the whole feature unless explicitly delegated as an implementer. This specialist is primarily a research/probe role.

Attribution

marcmarti9marcmarti9
View sourceMore from marcmarti9 →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →