Install
$ agentstack add skill-markoblogo-abvx-agent-skills-book-to-skill ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Book To Skill
Turn written knowledge into an actionable skill. Extract reusable structure, not a book report.
Conversion Gate
Before generating files, decide whether the source deserves a skill:
- method density: frameworks, procedures, patterns, checklists, or decision rules;
- actionability: future work can be guided by "use X when Y";
- navigation value: sections can become references or trigger rules;
- extraction quality: text is legible enough to avoid invented structure;
- rights and privacy: no large raw excerpts, private data, or copyrighted chapter dumps.
If the source is mostly narrative, confidential, low quality OCR, or thin on reusable method, produce an extraction report or notes instead.
If the user wants the source document to become model memory or a generated adapter rather than a reusable instruction artifact, switch to doc-to-lora-evaluator before proposing any Doc-to-LoRA, RAG, or fine-tuning workflow.
Modes
- Analyze only: extract frameworks, concepts, terms, and candidate workflows for review.
- Generate skill: create
SKILL.md, optional references, and a short skill card from approved analysis. - Refine existing skill: compare a current skill against the source and propose scoped improvements.
Workflow
- Validate the input path or URL and identify format, size, author/title if available, and likely extraction risk.
- Extract text with the repo's available tooling. Prefer structured extractors for technical sources; use plain text extraction for prose.
- Estimate scope before heavy work: source length, expected references, and whether generation should be split into sections.
- Build a structure map: table of contents, named frameworks, repeated principles, examples, anti-patterns, and vocabulary.
- Select the skill boundary. A good skill should have one clear job. Split broad sources into multiple skills only when trigger rules differ.
- Write concise trigger-rich frontmatter. Keep always-loaded text small.
- Put detailed examples, chapter notes, or long checklists in
references/and load them only when needed. - Preserve precise names for frameworks, but paraphrase explanations and avoid long verbatim excerpts.
- Add risk gates: copyright, privacy, domain accuracy, outdated claims, and source uncertainty.
- Validate the resulting skill against the target repo's standard.
Output Shape
Minimum public artifact:
skills//
SKILL.md
SKILL_CARD.md
agents/openai.yaml
Use optional references/ only when the skill needs deeper reusable material.
Final Report
Report:
- source and extraction method;
- generated skill path;
- what was intentionally omitted;
- validation run;
- copyright/privacy assumptions and residual risk.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: markoblogo
- Source: markoblogo/abvx-agent-skills
- License: MIT
- Homepage: https://abvx.xyz/work/abvx-agent-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.