seed

Scan repository documentation and prompt files to generate model-scoped trigger phrases.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/brewpirate/acme-frontier-ai --skill seed-brewpirate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed
Source: https://github.com/brewpirate/acme-frontier-ai/tree/main/catalog/projects/total-recall/skills/seed
Command: npx skills add https://github.com/brewpirate/acme-frontier-ai --skill seed-brewpirate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual work of finding and indexing trigger phrases hidden across a codebase's documentation, prompt files, and skill definitions so total-recall can work immediately.

Core Features & Use Cases

  • Repository Scanning: Finds seedable markdown and prompt files such as READMEs, CLAUDE.md docs, skills, agents, commands, and project documentation.
  • Model-Scoped Triggering: Generates trigger phrases for specific target models and skips files that are already fully scanned unless rescan is requested.
  • Index Maintenance: Merges new trigger data into .claude/triggers.json and rebuilds the master recall index after seeding.
  • Use Case: Use it when you want to bootstrap a new project so its documentation becomes searchable and useful to the recall system without hand-tagging every file.

Quick Start

Ask the seed skill to scan the repository or a chosen path and generate trigger phrases for the requested models.

Frequently Asked Questions about seed

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate trigger phrases from repository documentation for model recall?

Scanning repository documentation like CLAUDE.md and markdown prompts automatically extracts trigger phrases for model-scoped recall. It skips already scanned files unless a rescan is requested, merging new JSON triggers into the recall index.

What is trigger discovery seeding for prompt files?

Trigger discovery seeding automatically indexes prompt files and project markdown to build a master recall index. It applies batched researcher analysis to extract model-scoped triggers, eliminating manual hand-tagging across the codebase.

Does the seed skill skip already scanned documentation files?

Yes, built-in skipped-file detection prevents reprocessing already scanned markdown and prompt files. It only reprocesses previously indexed documentation if an explicit repository rescan is requested by the user.

How do I bootstrap a new project so its documentation becomes searchable?

To bootstrap a new project, scan the repository path to generate model-scoped trigger phrases from documentation. The system merges extracted triggers into a JSON file and rebuilds the master recall index for immediate searchability.

Can I use this to index CLAUDE.md docs and agent commands for immediate recall?

Yes, the scanner indexes CLAUDE.md docs, agent commands, skills, and readmes for immediate recall. It applies batched researcher analysis to these markdown prompts and rebuilds the recall index for model-scoped discovery.