Knowledge card
Skill alessiomarcone/agent-fieldbook/plugins/knowledge-pack/skills/knowledge-card
Source-backed skills that turn official Claude and Codex training into reliable daily workflows.
npx -y skills add alessiomarcone/agent-fieldbook --skill knowledge-cardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Turns one course lesson, tutorial, documentation page, article, workshop, video, or transcript into a compact, structured, verifiable knowledge card. Use when the user asks to distill source material, create a knowledge card, summarize a source for reuse, or add grounded material to this pack.
SKILL.md
1.8 KB, as published. Nobody here has run it
Knowledge Card
Distill one source at a time into original, reusable operating knowledge.
References
references/knowledge-card-prompt.md— source-neutral card format and synthesis controls.references/knowledge-card.schema.json— exact YAML frontmatter schema.
Procedure
- Process one source per card. If several sources are supplied, handle them sequentially.
- Separate explicit source claims, reasonable inferences, and details that require current verification.
- Remove promotion and repetition; synthesize in original language rather than copying passages.
- Include source metadata, one-sentence summary, procedure, principles, reusable prompts, failure modes, verification, time-sensitive details, and related official material.
- Identify which stable rules should be promoted into a specialist skill and which should remain only in the card.
- Validate parsed YAML frontmatter against the schema and check that every body heading required by the prompt is present.
- When repository changes are requested, save under
knowledge/<product>/cards/with a kebab-case filename and update the relevant index.
Boundaries
- Preserve the source language only when useful; answer and summarize in the user's language.
- Mark time-sensitive product behavior as requiring verification against current official docs.
- Never commit raw transcripts or redistribute protected course lessons.
- Do not modify files when the user requested only an in-chat card.