Instructions file
A set of project instructions for Claude Code, an AI coding assistant, covering a project called searcharvester. It describes the repository, its research system, and its three skills.
Instructions file
A set of project instructions for Claude Code, an AI coding assistant, covering a project called searcharvester. It describes the repository, its research system, and its three skills.
Skill Claude CodeCodex
Deep-research methodology with a ROLE-BASED team of parallel sub-agents. One delegatetask batch dispatches 2–3 researchers (each on a distinct sub-question), 1 critic (adversarial counter-search), and 1 fact-checker (numeric/date verification). The lead synthesises their findings into a cited report at ./report.md.…
Skill Claude CodeCodex
Fetch a web page and extract its main content as clean markdown via trafilatura. Strips navigation, ads, and footers automatically. Supports size presets (short/medium/long) and full mode with pagination for very long documents. Use after searcharvester-search to actually read the pages behind your URLs.
Skill Claude CodeCodex
Search the web via SearXNG (100+ engines: Google, DuckDuckGo, Brave, Bing, Yandex, Mojeek, ...) through a Tavily-compatible API. Use when the user needs to find information, recent news, compare sources, gather facts, or locate specific URLs. Returns title + URL + short snippet for each result. For full page content…
Plugin Claude Code
OntoShip — ontology-driven docs + spec-driven dev-flow for Claude Code.
Plugin Claude Code
OntoShip — ontology-driven docs that ship: a md+git knowledge base (FTS5 search, HTML graph, ontology linter) plus the spec-driven dev-flow built on it. CLI/plugin: gitmark.
Instructions file
Instructions for vakovalskii/ontoship, covering ontoship — entry point, where things live, start here, principle and maintain.
Command
Compose or update a knowledge-base document for the given topic following the OntoShip ontology (nodetype, frontmatter, typed links, folder README index). Wraps the kb-curate skill.
Command
Build the OntoShip KB graph (gitmark map) — collapsible tree + rendered markdown + force/radial link graph as a self-contained HTML — and point the user to it.
Command
Search the project knowledge base via GitMark (FTS5 bm25 + trigram/fuzzy). Argument = query; no argument shows stat.
Command
Build the ENTIRE knowledge base for this repo — survey the codebase, then dispatch kb-curate curator agents per area to produce docs/ (per-service READMEs, reference specs, runbooks, decisions, entry point) following the OntoShip ontology, then lint + index + map. Use to bootstrap or rebuild a project's whole KB.
Command
Run the OntoShip dev-flow — take a feature/fix from idea to production through the gated pipeline (research → tasks → goal → spec → worktree → implement → tests → review → dev-tests → prod-tests → ship).
Skill Claude CodeCodex
The spec-driven development loop for shipping a feature/fix fast and safely on top of a GitMark KB — research → tasks → goal → spec (markdown via skills) → isolated git worktree → implement → tests → independent review → dev-tests → prod-tests → ship (MR → dev → main). Use when starting a feature or fix, or when asked…
Skill Claude CodeCodex
Rules for maintaining a markdown knowledge base (GitMark) — apply when adding, editing, moving, or deleting documentation (.md). A lightweight code-ontology: every document has a type, properties (frontmatter), and typed links. Keeps the KB structured instead of a pile of files. Use on "add a doc", "record a…
Skill Claude CodeCodex
Search a project's markdown knowledge base (docs/, README files, .md) via the GitMark CLI — FTS5 ranking (bm25) plus trigram/fuzzy matching — instead of grepping across files. Use when you need to find where something is documented, "where do the docs say X", before reading files at random, or to generate an HTML…
Instructions file CodexOpenCode
Instructions for vakovalskii/phantom-agent, covering agents, local goals, preferred structure, implementation rules and dependency rules.
Instructions file
Instructions for vakovalskii/phantom-agent, covering pac1 benchmark agent, quick start, start backend, start frontend (in another terminal) and restarting services.