reactive-resume
amruthpillai
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
PROJECT TOPICS
PROJECT README
The plugin registry for DeepSeek Harness.
Discover, trust, and install plugins — from the web, the terminal, or your agent.
DeepSeek Harness is built on "everything is a plugin" but ships no registry — its
README asks authors to tag repositories with the dsh-plugin topic and leaves
discovery there. dsh.fish turns that topic into a searchable, multilingual
catalog with a shared, machine-executable install plan.
GET /api/v1/scoring, not buried in a blog post.rising sort that surfaces what is gaining stars this week.
Browse by kind, category, popularity — or what is rising right now.
Every plugin page: quality score, install panel, commit provenance, and a copyable README badge.
Browse the catalog at dsh.fish — search, filter by kind and category, read the install plan, copy the command.
Terminal — the CLI applies the plan for you:
npx @dsh-fish/cli add <artifact-id>
add / find / list / remove / update match the skills CLI
vocabulary and actually write skills, MCP rows, presets and hook bridges into
$DSH_HOME.
Inside the harness — add the hub plugin once:
dsh plugin --profile web add github:stvlynn/dsh.fish#main
It registers hub_search, hub_show, hub_install, hub_list, hub_remove,
hub_update and hub_account, so an agent can discover and install artifacts
without leaving the session. Signing in uses the OAuth device flow.
Publishing a plugin? Tag your repository with the dsh-plugin topic. The
hourly crawl inspects its package.json, SKILL.md or agent.cordis.yml and
classifies what the harness can actually load.
| Kind | What it is | How it installs |
|---|---|---|
| Bundle | npm package declaring dsh.bundle.patch |
dsh plugin --profile <p> add <spec> |
| Profile | ordered dsh.profile.bundles stack |
one add per bundle, in order |
| Skill | SKILL.md bundle or flat Markdown |
files written under $DSH_HOME/skills |
| MCP server | external Model Context Protocol server | a dsh-mcp-client row in the profile patch |
| Agent preset | directory holding one agent.cordis.yml |
written to $DSH_HOME/.agent-presets/<id> |
| Hook bridge | Claude Code / Codex hook bridge | a bridge plugin row in the profile patch |
backend/ Domain-Driven Design: domain, application, infrastructure, interfaces
frontend/ Feature-Sliced Design: app, pages, widgets, features, entities, shared
packages/
dsh-plugin-hub/ the `dsh-hub` bundle users install into their harness
dsh-cli/ `@dsh-fish/cli` — `npx @dsh-fish/cli add <id>`
docs/ architecture, layer conventions, operations, ADRs
Both halves deploy as one Cloudflare Worker: Hono at /api/*, React Router
SSR everywhere else, D1 for the catalog, KV for sessions, and a Cron Trigger
that re-crawls every hour.
pnpm install
pnpm run dev # http://localhost:5173
Quality gates: pnpm run typecheck && pnpm run test && pnpm run test:e2e && pnpm run build.
Deployment, bindings and secrets: docs/operations/deployment.md.
Conventions and architecture: AGENTS.md, docs/project/architecture.md, docs/decisions/.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: plugin-manager、plugin-registry、developer-tools、mcp、model-context-protocol。