lidr-specboot
Spec-driven development workflows, code audits, and git automation
All Skills in This Repository (11)
Pure Emerald Level Indicatorscommit
Generate detailed git commits and pull requests using GitHub CLI.
using-git-worktrees
Automates creation of isolated git worktrees for development tasks.
explain
Explain technical concepts and system designs with structured, accessible breakdowns.
update-docs
Updates technical documentation based on recent code changes and standards.
meta-prompt
Restructure and clarify prompts with role, objectives, and format.
enrich-us
Enrich Jira user stories with endpoints, data fields, and testing steps.
code-auditing
Audit codebases for vulnerabilities, dead code, and best practice violations.
writing-skills
Write and verify technical documentation using test-driven principles before release.
show-spec-working
Run live interactive demonstrations of specifications via browser automation or API execution.
adversarial-review
Review specifications and code changes for flaws, security gaps, and inconsistencies.
sync-agent-symlinks
Synchronize agent skill directories with the canonical ai-specs/skills source via symlinks.
Frequently Asked Questions
FAQPage SchemaHow to install lidr-specboot?βΌ
Run `npx skills add LIDR-academy/lidr-specboot --all -g -y` in your terminal to install all skills globally.
What is spec-driven development with OpenSpec?βΌ
It is a workflow where specifications are the source of truth: you propose a change, implement tasks, verify against the spec, and archive it. Specboot adds the rules, agent roles, and skills that make this flow run consistently.
Does lidr-specboot work with Claude Code, Cursor, and Codex?βΌ
Yes. It keeps one canonical rules source in ai-specs and exposes it to each copilot through AGENTS.md, CLAUDE.md, codex.md, GEMINI.md, and synced symlinks.
How does the adversarial review skill work?βΌ
It runs an independent red-team pass after implementation and before archiving, hunting for spec mismatches, missing tests, and abuse cases, then returns a clear PASS or FAIL verdict.
Can I use it without Jira or MCP servers?βΌ
Yes. Jira and Playwright MCP integrations are optional; the enrich-us skill also accepts ticket text pasted directly into the chat.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core