lextures
Feature implementation, code archaeology, CI repair, and UI polish
All Skills in This Repository (19)
Pure Emerald Level Indicatorsmake-pr-easy-to-review
Clean noisy PR history and add reviewer guidance without altering code behavior.
control-ui
Builds and adapts a browser/CDP harness to inspect web, IDE, or Electron UI.
get-pr-comments
Summarize GitHub pull request review comments into an ordered action list.
verify-this
Restate claims and compare baseline and treatment artifacts to return a verdict.
Next Feature
Identify the next feature from docs/plan and run its implementation workflow.
new-branch-and-pr
Create a branch from latest main and open a pull request.
weekly-review
Consolidate weekly commit history into a concise status recap.
what-did-i-get-done
Summarize authored git commits within a specified time range into a status update.
Github Projects
Create and organize GitHub issues from feature requests via the GitHub API.
loop-on-ci
Monitor GitHub PR CI checks and re-run them until all pass.
workflow-from-chats
Infer working preferences from chat transcripts and generate workflow rules or skills.
fix-merge-conflicts
Resolve git merge conflicts and produce a buildable repository state.
Frequently Asked Questions
FAQPage SchemaHow to install Lextures skills?โผ
Run `npx skills add StudyDrift/lextures --all -g -y` in your terminal to install all skills in this collection globally.
How to automate feature implementation?โผ
The next-feature and implement skills pick the next planned feature, write the code, run lint and e2e tests, and open a pull request automatically.
How to understand why code was written a certain way?โผ
The why skill searches git history, pull requests, tickets, docs, and chat records in parallel, then returns a cited, confidence-rated explanation of the original design decisions.
How to fix failing CI checks automatically?โผ
The fix-ci skill inspects failing pull request checks, finds the root error, applies a minimal fix, and repeats until all checks pass.
Do these skills work with Claude Code and Cursor?โผ
Yes. Every skill follows the standard SKILL.md format and ships in both .claude and .cursor folders, so it runs in Claude Code, Cursor, and compatible editors.
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