Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Book SFT Pipeline

A standalone skill for training language models to write in any author's style. This is a separate plugin from the main Context Engineering collection.

Installation

Claude Code

# Add the marketplace first
/plugin marketplace add muratcankoylan/Agent-Skills-for-Context-Engineering

# Install the book-sft-pipeline plugin
/plugin install book-sft-pipeline@context-engineering-marketplace

Cursor / Codex / IDE

Copy SKILL.md to your .rules or project skills folder.

Manual

Reference the SKILL.md file directly in your agent's context.

What's Included

book-sft-pipeline/
├── README.md                 # This file
├── SKILL.md                  # Complete skill documentation (standalone)
├── examples/
│   └── gertrude-stein/       # Complete case study with real outputs
│       ├── README.md         # Results and analysis
│       ├── sample_outputs.md # Raw model outputs
│       ├── training_config.json
│       ├── dataset_sample.jsonl
│       └── pangram/          # AI detector screenshots
├── scripts/
│   └── pipeline_example.py   # Conceptual implementation
└── references/
    ├── segmentation-strategies.md
    ├── tinker-format.md
    └── tinker.txt

Key Results

Trained Qwen3-8B-Base on Gertrude Stein's "Three Lives" (1909):

Metric Value
Training examples 592
Loss reduction 97%
Pangram AI detector 70% Human
Training time 15 minutes
Total cost $2

Related Context Engineering Skills

This skill applies patterns from the Agent Skills for Context Engineering collection:

Skill Application
project-development Staged pipeline architecture
context-compression Segmentation strategy
multi-agent-patterns Orchestrator pattern
evaluation Modern scenario testing
context-fundamentals Prompt diversity

Resources

License

MIT