Borrowing it
Nothing to install: this file belongs to strikersam/autonomous-ai-agency. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/strikersam/autonomous-ai-agency/master/.agents/skills/duplicate-thread/SKILL.mdgit clone --depth 1 https://github.com/strikersam/autonomous-ai-agencyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/strikersam/autonomous-ai-agency/duplicate-thread)<a href="https://agentmods.dev/skills/strikersam/autonomous-ai-agency/duplicate-thread"><img src="https://agentmods.dev/badge/skills/strikersam/autonomous-ai-agency/duplicate-thread/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/strikersam/autonomous-ai-agency/duplicate-thread"><img src="https://agentmods.dev/badge/skills/strikersam/autonomous-ai-agency/duplicate-thread.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00738 |
| Opus 5 | $0.00000 | $0.00369 |
| Sonnet 5 | $0.00000 | $0.00148 |
| Haiku 4.5 | $0.00000 | $0.00074 |
Grade A, and why
duplicate-thread scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: duplicate-thread
Purpose
Clone an existing plan, task thread, or agent session so you can explore an alternative approach without losing the original. Analogous to "duplicate thread" in Copilot's mission control.
When to Use
- You want to try a risky refactor without throwing away the current plan
- A/B testing two implementation strategies in parallel
- Resuming a stalled task from a known-good checkpoint with different parameters
- Forking a plan for a different target environment (e.g., prod vs. staging)
How It Works
- Identify the source thread — a
.claude/threads/<id>/directory, a plan file, or a PLAN.md - Copy it to a new thread ID with a meaningful suffix
- Stamp it with metadata (source thread, fork reason, timestamp)
- Continue in the new thread independently
Thread Directory Convention
.claude/threads/
<thread-id>/
PLAN.md # the plan or task description
CONTEXT.md # accumulated context
CHECKPOINT.md # last known-good state (from checkpoint-strategy skill)
meta.json # thread metadata
Usage
Manual duplication
bash .agents/skills/duplicate-thread/duplicate.sh <source-thread-id> <reason>
Example:
bash .agents/skills/duplicate-thread/duplicate.sh plan-2025-01-15 "try-async-approach"
# Creates: .claude/threads/plan-2025-01-15--fork-try-async-approach/
In a Claude prompt
Duplicate the current thread as "alternative-auth-strategy" and in the fork,
replace the JWT approach with session cookies. Keep the original intact.
Claude will:
- Copy the current
PLAN.md/CONTEXT.mdto a new thread folder - Apply the requested change only in the fork
- Proceed with the forked version, noting the original thread ID in
meta.json
meta.json Schema
{
"thread_id": "plan-2025-01-15--fork-try-async-approach",
"forked_from": "plan-2025-01-15",
"fork_reason": "try-async-approach",
"forked_at": "2025-01-15T10:30:00Z",
"status": "active"
}
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 91 lines · 0 tokens per session scan A f2d247677f19
duplicate-thread is a skill published in the GitHub repository strikersam/autonomous-ai-agency (8 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 738 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
babysit-babysitter-issues
This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to find and work on open GitHub issues assigned to a5c-agent in the babysitter repo.
spec-driven-development
Specification creation and management for the Pilot Shell methodology. Covers semantic search, clarifying questions, structured spec generation, and iterative refinement.
cog-meeting-processing
Process meeting recordings and transcripts into decisions, action items, and team dynamics.
cog-onboarding
Personalize COG Second Brain workflow through role pack selection and vault initialization.
cog-team-intelligence
Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs.