By RUSHYOP
Ramco ERP brain skills: journey extraction, eval, reindex, sync, plus ramco-data-locator agent.
Onboard NEW journeys into the journey_v1 corpus (the executor-ready format-v4 journey brain) so they inherit every accumulated quality lane — JC waves, adversarial-verify fixes, Ramco review classes — by running the standing idempotent pipeline. Use this skill whenever the user asks to "add a journey", "update the brain with journeys", "onboard a new activity/module journey", "extend journey_v1", or when new activities/components need journey coverage. Canonical runbook: journey_v1/_build/NEW_JOURNEY_PROCESS.md (this skill is its executable form). Everything is idempotent over the whole corpus — re-running any step is always safe.
Carefully evaluate and grade the Ramco ERP "Brain" chatbot's answers against the ground-truth question bank (BrainEvals-Layer1). Use this skill WHENEVER you are scoring, grading, judging, benchmarking, or running an evaluation of Brain answers — or when the user says "eval the brain", "score these answers", "run the evals", "grade against ground truth", "judge as correct/hallucination", or asks how well the Brain answers. Two rules define careful grading here and this skill enforces them: (1) drop two-word and otherwise low-quality/malformed questions from the eval set — they are not real questions; (2) an answer that is MORE comprehensive than the ground truth (a superset) is CORRECT, not a hallucination — a hallucination is ONLY inventing facts that are not there. Judge on informational equivalence of the important points, semantically, in English.
Generate a deep, gold-quality "journey" JSON for a single Ramco ERP activity (e.g. Create Direct PO, Edit & Approve PO, Maintain Item Basic Information, Generate Supplier Rating, Print PO Register, Purchase Hub) from the Ramco data drop — by parsing the component's Service_details CSV, the stored procedures, the screen objects, and the integration cascade. Use whenever the task is to build, extend, fix, or validate a Ramco activity journey to the depth of the gold po_create_direct reference (14 screens / 197 slots / 146 tools / 493 rules), or to map an activity's screens, slots, SP chains, discriminators, rules, and cross-component (TCAL/VAT/workflow/budget) dependencies.
Safely ADD new knowledge to the Ramco ERP "Brain" (the LLM-wiki / vectorless-RAG knowledge system) as a strictly additive, non-regressing positive delta. Use this skill WHENEVER you are extending, reindexing, updating, or ingesting into the Brain — a new source file or artefact class, a new cross-connection/edge between components, or a new instruction in the chatbot's system prompt or tool set. Also use it whenever the user says "reindex", "add this to the brain", "ingest", "extend the brain", "add a parser/generator", "wire up a new source", or asks to update brain content without breaking what is already there. The governing rule is: the CURRENT Brain is pre-eminent — nothing is ever deleted, and earlier answers must never regress.
Onboard a batch of NEW or CHANGED Ramco source files into the Brain — the end-to-end playbook that runs WHENEVER a `git pull` of `ramco-erp-brain/` lands new/changed files, a new folder/BPC/artefact-class appears, or the user says "sync the brain", "a git pull brought new data", "ingest the delta", "new files were added to the source, update the brain", or "the source changed — reflect it". This is the DELTA ORCHESTRATOR: it detects the change set, documents it, classifies every path, and routes each class through the `reindex-brain` skill (§A/§B/§C), then proves no regression with the `eval-brain` skill before anything becomes visible. It composes those two skills — it does not replace them. Governing rule (inherited): every change is a strictly additive, non-regressing positive delta; the current Brain is pre-eminent; nothing is deleted, no prior answer regresses.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Private marketplace: single source of truth for RUSHYOP plugins/skills.
/Users/admin/Codes-2/Agentic-setup| Do | Don’t |
|---|---|
Add plugins here with ./scripts/add-plugin.sh | Install plugins only into Claude/Grok/Cursor |
| Commit + push catalog (and mirrors) | Leave a tool pointing at random upstream URLs |
| Point every AI tool at this marketplace | Duplicate skills under ~/.claude/skills / ~/.grok/skills |
add plugin → marketplace.json + mirror registry → commit/push
↓
Claude / Grok / other tools only reference this marketplace
cd /Users/admin/Codes-2/Agentic-setup
# Upstream project
./scripts/add-plugin.sh superpowers obra/superpowers --sync --commit --push
# Monorepo subfolder
./scripts/add-plugin.sh static-analysis trailofbits/skills \
--path plugins/static-analysis --sync --commit --push
# Already known marketplace (clone under ~/.claude/plugins/marketplaces)
./scripts/add-plugin.sh frontend-design --marketplace claude-plugins-official \
--sync --commit --push
# Your own plugin under plugins/my-thing/
./scripts/add-plugin.sh my-thing --first-party --commit --push
What that does:
.claude-plugin/marketplace.jsonRUSHYOP/mirror-* (not the owner’s raw URL as the long-term source)mirrors/registry.tsv--sync creates/updates the private mirror--commit / --push# Grok — marketplace only
grok plugin marketplace add RUSHYOP/rushy-claude-plugins
# live checkout (optional):
grok plugin marketplace add /Users/admin/Codes-2/Agentic-setup
# then install/enable plugins from that marketplace UI/CLI — not from random git URLs
# Claude — marketplace rushy + enable name@rushy
# extraKnownMarketplaces.rushy → RUSHYOP/rushy-claude-plugins
Optional helper to regenerate enable lists / merge Claude *@rushy:
./scripts/generate-global-config.sh
./scripts/apply-global.sh --claude
See AGENTS.md — any AI working on plugin setup must use add-plugin.sh, not CLI-only installs.
# Preferred runners (hooks package)
./hooks/check-cli-drift.sh # dry-run status
./hooks/reconcile.sh --sync --only-new --commit --push
# Equivalent low-level script
./scripts/import-from-clis.sh --commit
./scripts/sync-mirrors.sh # if new remotes
git push
# then turn off non-@rushy enables in the CLI
# Install global Grok hooks — SessionStart + post-plugin-install AUTO-ADD into catalog
./hooks/install-user-hooks.sh # commit catalog changes
./hooks/install-user-hooks.sh --push # also git push
./hooks/install-user-hooks.sh --claude # optional Claude SessionStart
# Same body as the hook (manual):
./hooks/auto-add-from-clis.sh
# Or enable marketplace-ops@rushy:
# /marketplace-status
# /reconcile-marketplace
After you install a plugin in Grok/Claude, the PostToolUse hook runs import-from-clis and commits into this marketplace. SessionStart does the same if anything is still missing.
See hooks/README.md.
| Script | Role |
|---|---|
add-plugin.sh | Canonical add to marketplace |
hooks/reconcile.sh | Runnable CLI→catalog reconcile |
hooks/check-cli-drift.sh | Dry-run drift check |
hooks/install-user-hooks.sh | Install global Grok/Claude hooks |
sync-mirrors.sh | Private DR mirrors |
rebuild-marketplace.sh | First-party scan of plugins/* |
import-from-clis.sh | Reconcile CLI → catalog only |
generate-global-config.sh | Build config/* from catalog |
apply-global.sh | Optional Claude *@rushy merge |
clean-global-configs.sh | Reset Claude + Grok globals to only this marketplace |
CLAUDE.md)Canonical copy of your global Claude rules lives in this repo as CLAUDE.md.
# Install into Claude user global:
./scripts/apply-global.sh --claude-md
# or full Claude wire (*@rushy + CLAUDE.md):
./scripts/apply-global.sh --claude
Edit CLAUDE.md here → commit/push → re-run apply on machines that need it.
.claude-plugin/marketplace.json
CLAUDE.md # global agent rules (source of truth)
AGENTS.md # marketplace workflow for AI tools
hooks/ # drift check + reconcile runners + user hook installer
plugins/ # first-party only (includes marketplace-ops)
mirrors/registry.tsv
scripts/add-plugin.sh # start here for new plugins
npx claudepluginhub rushyop/rushy-claude-plugins --plugin ramco-brainReact Three Fiber skill pack: fundamentals, geometry, materials, lighting, textures, shaders, animation, interaction, loaders, physics, postprocessing, plus brain-viz large-graph renderer patterns. Vendored r3f-* from EnzeD/r3f-skills (MIT).
General agent skills: find-skills, git-commit, graphify, migrate-radix-to-base, project-sites, shadcn.
Rushy marketplace operations: SessionStart drift checks, post-install reconcile hints, and slash commands to import CLI-installed plugins into the RUSHYOP catalog.
Report and figure generation: Vizuara PDF/HTML reports and Wisprflow chart figures.
Curated skills for improving UI quality and UX on non-3D websites and applications: design-system redesign, motion/UX systems, component polish, and conversion copy.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
TypeScript/JavaScript full-stack development with NestJS, React, and React Native
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 41 skills, 8 agents, 23 commands, 37 hook scripts across 24 events. Cross-agent via skills add.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Write complete novels with Claude and Codex. Literary prose, iterative review, and craft-aware feedback.