Browse Skrpts
All published AI workflow packages. Find the right skrpt for your project.
AI Project Orchestrator
Multi-agent coordination workflow that reasons over a pasted push summary + open-issues list: structured push review, likely-drift flagging, triage + issue-action planning, and a briefing — via a 3-way review loop (Architect → CTO → Orchestrator)
API Weather Pipeline
Demonstrates schema-driven API integration: reads an OpenWeatherMap API schema, composes requests, and generates a weather briefing
Big-Log Extractor & Summariser
Extracts the signal from a large log deterministically — pull matching lines, dedupe, count — then has a model summarise only the small, unique result, cutting tokens dramatically.
Bug Report Triage Pipeline
Classifies incoming bug reports, extracts structured details, and triages by severity using incident response guidelines
CSV to Narrative Report
Turns raw CSV into a narrative report by doing the aggregation deterministically — parse, filter, dedupe, count — then letting a model summarise only the computed result, spending zero tokens on the maths.
Code Review Pipeline
Automated PR review with style checking, security scan, and structured feedback
Customer Support Flow
Classifies customer intent and drafts appropriate responses
Documentation Pipeline
Analyzes source code and generates comprehensive technical documentation with examples, formatted as clean markdown
IOC Defanger
Extracts indicators of compromise from raw text and neutralises them deterministically, so they are safe to share, then drafts an analyst note.
MCP PR Review Pipeline
Multi-agent pull request review via GitHub MCP — security, quality, and style agents with a human gate before posting
MCP Server Builder
Design, build, validate, test, and document an MCP server from a service description
Meeting to Email Pipeline
Records meeting notes, summarizes key points, and formats as a shareable email
Onboarding Setup Pipeline
Generates personalized onboarding materials and interview questions
Ralph Wiggum Loop
Autonomous development loop — pick a task, implement, test, commit, repeat until done
Release Process Pipeline
Drafts user-facing release notes from recent commits and pull requests
Security Audit Pipeline
Scan code for vulnerabilities, categorize findings by OWASP type, prioritize by severity, and produce a remediation roadmap
Skrpt Builder
Design and generate a complete skrpt from a plain-language description — the guided way to create your first skrpt
Skrptiq-on-Skrptiq
Use Skrptiq to design, build, and publish new skrpts — a four-stage compound workflow chain that demonstrates multi-stage pipelines with human-in-the-loop gates
Sprint Wrapup Pipeline
Summarizes sprint retrospective notes and extracts action items for the next sprint
Translation Pipeline
Translate content into multiple languages with quality review and comparative reporting
Webapp Testing Pipeline
Plan test cases, write and execute tests, report failures, and fix issues in an automated cycle