StChiotisStChiotisCommunityยท25 Agent Skills Included

Library-First-Engineering

Structured file-based pipeline for reliable software delivery

Runs a disciplined plan-build-verify-archive pipeline for software projects using file-based handoffs between Architect, Builder, Inspector, and Archivist personas. Prevents hallucinated logic, lost context, and architecture decay by storing every plan, test report, and decision in versioned project files. Includes security, performance, complexity, dependency, and test-quality checks so every change ships verified and documented.
npx skills add StChiotis/Library-First-Engineering --all -g -y
Available:

Directs the agent to read the pipeline state and protocol files first, then route all work through the assembly line, allowing only the boot, navigation, scout, and domain-extraction commands to be typed directly.

All Skills in This Repository (25)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-visual-check

Inspect UI surfaces for layout and rendering issues.

Community
Intermediate
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-tdd

Automate red-green-refactoring with Python test execution and code analysis.

Community
Intermediate
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-extract-domain

Extract domain knowledge from interviews into documentation files.

Community
Intermediate
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-security-check

Analyze code diffs for OWASP Top-10 vulnerabilities and output Markdown findings.

Community
Intermediate
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-dep-audit

Review dependency manifests for risky version patterns and major changes.

Community
Advanced
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-diagnose

Guide users through a reproduce, hypothesise, and fix bug diagnosis loop.

Community
Advanced
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-whats-next

Read pipeline state files to report current phase and next skill.

Community
Advanced
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-grill-with-docs

Validate design intent against the domain model and document decisions in CONTEXT.md.

Community
Advanced
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-mutation-verify

Analyze code changes for potential issues via hypothetical mutation testing.

Community
Advanced
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-builder

Translate project plans into code with TDD integration and engineering standards.

Community
Advanced
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-archivist

Synchronize LFE documentation with the codebase after commit approval.

Community
Advanced
๐Ÿ“ฆ In Repo
StChiotisStChiotis

lfe-inspector

Validate LFE-compliant project code against domain truth and baselines.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Library-First-Engineering?โ–ผ

Run `npx skills add StChiotis/Library-First-Engineering --all -g -y` in your terminal to install all skills globally.

What problem does Library-First Engineering solve?โ–ผ

It stops AI coding sessions from hallucinating business logic, losing context, and producing tangled architecture by forcing every step through documented plans and independent verification.

How do I start a session with LFE?โ–ผ

Run /lfe-boot at the start of every session. It reads the pipeline state, detects interrupted work, and tells you exactly which step comes next.

Does LFE work with Claude Code, Cursor, and other tools?โ–ผ

Yes. It is language-, IDE-, and model-agnostic, with adapters for Cursor, Windsurf, Cline, Copilot, and a plain-text system prompt for any chat interface.

Can I use LFE for small quick fixes?โ–ผ

Yes. The /lfe-scout command handles minor fixes of up to three files without running the full planning pipeline, and escalates automatically if the change turns out to be structural.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’