Skip to main content
GitHub 仓库

image-scoring-backend

image-scoring-backend 收录了来自 synthet 的 47 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
47
Stars
0
更新
2026-07-28
Forks
0
职业覆盖
6 个职业分类 · 已分类 53%
仓库浏览

这个仓库中的 skills

release-bump
未分类

Bump semver + promote CHANGELOG Unreleased via compiled harness. Use for /release, version bumps, or tagging. Runs scripts/agent_skills/release_bump.py; LLM only when Unreleased is ambiguous. Never commit/push unless the user asks.

2026-07-28
image-scoring-mcp
未分类

Vexlum Scoring MCP — compact search+dispatch on is-be-mcp / is-be-live and gallery is-ui-mcp / is-ui-live.

2026-07-25
agent-cli-hub
未分类

Choose CLI tools and safe patterns before repo work. Install checklist, bounded search/read commands, and confirmation gates. Use when navigating the codebase, running shell commands, or setting up agent tooling on Windows, WSL2, or macOS.

2026-07-25
agent-data-config
未分类

Inspect JSON, YAML, and API responses with jq, yq, dasel, curl, and httpie. Use for package.json, config.json, and backend health checks. Never output secrets or full credential-bearing config.

2026-07-25
agent-dev-tooling
未分类

Backend build, test, lint, and verify workflows via WSL pytest, ruff, doctor, and docker compose. Use before claiming work complete or opening a PR. Do not invent ad hoc Python commands outside documented venvs.

2026-07-25
agent-search
未分类

Choose and run the right search tool: rg vs grep vs ast-grep vs fd vs fzf. Bounded repo navigation with ripgrep, fd, tree, bat, and structural search. Use when finding symbols, files, syntax patterns, or deciding which CLI search to use before reading or editing code.

2026-07-25
autonomous-run-contract
未分类

Use before letting an agent run without step-by-step supervision — unattended or overnight runs, long scoring/backfill jobs, "keep iterating until it passes", ratchet loops, subagent fan-out, or swarm work. Also use to decide how much orchestration a task needs (single call vs loop vs chain vs parallel vs DAG). Produces a written contract with metric, budget, revert rule, and stop conditions before the run starts.

2026-07-25
image-scoring-mcp
未分类

Vexlum Scoring MCP — compact search+dispatch on is-be-mcp / is-be-live and gallery is-ui-mcp / is-ui-live.

2026-07-25
imgscore-mcp-debug
未分类

Routine read-only debugging for the image-scoring Python backend via MCP—is-be-mcp search+dispatch, scoring/tagging failures, job errors, Postgres questions, DB integrity, and config sanity.

2026-07-25
lesson-to-skill
未分类

Use at the end of a session, after a correction, or when the user says bake this in, turn this into a skill, update the skill based on this conversation, capture the lesson, or don't make that mistake again. Analyzes the conversation for corrections, mistakes, repeated actions, and workarounds, then enriches an existing skill/command/rule or creates a new one. For mining an external document or repo instead, use /mine.

2026-07-25
mcp-code-intelligence
未分类

Compare MCP code-intelligence layers — CLI wrappers, ast-grep, symbol/graph tools, Zoekt, embeddings. Use when choosing search/dispatch vs heavyweight indexes. Backend domain MCP is image-scoring-mcp (is-be-mcp).

2026-07-25
mcp-debugging-workflow
未分类

Use image-scoring MCP tools to debug scoring failures, check database health, and investigate system issues. Trigger when the user asks to debug scoring, investigate failure, or check database health.

2026-07-25
imgscore-mcp-debug
未分类

Routine read-only debugging for the image-scoring Python backend via MCP—is-be-mcp search+dispatch, scoring/tagging failures, job errors, Postgres questions, DB integrity, and config sanity.

2026-07-25
backlog-queue
未分类

Cross-repo GitHub Project board is the canonical task queue. Use whenever picking work, claiming an issue, transitioning Stage, or filing/closing a backlog issue across image-scoring-backend or image-scoring-gallery.

2026-07-22
docs-wiki
未分类

Maintain image-scoring-backend docs/ as an OKF-aligned wiki: frontmatter, planning vs features/planned, guides, architecture, indexes, and log. Triggers: wiki maintenance, docs update, documentation audit, wiki ingest/lint/query.

2026-07-22
commit-and-push
未分类

Use when the user asks to commit and push, publish, ship, or prepare a release commit. Guides staging only intended changes, writing a Conventional Commit, committing, and pushing to origin after verifying status and diff.

2026-07-22
graphify
未分类

Use Graphify knowledge-graph MCP (graphify-be) or CLI for architecture / cross-module connectivity. Prefer after rg/fff fail for “how does X connect to Y”; never for pipeline/DB triage (use is-be-mcp).

2026-07-22
karpathy-guidelines
未分类

Apply Karpathy's anti-pattern checklist before/during non-trivial coding — surface assumptions, resist overcomplication, keep diffs surgical, frame work as verifiable goals. Use on ambiguous or multi-step tasks, or when the user asks for a "Karpathy pass".

2026-07-22
skill-authoring
未分类

Use when creating, reviewing, or improving first-party agent skills in this repo. Apply whenever a user asks to add a skill, edit SKILL.md, optimize skill triggering, or adapt patterns from Anthropic's public skills into the canonical .cursor skill tree.

2026-07-22
systematic-debugging
未分类

Use when encountering a bug, failing test, build failure, unexpected behavior, flaky behavior, regression, performance anomaly, or integration issue. Apply before proposing fixes so the agent finds root cause, compares working patterns, tests one hypothesis at a time, and avoids guess-and-check patches. Also use when the user asks to diagnose, investigate, root-cause, or fix a flaky failure.

2026-07-22
test-driven-development
未分类

Use when implementing a feature, bug fix, refactor, or behavior change that can be tested. Apply before production code changes to enforce red-green-refactor, prove tests fail for the intended reason, and keep implementation minimal. Also use for risky vertical slices or when the user asks for TDD, red/green/refactor, or tests first.

2026-07-22
verification-before-completion
未分类

Use before claiming work is complete, fixed, passing, ready to commit, or ready for PR. Apply to ensure fresh command output supports every success claim and to report warnings or failures honestly.

2026-07-22
validate-implementation
软件质量保证分析师与测试员

Verify implementation against spec AC-n criteria via compiled harness. Use after /implement or /test-and-fix, before /pr-ready. Parses ACs and emits the report; LLM assigns Verified/Failed/Unknown when evidence is not a clean command exit.

2026-07-19
agent-git-workflows
软件开发工程师

Safe git and GitHub CLI workflows — status, bounded diffs, gh issues/PRs. Use before commits, when reviewing changes, or for backlog/PR operations. Destructive git commands require user confirmation.

2026-07-04
agent-memory
软件开发工程师

Log agent sessions, consolidate project memory (dream), promote reviewed memory, and load context for new chats. Use when ending a session, improving cross-session recall, or when the user mentions agent memory, dream, log-session, or memory.md.

2026-07-04
agent-platform-tooling
软件开发工程师

Choose Windows native vs WSL2 for agent shell work. Backend Python/GPU, pytest, and Unix-path MCP in WSL2; gh and light search on Windows. Use when picking where to run installs, tests, or MCP servers.

2026-07-04
backup-db
网络与计算机系统管理员

PostgreSQL custom-format backup for image-scoring-backend via Backup-Postgres.ps1. Use when the user runs /backup-db, asks for a local pg_dump, database backup, or Postgres dump. Default workflow keeps at most 3 dumps in backups/postgres and mirrors the latest copy to D:\Dropbox\Photos\Scoring (also capped at 3 files).

2026-07-04
eval
其他计算机职业

Capture task quality signals and log them to agent memory to build a feedback loop. Use at the end of each implemented task or merged PR, or whenever a task required more than one agent iteration.

2026-07-04
mcp-server-design
软件开发工程师

Design and implement an MCP server's tools, resources, and prompts with safe transport and input validation. Use when building or extending a Model Context Protocol server for agent integration.

2026-07-04
subagent-review
其他计算机职业

Runs detect_subagents then run_subagent (codex/gemini) in review mode via subagent-orchestrator MCP, reads .agent-runs outputs, and summarizes findings. Use when the user asks for external CLI review, codex/gemini review, subagent panel, tie-breaker, or invokes /check-subagents, /run-codex-review, /run-gemini-review, /run-subagent-review.

2026-07-04
threat-modeling-agentic-tools
信息安全分析师

Threat-model agentic tooling — MCP/tool abuse, hook/prompt injection, remote control surfaces, and secret leakage. Use during security reviews or when adding features that expose the system to AI agents or remote callers.

2026-07-04
windows-keep-awake
软件开发工程师

Prevent Windows sleep and display timeout via SetThreadExecutionState. Use when the user asks to keep Windows awake, pause sleep, prevent screen off, or stop sleep during long jobs. Starts a detached hidden PowerShell worker (not a Cursor background terminal).

2026-07-04
wsl-environment
网络与计算机系统管理员

Set up, run, and maintain the WSL2 environment image-scoring-backend depends on — Ubuntu distro, ~/.venvs/tf (app/scripts/ML) and ~/.venvs/image-scoring-tests (pytest -m wsl), GPU/CUDA passthrough, Docker Desktop Postgres, Firebird libs. Use when provisioning the venvs, launching long-running GPU jobs robustly, or recovering from WSL instability (Wsl/Service/E_UNEXPECTED, distro Stopped, OOM-kill, disk bloat). For which venv a single command needs, see wsl-tf-python-runner; this skill owns the environment lifecycle.

2026-07-04
wsl-tf-python-runner
软件开发工程师

Runs Python, scripts, and tests the way image-scoring-backend expects — WSL, ~/.venvs/tf for app and scripts that import modules/DB/ML, separate ~/.venvs/image-scoring-tests for pytest -m wsl, LD_LIBRARY_PATH for bundled Firebird when DB/Firebird FFI is involved. Use when running launch.py or webui.py, scripts under scripts/, anything importing modules.*, resolving Windows vs WSL Python confusion, or choosing the correct pytest environment and markers.

2026-07-04
codebase-size-audit
软件开发工程师

Read-only scan for files ≥1000 LoC and functions/methods ≥150 LoC across image-scoring-backend and image-scoring-gallery. Produces a markdown or JSON report with refactor priority hints. Use when the user asks for a codebase size audit, large file scan, god-module review, or refactoring hotspot analysis.

2026-07-01
backend-frontend-ui
软件开发工程师

Implements or styles the image-scoring-backend React SPA at /ui/, Gradio design-token sync, and frontend/ components using @synthet/image-scoring-design. Use for frontend/ changes, visual components, Tailwind theming, or design:check failures—not Python backend modules unless API contract is in scope.

2026-06-21
backlog-housekeeping
项目管理专家

GitHub backlog housekeeping for image-scoring-backend and image-scoring-gallery: sync Project board Stage, label hygiene, tier-1 closes. Use when the user runs /backlog-housekeeping, asks to close stale or obsolete issues, fix board drift, or clean up issue labels on the synthet Project #1 queue.

2026-06-21
webui-dev
软件开发工程师

Development workflow, running commands, and debugging patterns for the Gradio WebUI.

2026-06-20
subagent-review
软件质量保证分析师与测试员

Runs detect_subagents then run_subagent (codex/gemini) in review mode via subagent-orchestrator MCP, reads .agent-runs outputs, and summarizes findings. Use when the user asks for external CLI review, codex/gemini review, subagent panel, tie-breaker, or invokes /check-subagents, /run-codex-review, /run-gemini-review, /run-subagent-review.

2026-06-07
wsl-tf-python-runner
软件开发工程师

Runs Python, scripts, and tests the way image-scoring-backend expects — WSL, ~/.venvs/tf for app and scripts that import modules/DB/ML, separate ~/.venvs/image-scoring-tests for pytest -m wsl, LD_LIBRARY_PATH for bundled Firebird when DB/Firebird FFI is involved. Use when running launch.py or webui.py, scripts under scripts/, anything importing modules.*, resolving Windows vs WSL Python confusion, or choosing the correct pytest environment and markers.

2026-06-07
当前展示该仓库 Top 40 / 47 个已收集 skills。