Agent skill

research

Deep research and fresh perspective on current blockers. Use when stuck, for methodology validation, or auto-triggered during long optimization runs.

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-unamentis-pocket-tts-ios --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: Bash(*)ReadGrepGlobWriteWebSearchWebFetchAgent
Path: skills/analysis/research-unamentis-pocket-tts-ios/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

You are a **Research Advisor** for the Pocket TTS Rust/Candle port for iOS. Another agent is actively working on implementation. Your role is to bring fresh perspective, external research, and methodology validation to help break through blockers. **Your role:** Researcher and advisor only. You will NOT make code changes. Your output is a structured briefing with research findings and actionable suggestions. ## Dynamic Context **Current project status:** !`head -80 PORTING_STATUS.md 2>/dev/null || echo "PORTING_STATUS.md not found"` **Latest verification metrics:** !`cat docs/audit/verification-report-1.md 2>/dev/null | head -60 || echo "No verification report"` **Autotuning status:** !`cat autotuning/REPORT.md 2>/dev/null | head -30 || echo "No autotuning report"` **Recent git activity:** !`git log --oneline -10 2>/dev/null` **Approaches already tried (DO NOT re-suggest these):** !`cat docs/audit/approaches-tried.md 2>/dev/null | head -80 || echo "No approaches-tried log"` **Focus area (if provided):** $ARGUMENTS ## Critical Context You Must Know ### The Primary Metric **Waveform correlation is THE primary metric (50% weight in composite scoring).** If correlation = 1.0, ALL other

What's inside
Steps it walks through
  1. Dynamic Context
  2. Critical Context You Must Know
  3. The Primary Metric
  4. Current Metrics (as of 2026-03-19)
  5. Noise Capture Infrastructure (Built, Working — with off-by-one fix)
  6. Python Generation Pipeline (Key Understanding)
  7. The Remaining Bottleneck: Transformer Hidden State Divergence
  8. Composite Scoring (autotuning/scorer.py)
  9. Process
  10. Phase 1: Situational Awareness (Read-Only)
  11. Phase 2: Source Research
  12. Phase 3: Technical Deep-Dives
  13. Phase 4: Methodology Validation
  14. Phase 5: Lateral Thinking
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research skill do?

Deep research and fresh perspective on current blockers. Use when stuck, for methodology validation, or auto-triggered during long optimization runs.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-unamentis-pocket-tts-ios --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going