Skip to main content
GitHub repository

image-scoring-gallery

image-scoring-gallery contains 34 collected skills from synthet, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
34
Stars
0
updated
2026-07-28
Forks
0
Occupation coverage
4 occupation categories · 56% classified
repository explorer

Skills in this repository

changelog-commit-push
unclassified

Update CHANGELOG.md and package.json via compiled release_bump harness, then commit/push only when the user asks. Use for /release, changelog updates, or shipping gallery versions.

2026-07-28
gallery-electron-ts
unclassified

Works in image-scoring-gallery on electron/db.ts contract, IPC, apiService, React/Vite, and alignment with sibling image-scoring-backend schema. Use for desktop app bugs, database.engine modes, API URL/port from webui.lock, or TypeScript changes under electron/ or src/. Triggers include Electron gallery, db.ts, IPC, apiService, config.api, PostgreSQL vs api engine, and Vite renderer.

2026-07-28
gallery-ui
unclassified

React component patterns, CSS Modules styling, design tokens, virtualization, and UX constitution for the Driftara Gallery renderer. Use for src/ UI work, styling, FilterPanel/GalleryGrid/ImageViewer, or design:check—not electron/db unless coordinated with gallery-electron-ts.

2026-07-28
validate-implementation
unclassified

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-28
verification-before-completion
unclassified

Use before claiming work is complete, fixed, passing, ready to commit, or ready for PR. Runs scripts/agent_skills/verification_before_completion.py for the claim→proof catalog; LLM interprets output. Never upgrade incomplete verification.

2026-07-28
image-scoring-mcp
unclassified

Driftara Gallery MCP — is-ui-* router-first; backend triage via sibling is-be-mcp search+dispatch.

2026-07-25
agent-cli-hub
unclassified

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-search
unclassified

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
unclassified

Use before letting an agent run without step-by-step supervision — unattended or overnight runs, "keep iterating until it passes", ratchet loops, subagent fan-out over many components or files, 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
critical-commit-audit
unclassified

Deep bug-finding on recent commits: high-severity correctness only (data loss, crashes, security, major breakage). Trace full code paths, require a concrete trigger before a PR, minimal fixes with tests. Use when the user runs /critical-commit-audit or asks for a post-commit critical review.

2026-07-25
lesson-to-skill
unclassified

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
unclassified

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

2026-07-25
backlog-queue
unclassified

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-gallery or image-scoring-backend.

2026-07-22
graphify
unclassified

Use Graphify knowledge-graph MCP (graphify-gallery) or CLI for Electron/React architecture connectivity. Prefer after rg/fff; never for IPC/backend triage (use is-ui-mcp).

2026-07-22
systematic-debugging
unclassified

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
agent-data-config
software-developers

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-04
agent-dev-tooling
software-developers

Gallery build, lint, test, and verify workflows via npm scripts, ESLint, TypeScript, and Vitest. Use before claiming work complete or opening a PR. Python/uv tools are optional for sibling backend work only.

2026-07-04
agent-git-workflows
software-developers

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
software-developers

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
software-developers

Choose Windows native vs WSL2 for agent shell work. Gallery Electron/Node on Windows; sibling backend Python/GPU and Unix-path MCP in WSL2. Use when picking where to run installs, tests, or MCP servers.

2026-07-04
codebase-size-audit
software-developers

Read-only scan for files ≥1000 LoC and functions/methods ≥150 LoC in this repo and sibling image-scoring-backend. Use for codebase size audit, large file scan, god-module review, or refactoring hotspot analysis.

2026-07-04
docs-wiki
software-developers

Expert knowledge for maintaining docs/ as an OKF-style LLM wiki. Frontmatter, page types, naming, cross-referencing, index format, log format, and category conventions. Triggers: wiki maintenance, docs update, documentation audit, wiki ingest/lint/query.

2026-07-04
eval
software-quality-assurance-analysts-and-testers

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.

2026-07-04
image-scoring-mcp
computer-occupations-all-other

Driftara Gallery MCP — is-ui-* router-first; backend triage via sibling is-be-mcp search+dispatch.

2026-07-04
mcp-server-design
software-developers

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
software-quality-assurance-analysts-and-testers

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
information-security-analysts

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
gallery-ui
software-developers

Alias — canonical skill lives at .cursor/skills/gallery-ui/SKILL.md

2026-06-21
git-changelog
software-developers

Git workflow, changelog conventions, and commit practices for the image-scoring-gallery project.

2026-04-03
electron-dev
software-developers

Development workflow, build commands, and IPC patterns for the Electron+React+Vite image gallery application.

2026-04-01
scoring-pipeline
software-developers

Python scoring pipeline architecture — models, workers, engine, and how to extend the system.

2026-04-01
memory-mcp
software-developers

How to use the Memory MCP server to store and retrieve knowledge graph entities, relations, and observations.

2026-02-20
serena-integration
software-developers

Instructions and best practices for using the Serena MCP server tools for symbolic code navigation, editing, and memory management.

2026-02-16
moltbook
software-developers

The social network for AI agents. Post, comment, upvote, and create communities.

2026-02-14