Bridgic
01Plugin Claude Code
Agent knowledge corpus for the Bridgic ecosystem.
Plugin Claude Code
Agent knowledge corpus for the Bridgic ecosystem.
Plugin Claude Code
Agent skill & knowledge corpus for the Bridgic ecosystem.
Instructions file
Instructions for bitsky-tech/AmphiLoop, covering amphiloop, architecture, component roles, installation and register marketplace (one-time), then install.
Agent
Code generation specialist for bridgic-amphibious projects. Takes a task description with optional domain context and produces a complete, runnable project at / /: scaffold via CLI, then adapt the generated amphi.py and write main.py + supporting files following framework best practices.
Agent
Configuration specialist for the bridgic-amphibious build pipeline. Drives interactive selection of project mode (Workflow / Amphiflow) and LLM configuration, applies any domain-specific configuration from domain-context/ /config.md, runs the uv environment setup script, and writes the consolidated buildcontext.md…
Agent
Abstract exploration methodology. Decomposes a task into an executable plan by probing the target environment with a domain-supplied toolset, and classifies every parameter as stable (known during exploration and reusable across runs) or volatile (must be re-observed each time the plan is carried out). Produces a…
Agent
Verification specialist for bridgic-amphibious projects. Receives a generated project, injects debug instrumentation (humaninput signal-file override, loop slicing), runs the program with log monitoring, handles human-in-the-loop interactions, validates results, and cleans up all debug code on success. Scene-agnostic…
Command
End-to-end pipeline that turns any task into a working bridgic-amphibious project. TRIGGER when the user says like: "generate an amphibious project from this task" or "build a bridgic project". Optionally accepts a domain flag (e.g., --browser) to inject pre-distilled domain context. Without a flag, the model…
Hook
Runs before the agent uses a tool for Skill tool calls, executing inject-command-paths.sh via bash. From bitsky-tech/AmphiLoop.
Hook
Runs when you submit a prompt, before the agent sees it, executing inject-command-paths.sh via bash. From bitsky-tech/AmphiLoop.
Skill Claude CodeCodex
Build agents with the Bridgic Amphibious dual-mode framework — combining LLM-driven (agent) and deterministic (workflow) execution with automatic fallback and human-in-the-loop support. Use when: (1) writing code that imports from bridgic.amphibious, (2) creating AmphibiousAutoma subclasses, (3) defining…
Skill Claude CodeCodex
Use for any task requiring a real browser: viewing web pages, accessing login-gated sites, operating web UIs, scraping social media (Xiaohongshu/Weibo/Twitter/X, etc.), reading JS-rendered or dynamic pages, bypassing bot detection, form filling, e2e checks, and general web automation. Prefer this over WebFetch…
Skill Claude CodeCodex
LLM provider initialization for bridgic projects. Use when: (1) initializing OpenAILlm, OpenAILikeLlm, or VllmServerLlm, (2) configuring OpenAIConfiguration (model, temperature, maxtokens, timeout), (3) choosing the right provider package for a task, (4) using chat/stream interfaces or advanced protocols…
Instructions file
Claude Code instructions for bitsky-tech/bridgic-agent, covering claude.md, language, coding guidelines, 1. think before coding and 2. simplicity first.
Skill Claude CodeCodex
Create, read, edit Word .docx documents and templates.
Skill Claude CodeCodex
Identifies the most suitable set of agent skills for a concrete task by semantically matching it against a large, curated skill library, then produces an implementation plan without executing it. Use when users want to discover, search for, or find agent skills; ask questions such as "How do I do X?", "Find a skill…
Skill Claude CodeCodex
Mandatory entry point: read this first for any request to make, create, edit, animate, or render a video, animation, or motion graphic, including a promo, explainer, captioned clip, title card, overlay, slideshow or interactive deck, Remotion port, or any HyperFrames HTML composition. Also use it to inspect, diagnose…
Skill Claude CodeCodex
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
Skill Claude CodeCodex
Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary)…
Skill Claude CodeCodex
Best practices for Remotion.
Skill Claude CodeCodex
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .xltx, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from…