soli92
Community@soli92
soli92 maintains 48 protocol-driven skills for software delivery governance, wiki knowledge management, VCS handoffs, and design-to-code extraction.
Agent Skills by soli92
Showing 11 vetted skills indexed across 1 GitHub repositories.
promote-status
Validates and applies wiki page status transitions in frontmatter metadata.
tech-scout
Generates a dated technology stack proposal from wiki constraints and 2026 web sources.
caveman-protocol
Compresses agent-to-agent messaging payloads via a five-phase channel-aware protocol.
complexity-budget-check
Measures PATTERN.md section growth and applies the N:1 complexity budget rule per release.
consistency-check-protocol
Verifies sub-agent output against a decision anchor and emits pass, warn, or fail verdicts.
scaffolding-protocol
Selects adaptive tutoring scaffolding level from student mastery scores.
premortem-protocol
Runs a structured five-phase premortem risk analysis on plans and kanban artifacts.
flakiness-detection-protocol
Detects flaky tests statistically from JSONL test-run events and manages reversible quarantine.
content-share-protocol
Publishes HTML artifacts to soli-frames via GitHub repository_dispatch with a five-phase gated protocol.
semantic-drift-scan-protocol
Detects semantic drift between wiki pages and PATTERN.md sections using embedding cosine similarity.
vcs-handoff
Coordinates per-task Git commits in a monorepo with mandatory human approval gates.
Frequently Asked Questions About soli92
FAQPage SchemaWhat tasks can I perform using soli92's skills?▼
You can manage wiki knowledge bases (scrivi-wiki-page, wiki-gap-protocol, wiki-search-protocol), govern VCS handoffs and preflight checks, extract Figma designs into React and HTML prototypes, estimate project cost and time, run structured premortem risk analysis, and detect or heal flaky tests.
Who are soli92's skills designed for?▼
They target software engineers, tech leads, and delivery managers who need protocol-driven governance: developers use dev-protocol, scaffolding-protocol, and lint-checks; leads use project-estimation, complexity-budget-check, and temporal-budget-governor; knowledge managers use the wiki protocol family.
How do soli92's protocol skills run in practice?▼
Each skill is a named protocol with defined phases, for example caveman-protocol runs 5 phases (Bootstrap, Identify Channel, Apply Compression, Drift Check, Log) and content-share-protocol runs Pre-flight, Build Payload, Validate, Human Gate, and Dispatch. Several are opt-in or gated behind configuration flags.
Are soli92's skills stable and ready for production use?▼
Stability varies by skill. Some carry explicit pattern versions (content-share-protocol v2.33, caveman-protocol v2.14), while semantic-drift-scan-protocol is explicitly marked experimental and opt-in. Check each skill's frontmatter status and pattern_version before relying on it in production.
What prerequisites do soli92's skills require?▼
Prerequisites depend on the skill family: VCS skills assume a version-controlled repository, Figma and React skills assume design files and a frontend codebase, and gated skills like content-share-protocol require enabling configuration flags (e.g., content_share.enabled) before execution.