project-ContemPlace: Command for Claude Code

.claude/commands/harvest-ideas.md

harvest-ideas is a command for Claude Code from freegyes/project-ContemPlace. It costs 0 tokens per session (1,887 once invoked), scanned A, original, MIT.

A command for searching a personal collection of captured notes about ContemPlace and personal knowledge management, then comparing the results with open GitHub issues.

In plain words
What is it for?
Use it to search broadly or by a focus term, identify actionable notes, and decide whether to create an issue, add a comment, or record an update.
Why use it?
It helps turn scattered ideas into possible work items and shows when an earlier idea has changed or already relates to an existing issue.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is freegyes/project-ContemPlace's own configuration. It tells Claude Code how to work on project-ContemPlace itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything project-ContemPlace configures →

Reuse

Borrowing it

Nothing to install: this file belongs to freegyes/project-ContemPlace. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/freegyes/project-ContemPlace/main/.claude/commands/harvest-ideas.md
Clone the repo
git clone --depth 1 https://github.com/freegyes/project-ContemPlace

Made for: Claude Code.

Wrote 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.

agentmods badge for harvest-ideas

README.md
[![agentmods](https://agentmods.dev/badge/commands/freegyes/project-contemplace/harvest-ideas/github.svg)](https://agentmods.dev/commands/freegyes/project-contemplace/harvest-ideas)
Your own site
<a href="https://agentmods.dev/commands/freegyes/project-contemplace/harvest-ideas"><img src="https://agentmods.dev/badge/commands/freegyes/project-contemplace/harvest-ideas/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.

agentmods 80×15 button for harvest-ideas

Your own site · 80×15
<a href="https://agentmods.dev/commands/freegyes/project-contemplace/harvest-ideas"><img src="https://agentmods.dev/badge/commands/freegyes/project-contemplace/harvest-ideas.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,887 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01887
Opus 5 $0.00000 $0.00944
Sonnet 5 $0.00000 $0.00377
Haiku 4.5 $0.00000 $0.00189

Measured 11d ago against content hash 4f27fa45f2f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

harvest-ideas 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.

.claude/commands/harvest-ideas.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Harvest ideas

Search the ContemPlace corpus for captured thoughts about ContemPlace itself, PKM, and related topics. Cross-reference with open GitHub issues. Surface ideas worth acting on — as new issues, comments on existing ones, or notes that a prior idea has evolved.

Arguments

$ARGUMENTS — optional search focus (e.g., "synthesis", "gardening", "capture quality"). Defaults to a broad sweep of ContemPlace/PKM-related fragments.

Workflow

Phase 1: Pull relevant fragments from the corpus

Run these MCP searches in parallel. Cast a wide net — the user captures thoughts about their own system in many registers:

  1. search_notes — query: "ContemPlace"
  2. search_notes — query: "personal knowledge management"
  3. search_notes — query: "note-taking workflow"
  4. search_notes — query: "capture and retrieval"
  5. search_notes — query: "linking and synthesis"
  6. If $ARGUMENTS provides a focus term, add a targeted search for that term.

Deduplicate results by note ID. The search results already include body text — only call get_note for fragments that look actionable (to get raw_input for quoting). Don't fetch full records for everything; it's expensive and most older fragments won't survive filtering.

Also call list_recent with limit 20 and scan for any fragments that touch ContemPlace/PKM topics but didn't match the keyword searches. The user often captures system ideas without naming the system explicitly — look for fragments about workflows, information structure, tagging, memory, curation, friction, tools.

Weight recent fragments heavily. Fragments from the last 48-72 hours are where actionable material lives. Older fragments from the initial corpus load are likely already encoded in docs/philosophy.md, existing issues, or ADRs. Don't re-surface design principles that are already planted — only older fragments that represent genuinely untracked ideas.

Phase 2: Pull open GitHub issues

Fetch the current issue landscape using gh CLI via Bash to get a concise list (the GitHub MCP list_issues tool returns enormous payloads):

Read the full file on GitHub · 115 lines

Changes

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.

  1. 11d ago First seen · 115 lines · 0 tokens per session scan A 4f27fa45f2f7

Subscribe to this mod's changes

harvest-ideas is a command published in the GitHub repository freegyes/project-ContemPlace (3 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,887 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.