Skip to main content
Recusive
GitHub-Creator-Profil

Recusive

Repository-Ansicht von 39 gesammelten Skills in 6 GitHub-Repositories.

gesammelte Skills
39
Repositories
6
aktualisiert
2026-04-16
Repository-Explorer

Repositories und repräsentative Skills

ui
Webentwickler

Build and refine user interfaces with Tailwind CSS. Use when the user asks to build, design, style, or refine web UI — landing pages, dashboards, marketing sections, forms, buttons, cards, pricing tables, hero sections, testimonials, or Tailwind markup cleanup. Generates multiple design variations on exploratory requests.

2026-04-16
blueprint-first
Softwareentwickler

Guide any engineering task — building, fixing, expanding, refactoring, investigating — like a senior engineer at a big company. Teaches the thinking process, not just rules. Study first, plan properly, implement with discipline. Use this skill whenever the user mentions "follow the patterns", "replicate the architecture", "proper system design", "production-ready plan", "do it properly", "don't hardcode", "build it like they would", "find the root cause", "fix it properly", "don't just patch it", "expand this feature", "refactor this", "how does this work", or asks for any engineering work to follow existing conventions exactly. Also trigger when the user is frustrated that previous work was half-baked, used hardcoded values, created workarounds, suppressed lints, or didn't follow the repo's architecture. Even if the user just says "plan this properly" or "I want it done right" or "check the codebase first", use this skill. When in doubt, prefer this skill — studying the codebase first never makes anything wo

2026-03-26
audit-as-a11y-eng
Softwareentwickler

Audit an implementation plan for Accessibility compliance. Use this skill when the user says "audit for accessibility", "a11y review this plan", "check accessibility", or any plan that adds interactive UI — buttons, dialogs, modals, forms, panels, trees, tabs, drag-and-drop, or custom widgets. Developer tools are notoriously poor at accessibility. This lens catches missing ARIA labels, broken keyboard navigation, trapped focus, insufficient contrast, and missing screen reader announcements that no other audit will find because they require thinking like a user who can't see the screen or use a mouse.

2026-03-19
audit-as-backend-eng
Softwareentwickler

Audit an implementation plan through the eyes of a senior Backend/Rust Engineer. Use this skill when the user says "audit as backend", "backend review this plan", "review the Rust code", or any plan that involves Tauri commands, Rust crates, IPC protocol, sidecar processes, file system operations, terminal management, or backend state. This lens catches unsafe Rust patterns, error handling gaps, resource leaks, concurrency issues, and IPC protocol mistakes that frontend-focused audits miss entirely.

2026-03-19
audit-as-design-eng
Web- und digitale Schnittstellendesigner

Audit an implementation plan through the eyes of a Design Engineer. Use this skill when the user says "audit as design engineer", "design review this plan", "review the design aspects", or any plan that involves UI changes, component styling, visual states, dark mode, colors, typography, spacing, or animations. Also trigger when reviewing plans that touch CSS, Tailwind classes, design tokens, or component visual structure. This lens catches visual inconsistencies, design system violations, and craft issues that other audits miss entirely.

2026-03-19
audit-as-dx-eng
Softwareentwickler

Audit an implementation plan through the eyes of a Developer Experience (DX) Engineer. Use this skill when the user says "audit as DX", "DX review this plan", "review the developer experience", or any plan that adds user-facing features to a developer tool — CLI commands, error messages, configuration, onboarding, keyboard shortcuts, tool output, or API surfaces. Orbit is a developer tool; its users are developers. This lens catches the usability issues specific to developer tools that generic UX audits miss because they don't think like a developer using a tool.

2026-03-19
audit-as-frontend-eng
Softwareentwickler

Audit an implementation plan through the eyes of a senior Frontend Engineer. Use this skill when the user says "audit as frontend", "frontend review this plan", "review the React code", or any plan that involves React components, hooks, state management, Zustand stores, TypeScript types, CSS/Tailwind, bundle optimization, or rendering performance. This lens catches React anti-patterns, state management issues, type safety gaps, unnecessary re-renders, and bundle bloat that generalist audits miss.

2026-03-19
audit-as-perf-eng
Softwareentwickler

Audit an implementation plan through the eyes of a Performance Engineer. Use this skill when the user says "audit for performance", "perf review this plan", "will this be fast", "check performance impact", or any plan that could affect runtime performance — new event listeners, state subscriptions, IPC calls, file I/O, streaming, rendering changes, process spawning, or features that run in long-lived sessions. This is NOT frontend render perf (that's frontend-eng). This is systems performance — memory over 8-hour sessions, IPC latency, streaming throughput, resource lifecycle. Desktop apps can't hide behind a page refresh.

2026-03-19
Zeigt die Top 8 von 20 gesammelten Skills in diesem Repository.
nightshift
Softwareentwickler

Autonomous overnight codebase improvement agent. Runs for hours while you sleep — systematically discovers and fixes production-readiness issues across the entire stack: missing tests, error handling gaps, security vulnerabilities, accessibility problems, code quality violations, performance issues, and UI polish. Documents every finding and fix in a detailed shift log. The unattended runner supports both Codex and Claude as pluggable agent adapters — same pipeline, same verification, you just pick which one. Use this skill whenever the user says "nightshift", "run overnight", "overnight engineer", "night shift", "autonomous improvement", "improve while I sleep", "background improvement", "make production ready", "run all night", or wants to leave an agent running to systematically improve the codebase. Also trigger when the user mentions leaving the computer running overnight for code improvements, or wants a long-running autonomous session that explores and hardens the codebase.

2026-04-09
build
Softwareentwickler

The autonomous builder operator. Picks the highest-impact task from the queue, builds it end-to-end (code, tests, docs, changelog, tracker), ships via PR, and leaves a clean handoff for the next session. Invoke this operator when the daemon selects BUILD, when there are pending tasks to ship, when urgent work needs doing, or when the system needs features built. This is the default operator — when in doubt, build.

2026-04-09
achieve
Softwareentwickler

Autonomy engineering operator. Measures how close the system is to zero human intervention (0-100 score), identifies the highest-impact human dependency, and eliminates it with production-grade code. Invoke when the daemon selects ACHIEVE, when the autonomy score is below 70, when needs-human issues accumulate, or when the system has been running without self-reflection for 10+ sessions. This operator ships autonomy, not features.

2026-04-07
audit
Softwarequalitätssicherungsanalysten und -tester

Framework audit operator. Reviews all .recursive/ files for quality — contradictions between operators, dead paths, stale instructions, missing coverage. Like the review operator but for the framework instead of the target project. Invoke every 20+ sessions or after major framework changes.

2026-04-07
evolve
Softwareentwickler

Framework evolution operator. Reads the friction log written by target operators, finds patterns (same issue 3+ times), and fixes the root cause in .recursive/. Only modifies framework files — never touches the target project. Invoke when friction entries accumulate or repeated agent failures indicate systemic framework issues.

2026-04-07
oversee
Projektmanagementspezialisten

Task queue management operator. Triages every pending task — closes duplicates, marks done work, wontfixes stale noise, reorders priorities, and decomposes stuck tasks. Invoke when the daemon selects OVERSEE, when 50+ pending tasks accumulate, when stale tasks are piling up, or when the builder keeps skipping tasks. This operator makes the queue smaller and sharper so the builder builds the right thing.

2026-04-07
review
Softwarequalitätssicherungsanalysten und -tester

Code quality review operator. Picks one file, reads it deeply, fixes every issue found, and logs the review. Invoke when the daemon selects REVIEW, after 5+ consecutive BUILD sessions, when the healer flags quality concerns, or when code quality debt is accumulating. This operator does not build features — it hardens what was already built.

2026-04-07
security-check
Informationssicherheitsanalysten

Red team / pentest operator. Runs before the main build session to find the most fragile paths in the autonomous system and hand the builder a concise fix list. Invoke when the daemon runs pentest preflight, when security audit is needed, or when you want an adversarial review of the system's defenses. This operator is read-only — it finds breaks, it does not fix them.

2026-04-07
Zeigt die Top 8 von 11 gesammelten Skills in diesem Repository.
skill-creator
Softwareentwickler

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

2026-03-25
skill-installer
Softwareentwickler

Install Codex skills into $ORBIT_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

2026-03-25
enforce-conventions
Softwarequalitätssicherungsanalysten und -tester

Review Orbit Code diffs, branches, pull requests, or specific files for compliance with repo coding conventions. Use when the user asks to enforce conventions, check coding standards, audit a diff or branch, review merge readiness, or verify changes against AGENTS.md and docs/pattern/CODING_CONVENTIONS.md. Also use proactively before opening a PR or after substantial implementation work in this repo.

2026-03-23
openai-docs
Softwareentwickler

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or explicit GPT-5.4 upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.

2026-03-21
audit-refactor-plan
Softwarequalitätssicherungsanalysten und -tester

Audit proposed refactor plans for production readiness in the Orbit Code monorepo. Use when asked to evaluate a plan document for correctness, architecture, crate boundaries, protocol and SDK compatibility, Bazel/Cargo/pnpm tooling fit, migration risk, edge cases, and test coverage before implementation.

2026-03-21
6 von 6 Repositories angezeigt
Alle Repositories angezeigt