ingest — for Claude Code ingest, Frobnicate, community, for Claude Code, ide skills, or starts with, source_url, fetched_on, CLAUDE.md, ingesting

v1.0.0

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need you are ingesting raw source material into the frobnicate tech wiki. the argument identifies the. Lokalisierte Zusammenfassung: # ingest You are ingesting raw source material into the Frobnicate tech wiki. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Funktionen

You are ingesting raw source material into the Frobnicate tech wiki. The argument identifies the
Resolve the source directory:
If $0 looks like a path (contains / or \, or starts with raw/), use it directly.
Otherwise treat it as a tool or technique name and resolve to raw/tool-docs/<$0 /.
Work through these steps in order. Stop at each human checkpoint before proceeding.

# Core Topics

Xyzyx101 Xyzyx101
[0]
[0]
Updated: 4/20/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
46
Canonical Locale
en
Detected Body Locale
en

Geeigneter Einsatz: Ideal for AI agents that need you are ingesting raw source material into the frobnicate tech wiki. the argument identifies the. Lokalisierte Zusammenfassung: # ingest You are ingesting raw source material into the Frobnicate tech wiki. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Warum diese Fähigkeit verwenden

Empfehlung: ingest helps agents you are ingesting raw source material into the frobnicate tech wiki. the argument identifies the. ingest You are ingesting raw source material into the Frobnicate tech wiki. This AI

Am besten geeignet für

Geeigneter Einsatz: Ideal for AI agents that need you are ingesting raw source material into the frobnicate tech wiki. the argument identifies the.

Handlungsfähige Anwendungsfälle for ingest

Anwendungsfall: Applying You are ingesting raw source material into the Frobnicate tech wiki. The argument identifies the
Anwendungsfall: Applying Resolve the source directory:
Anwendungsfall: Applying If $0 looks like a path (contains / or \, or starts with raw/), use it directly

! Sicherheit & Einschränkungen

  • Einschraenkung: Based on the confirmed takeaways, identify every page that needs to be created or updated:
  • Einschraenkung: List them as candidates for future technique pages if they don't exist yet
  • Einschraenkung: Flag these and do not include them

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is ingest?

Geeigneter Einsatz: Ideal for AI agents that need you are ingesting raw source material into the frobnicate tech wiki. the argument identifies the. Lokalisierte Zusammenfassung: # ingest You are ingesting raw source material into the Frobnicate tech wiki. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install ingest?

Run the command: npx killer-skills add Xyzyx101/Frobnicate. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for ingest?

Key use cases include: Anwendungsfall: Applying You are ingesting raw source material into the Frobnicate tech wiki. The argument identifies the, Anwendungsfall: Applying Resolve the source directory:, Anwendungsfall: Applying If $0 looks like a path (contains / or \, or starts with raw/), use it directly.

Which IDEs are compatible with ingest?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for ingest?

Einschraenkung: Based on the confirmed takeaways, identify every page that needs to be created or updated:. Einschraenkung: List them as candidates for future technique pages if they don't exist yet. Einschraenkung: Flag these and do not include them.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Xyzyx101/Frobnicate. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use ingest immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ingest

# ingest You are ingesting raw source material into the Frobnicate tech wiki. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. You

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

ingest

You are ingesting raw source material into the Frobnicate tech wiki. The argument identifies the source:

Argument: $0

Resolve the source directory:

  • If $0 looks like a path (contains / or \, or starts with raw/), use it directly.
  • Otherwise treat it as a tool or technique name and resolve to raw/tool-docs/<$0>/.

Work through these steps in order. Stop at each human checkpoint before proceeding.


Step 1: Read the source material

Glob all .md files in the resolved directory. Read every file. Note the source_url and fetched_on from each file's frontmatter so you can cite sources precisely.

Also read:

  • tech/index.md — to understand what pages already exist
  • schemas/templates/tool.template.md and schemas/templates/technique.template.md — to know the expected page structure
  • Any existing tech/tools/ or tech/techniques/ pages that seem related, so you can detect contradictions

Step 2: Synthesize and present takeaways

Distill the source material into 5–8 key facts worth capturing in the wiki. Group them by likely destination:

Tool-level facts — things that are true of this software as a whole (what it does, strengths, weaknesses, install, operational gotchas). These go on tech/tools/<Tool>.md.

Technique-level facts — reusable methods that transcend this one tool (e.g. LoRA training, ControlNet depth guidance, inpainting). These belong on their own tech/techniques/<Technique>.md pages, not on the tool page. List them as candidates for future technique pages if they don't exist yet.

Out-of-scope — anything that violates the hard rules in CLAUDE.md: game-specific content, studio-specific content, magic numbers without rationale. Flag these and do not include them.

Present your synthesis clearly. For technique candidates, indicate whether a page already exists in tech/techniques/ or whether it would be a new stub.

Stop and wait for the human to confirm, redirect, or add to the takeaways before writing anything.


Step 3: Determine affected pages

Based on the confirmed takeaways, identify every page that needs to be created or updated:

  • New tool pagetech/tools/<Tool>.md using schemas/templates/tool.template.md
  • New technique pagetech/techniques/<Technique>.md using schemas/templates/technique.template.md
  • Update to existing page → read the current file first; note any claims that contradict what the new source says — do not silently overwrite, surface the contradiction to the human

For each page, state what you plan to write or change. Wait for confirmation if any contradictions were found.


Step 4: Write or update wiki pages

Write each page using the appropriate template structure. Follow these rules:

  • Keep parameter guidance in ranges with rationale, never magic numbers. "Weight 0.7–0.9 preserves silhouette; below 0.5 the generator rewrites structure" is useful forever. "Use 0.85" is not.
  • Cross-link using Obsidian-style [[wiki-links]]: every technique referenced in a tool page links to [[techniques/<Technique>]], and vice versa.
  • In the Sources section of each page, use relative markdown links back to the raw files in raw/tool-docs/.
  • If a technique page is referenced but does not exist yet, still add the [[wiki-link]] — it will show as a dead link in Obsidian until the page is created, which is intentional.
  • Always set last_updated in frontmatter to today's date on every page you write or modify. This applies to newly created pages and to existing pages that get any edit at all (including the reverse-link additions in Step 5). If a page is touched in an ingest session, its last_updated must reflect that session's date.

For every technique page that already exists and is referenced by a newly created or updated page:

  • Open the technique page
  • Add the new page to its "Used by recipes" or related section if not already present
  • Bump last_updated in its frontmatter to today's date (per the Step 4 rule)

For every tool page that already exists and is referenced:

  • Add the new page to its "Used by recipes" section if not already present
  • Bump last_updated in its frontmatter to today's date (per the Step 4 rule)

Step 6: Update tech/index.md

Do this automatically — no human approval needed. Add or update one row per new or changed page in the appropriate table (Tools, Techniques, Recipes, or Comparisons). Keep the summary to one line. Update the last_updated frontmatter date.


Step 7: Append to tech/log.md

Do this automatically — no human approval needed. Append one entry using the format:

## [YYYY-MM-DD] ingest | <subject>

<One or two sentences: what was created/updated, what sources were used, what was flagged for future work.>

Use today's date. Do not modify existing entries.


Step 8: Report

Summarize everything touched:

  • Files created or updated in tech/
  • Reverse links added
  • Technique stubs flagged (referenced but not yet created)
  • Any contradictions found and how they were resolved
  • Any out-of-scope content that was excluded

Verwandte Fähigkeiten

Looking for an alternative to ingest or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Erzeugen Sie anpassbare Widget-Plugins für das Prompts.Chat-Feed-System

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Das React-Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensor und dynamische neuronale Netze in Python mit starker GPU-Beschleunigung

98.6k
0
Entwickler