Skip to main content
Run any Skill in Manus
with one click
dezverev
GitHub creator profile

dezverev

Repository-level view of 47 collected skills across 6 GitHub repositories.

skills collected
47
repositories
6
updated
2026-06-19
repository explorer

Repositories and representative skills

animal-kernel-web-dev
web-developers

Starts the AnimalKernel.Web site via run-dev script, uses Context7 for React best practices and Cursor's built-in browser (cursor-ide-browser) for browser-driven development and testing. Use when building or testing the clientapp UI, when the user invokes animal-kernel-web-dev with a follow-up task, or when developing the AnimalKernel.Web frontend with expert UX and browser verification.

2026-01-29
add-plugin-claude
software-developers

Plugin Scaffolding Generator - Creates complete plugin implementations following project patterns. Use when user says "add a plugin for [feature]", "create [Name]Plugin", or "scaffold a new plugin".

2026-01-28
analyze-test-json-claude
software-quality-assurance-analysts-and-testers

Analyzes IntegrationTesterApp test-result JSON (test-results_*.json, multi-model-results_*.json) and produces in-depth analysis of flow (prompt → tools called → response → assertions) and responses, plus actionable fix recommendations. Resolves "latest" or no path to the newest file in src/IntegrationTesterApp/test-results/. Use when the user says /analyze-test-json, "analyze test json", "analyze test results", "analyze latest test results", or @-mentions a test-results or multi-model-results JSON file and asks for analysis or recommendations.

2026-01-28
check-test-logical-resp-claude
software-quality-assurance-analysts-and-testers

Audits passed tests only: checks that each model response is logically consistent with the user's question (topic, entities, numbers, intent). Does not re-check assertions; adds a semantic-sanity layer so tests that pass on keywords/tools but give off-topic or contradictory answers are surfaced. Resolves JSON like analyze-test-json (test-results_*.json, multi-model-results_*.json in src/IntegrationTesterApp/test-results/). Use when the user says /check-test-logical-resp, "check logical responses", "check test responses make sense", "audit passed tests for logic", or @-mentions a test-result JSON and asks whether responses were logical.

2026-01-28
create-provider-claude
software-developers

Generates the provider pattern (interface plus fake/real implementations) for plugin data sources. Use when the user says "create a provider for [data source]", "add provider interface for [feature]", or "implement provider pattern for [plugin]".

2026-01-28
execute-pending-workplan-claude
software-developers

Picks one workplan from .claude/workplans/Pending/ (skipping plans for issues tagged AIIGNORE or FUTUREWORK), moves it to .claude/workplans/Inprogress/, executes each step via the referenced skills, runs tests and logical-response check. On full success moves to .claude/Done/ and sets the GitHub issue as complete. On partial success (significant progress made, tests pass, but work remains), creates a continuation GitHub issue and progress report. Use when the user says "execute pending workplan", "work from pending", "pick and do a workplan", or "run the next pending plan".

2026-01-28
integrate-mcp-server-claude
software-developers

Guides adding a new MCP server integration to AnimalAL-v1: create a nested kernel plugin wrapping the MCP server, add a system message in KernelConstants, register the plugin in StandardKernel, and add integration tests. Use when the user says "add MCP server", "integrate MCP server", "wire MCP tools", or asks how to add or connect a new MCP server to the project.

2026-01-28
pick-issue-and-plan-claude
software-developers

Discovers open GitHub issues via GitHub MCP (list_issues on user-github) or gh CLI, excludes issues with labels AIIGNORE or FUTUREWORK, prioritizes maint over feat, picks one, analyzes the repo and issue, writes a detailed implementation plan to .claude/workplans/Pending/, commits that plan on the current branch, then sets the issue to "not planned" (closed, state_reason not_planned). Prefer GitHub MCP over gh CLI. Use when the user says "pick an issue and plan", "pick issue and plan", "plan next issue", "choose issue and create plan", or "pick from GitHub issues and plan".

2026-01-28
Showing top 8 of 23 collected skills in this repository.
generate-git-labels
software-developers

Creates required GitHub labels for issue tracking and workflow automation. Use when setting up a new repository, when labels are missing, or when the user asks to add or sync project labels.

2026-01-31
create-project
software-developers

Creates new projects and features following repository structure conventions. Use when the user wants to create a new project, add a new feature, scaffold code, or initialize a new module in this repository.

2026-01-31
execute-workplan
software-developers

Executes a pending workplan by priority. Use when the user wants to execute a plan, work on a pending task, start implementation, or continue working on planned issues.

2026-01-31
pick-and-plan
software-developers

Picks an open GitHub issue by priority and creates an execution plan. Use when the user wants to work on issues, pick a task, plan work, or asks what to work on next.

2026-01-31
write-unit-tests
software-quality-assurance-analysts-and-testers

Writes comprehensive unit tests using xUnit and Moq. Use when the user wants to create tests, add test coverage, write unit tests, or test new functionality. Always finds root cause of failures and fixes the code, not the tests.

2026-01-31
fullstack-web-dev
software-developers

Professional React/Node/TypeScript web developer with .NET backend expertise. Uses Context7 for current documentation, verifies all UI work in the browser, and maintains strict visual quality standards. Use when building web features, creating components, implementing APIs, or any frontend/fullstack development task.

2026-01-31
code-review
software-quality-assurance-analysts-and-testers

Conducts professional code reviews of branch changes and documents findings. Use when the user wants a code review, asks to review changes, check code quality, or before creating a pull request.

2026-01-31
implement-review-feedback
software-developers

Implements feedback from code reviews in the .reviews folder. Use when the user wants to address review comments, fix review findings, implement suggested changes, or respond to code review feedback.

2026-01-31
Showing top 8 of 9 collected skills in this repository.
develop
software-developers

Analyze ColonyGame state, pick next task from design roadmap, implement it end-to-end with tests, commit, and update the development ledger.

2026-03-28
doc-gaps
software-developers

Analyze the project and its docs — find missing component docs, update stale ones, ensure every module has accurate documentation in devguide/docs/.

2026-03-28
game-designer
special-effects-artists-and-animators

Analyze the current state of ColonyGame from a game design and player experience perspective. Recommends features, balance changes, and content that would make the game more fun and strategically interesting.

2026-03-28
mcp-tool-maker
software-developers

Analyze the project and create MCP tools that Claude Code can call to aid development — live game inspection, server control, test running, design tracking.

2026-03-28
perf
software-developers

Performance audit and fix for ColonyGame — profile server tick timing, client rendering FPS, memory usage, and network payload sizes. Identifies bottlenecks and applies fixes.

2026-03-28
ship
software-developers

Commit all pending changes, create a meaningful branch, push, create a PR, and merge it. One-command ship-it workflow.

2026-03-28
status
project-management-specialists

Report the current state of the ColonyGame project — what's done, what's in progress, what's next, and overall health.

2026-03-28
test
software-quality-assurance-analysts-and-testers

Test coverage auditor for ColonyGame — analyzes feature coverage gaps, writes missing tests, validates edge cases, and ensures all game systems have regression guards.

2026-03-28
Showing 6 of 6 repositories
All repositories loaded
dezverev Agent Skills | SkillsMP