beyondeye
Useran agentic IDE in your terminal, markdown tasks with YAML frontmatter, git-native, zero infrastructure. Works with Claude Code, OpenCode, and Codex CLI.
Categories
Indexed Skills (35)
aitask-pickrem-remote
Pick and implement a task in remote/non-interactive mode. All decisions from execution profile - no AskUserQuestion calls.
aitask-pickweb-remote
Pick and implement a task on Claude Code Web. Zero interactive prompts. No cross-branch operations — stores task data locally in .aitask-data-updated/.
task-workflow
Shared implementation workflow for task-based skills, with profile-check sites wrapped in Jinja conditionals.
aitask-explorechat
Chat-native explore flow for a bug report — machine-spawned by the chatlink gateway, every decision routed through the file-spool Q&A relay instead of AskUserQuestion, ending in a task-creation payload.json. Not a user task command.
ait-git
Git commands for aitasks/aiplans directories — use ./ait git instead of plain git
aitask-gate-docs-updated
Procedure-backed verifier for the `docs_updated` gate — inspects a task's change, updates the project's documentation per the configured doc-update spec (confirming with the user), and records the gate result. Run by the attended agent (task-workflow / aitask-resume), not the headless engine.
aitask-gate-template
Scaffold for authoring a new gate verifier. Documents the orchestrator's verifier contract (positional args, exit codes, sidecar log, ledger append) and provides a copy-me script template.
aitask-learn-skill
Learn a new skill from sources — a local file, a URL, a repo file/dir, or a tmux pane (capturing the workflow an agent just ran) — and generate a complete static SKILL.md.
aitask-explore
Explore the codebase interactively, then create a task for implementation.
aitask-fold
Identify and merge related tasks into a single task, then optionally execute it.
aitask-pick
Select the next AI task for implementation from the `aitasks/` directory.
aitask-pickn
Select the next AI task for implementation from the `aitasks/` directory.
aitask-pickrem
Pick and implement a task in remote/non-interactive mode. All decisions from execution profile - no AskUserQuestion calls.
aitask-pickweb
Pick and implement a task on Claude Code Web. Zero interactive prompts. No cross-branch operations — stores task data locally in .aitask-data-updated/.
aitask-pr-import
Create an aitask from a pull request by analyzing PR data and generating a structured task with implementation plan.
aitask-qa
Run QA analysis on any task — analyze changes, discover test gaps, run tests, and create follow-up test tasks
aitask-resume
Resume an in-flight task from its gate-ledger checkpoint (programmatic re-entry surface for testing / TUI / board ops).
aitask-revert
Revert changes associated with completed tasks — fully or partially
aitask-review
Review code using configurable review guides, then create tasks from findings.
aitask-wrap
Wrap uncommitted changes into an aitask with retroactive documentation and traceability.
aitask-work-report
Draft a manager-facing work report from selected board columns.
aitask-audit-wrappers
Audit and port aitask skill wrappers across code-agent trees, plus helper-script whitelist coverage.
aitask-contribute
Contribute changes back to repositories by opening structured issues (GitHub, GitLab, or Bitbucket). Supports both aitasks framework contributions and project-specific contributions.
aitask-contribution-review
Analyze a contribution issue, find related issues, and import as grouped or single task.
aitask-add-model
Register a known code-agent model in models_<agent>.json, optionally promote it to default across config/seed/DEFAULT_AGENT_STRING.
aitask-changelog
Generate a changelog entry by analyzing commits and archived plans since the last release.
aitask-create
Create a new AI task file with automatic numbering and proper metadata. Supports interactive agent prompts, terminal fzf, and batch mode.
aitask-explain
Explain files in the project: functionality, usage examples, and code evolution history traced through aitasks.
aitask-refresh-code-models
Research latest AI code agent models via web and update models_*.json configuration files.
aitask-reviewguide-classify
Classify a review guide file by assigning metadata and finding similar existing guides.
aitask-reviewguide-import
Import external content (file, URL, or repository directory) as a reviewguide with proper metadata.
aitask-reviewguide-merge
Compare two similar review guide files and merge, split, or keep separate.
aitask-shadow
Shadow companion for a followed coding agent - reads its captured terminal output and, in one instruction-driven flow, explains it, helps answer an AskUserQuestion, or critically interrogates a plan. Advisory-only. Spawned by minimonitor; not a task-implementation command.
aitask-stats
Calculate and display statistics of AI task completions (daily, global, per-label).
aitask-web-merge
Merge completed Claude Web branches to main and archive task data.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.