hope1026 /
weppy-roblox-mcp
Roblox Studio MCP server & plugin for Claude Code, Cursor, Codex, and Gemini. AI-powered scripts, terrain, assets, lighting, and bidirectional project sync.
Loading repository data…
shyamsridhar123 / repository
AI-powered coding assistant for the command line. Uses OpenAI Responses API (not Chat). Autonomous agents, parallel code reviews, 33+ tools, multi-model support. Built with Bun & TypeScript.
Experimental: This project is under active development. APIs may change, features may break, and Dory might forget what she was doing. Use at your own risk!
"Just keep coding, just keep coding..." — Dory, probably
Sharkbait is a CLI-based AI coding assistant built with Bun and TypeScript. It uses the OpenAI Responses API (not Chat Completions) for enhanced tool calling and streaming. Like Nemo escaping the dentist's fish tank, it helps you break free from tedious coding tasks.
The development environment is powered by Anthropic skills and Claude Code plugins that provide specialized workflows across design, engineering, research, and operations.
+.+++.
## ....-### -
+ ###++++-#++-
- ##+-++--+-+--.
#++++-+-------..
- -#+-----++-.....
##-.----+-. ###########
#..-++--. +#####+. .. .
####..--+--..##. ...-+####++-.
# . .-.--+-. ## .+++++++++++-++..
# ##+### -+--.## .--+++++++++++++-+
+ .#+-###.--+.-# -+--------+++++-...
-#.-###.--- #+.+---... ...-+++-.###
###.--+##-.++.## ---...####...-+++- .###
# .. ##- --## -#.-#.-+...## ###.-++++ ##+
#- ###+--+#---#- # +++-..#-.+# +-.-##. ##-.-+++#####.
## ##---+##+--++#+.+-+-+--+-.+#.+-.####--.###+.-+++.###+.
# .#+++----++-+-++.#..+-.---.#+---..########..-++++-....-+##-.
#. #++##++--+----+--#.#-----.#+-----........-+++++++++++-----+#.
#- #++-+++++++--+++.# -#..--.+#.--------....--+++++--.--.#++++#+
+# ##---+++++++---+.+#.-#+---.#+..-------++--.....--++-.++--++#.
# .##+++--++-++-+-....++- ....+#...----++--++####++..-##++++##
# ###+++-++-++.. . +##..+.+#-......------....+#+++++##-
# #####+++. ## ++--+. .. .-###########-
#. .+. ..- +. .###-
#-. + #
rm -rf momentsMost AI coding assistants have the memory of... well, Dory. They forget context between sessions, lose track of what you were working on, and make you repeat yourself constantly.
Sharkbait is different. Built-in Beads provide persistent, git-backed memory that survives across sessions:
Sharkbait's development environment ships with the full Anthropic Skills catalog and a curated set of Claude Code plugins. These are used during development with Claude Code — they are not runtime features of the Sharkbait application itself.
| Category | Skills | What They Do |
|---|---|---|
| Design | canvas-design, frontend-design, brand-guidelines, theme-factory | Visual art, production-grade UI, brand colors, themed styling |
| Art & Media | algorithmic-art, slack-gif-creator | Generative art with p5.js, animated GIF creation |
| Documents | docx, pdf, pptx, xlsx, doc-coauthoring | Create/edit Office docs, PDFs, spreadsheets, co-author documents |
| Engineering | web-artifacts-builder, mcp-builder, webapp-testing | Multi-component web apps, MCP servers, browser testing |
| Meta | skill-creator, internal-comms | Create new skills, write internal communications |
| Plugin | Purpose |
|---|---|
compound-engineering | Multi-agent workflows: plan, brainstorm, review, work |
feature-dev | Guided feature development with codebase understanding |
code-review | PR review with specialized analysis agents |
pr-review-toolkit | Silent failure hunting, type design, test coverage |
code-simplifier | Post-implementation code clarity pass |
coderabbit | AI code review on changes |
hookify | Create hooks to prevent unwanted behaviors |
plugin-dev | Build and validate Claude Code plugins |
agent-sdk-dev | Verify Agent SDK applications |
claude-code-setup | Automation recommendations |
claude-md-management | CLAUDE.md auditing and improvement |
playground | Interactive HTML playground creation |
commit-commands | Commit, push, PR workflows |
github | GitHub integration |
| Plugin | Language |
|---|---|
typescript-lsp | TypeScript/JavaScript |
pyright-lsp | Python |
gopls-lsp | Go |
clangd-lsp | C/C++ |
csharp-lsp | C# |
jdtls-lsp | Java |
kotlin-lsp | Kotlin |
lua-lsp | Lua |
php-lsp | PHP |
rust-analyzer-lsp | Rust |
swift-lsp | Swift |
| Plugin | Domain |
|---|---|
data | SQL, dashboards, visualizations, statistical analysis |
marketing | Campaigns, brand voice, SEO, content, competitive analysis |
finance | Journal entries, reconciliation, SOX, variance analysis |
legal | Contract review, NDA triage, compliance checks |
product-management | Specs, roadmaps, sprint planning, user research |
sales | Pipeline, forecasting, outreach, competitive intel |
customer-support | Triage, research, escalation, KB articles |
enterprise-search | Cross-source search, knowledge synthesis |
productivity | Task management, memory systems |
bio-research | PubMed, ChEMBL, clinical trials, bioRxiv, scRNA-seq |
| Plugin | Purpose |
|---|---|
ralph-loop | Autonomous agent loop |
huggingface-skills | HF Hub: models, datasets, training, evaluation |
context7 | Up-to-date library documentation |
playwright | Browser automation and testing |
frontend-design | Production-grade frontend components |
The compound-engineering plugin provides multi-agent orchestration:
| Workflow | Command | Description |
|---|---|---|
| Plan | /plan | Transform feature descriptions into structured plans |
| Brainstorm | /brainstorm | Explore requirements through collaborative ideation |
| Work | /work | Execute plans efficiently with quality gates |
| Review | /review | Exhaustive multi-agent code review |
| Compound | /compound | Document solved problems for future reference |
# From source
git clone https://github.com/shyamsridhar123/sharkbait.git
cd sharkbait
bun install
bun run build:binary
export AZURE_OPENAI_ENDPOINT="https://your-resource.openai.azure.com"
export AZURE_OPENAI_API_KEY="your-api-key"
export AZURE_OPENAI_DEPLOYMENT="gpt-codex-5.2"
.env file:cp .env.example .env
# Edit .env with your credentials
sharkbait chat
sharkbait ask "How do I refactor this function?"
sharkbait run "Add input validation to the login endpoint"
cd your-project
sharkbait init
During an interactive chat session, use slash commands for quick actions:
| Command | Description |
|---|---|
/cd <path> | Change working directory (creates if needed) |
/pwd | Show current working directory |
| Command | Description |
|---|---|
/clear | Clear message history |
/exit | Exit Sharkbait (aliases: /quit, /q) |
| Command | Description |
|---|---|
/beads [on|off] | Toggle or check Beads task tracking |
/model [name] | Show or switch the LLM model |
/tasks | Show Beads task status |
/context [add|remove|list] | Manage context files |
| Command | Description |
|---|---|
/setup | Launch interactive setup wizard |
/init | Initialize Sharkbait in current directory |
/ask <question> | Ask a one-off question |
/run <task> | Execute a task autonomously |
/review <file> | Run parallel code review (bugs, security, style, performance) |
| Command | Description |
|---|
Selected from shared topics, language and repository description—not editorial ratings.
hope1026 /
Roblox Studio MCP server & plugin for Claude Code, Cursor, Codex, and Gemini. AI-powered scripts, terrain, assets, lighting, and bidirectional project sync.
BjornMelin /
An OpenAI-compatible proxy server that lets Cursor IDE connect directly to GitHub Copilot's LLM services. Bypass Cursor's 500 premium requests/month limit by leveraging your existing GitHub Copilot subscription for unlimited AI-powered code completions, chat, and editing features within Cursor IDE.
xdotech /
GoAtlas: The AI-Powered Code Intelligence Engine — A server-side MCP platform that deeply indexes Go/TypeScript codebases via AST parsing, builds a Neo4j knowledge graph, and provides hybrid semantic search (BM25 + pgvector). Features process detection, community clustering, auto-generated docs, and a Gemini AI agent.
Draivix /
AI-powered code guardian — static analysis that watches your entire codebase
turtir-ai /
🚀 Ultimate Developer Productivity Suite - 11 specialized MCP servers for AI-powered code analysis, security scanning, browser automation, and workflow orchestration. FastAPI + React + TypeScript + Docker ready.
ZenyaDAR /
AI-powered MCP proxy for Playwright and Figma. Optimize Claude Code and AI agents with session recovery, context reduction and intelligent tool routing.