Skip to main content
Run any Skill in Manus
with one click
d-o-hub
GitHub creator profile

d-o-hub

Repository-level view of 141 collected skills across 5 GitHub repositories.

skills collected
141
repositories
5
updated
2026-07-26
repository explorer

Repositories and representative skills

do-web-doc-resolver
software-developers

Python resolver for URLs and queries into compact, LLM-ready markdown. Use this skill when fetching documentation, resolving web URLs, or building context from web sources — even if they just say "read this doc page" or "get the docs for X". Uses progressive free-first cascade with quality scoring, circuit breakers, layered routing memory, trace-based evaluation, and agent-friendly docs validation. Not for web-search-researcher, agent-browser.

2026-07-24
turso-db
software-developers

Use this skill for Turso (LibSQL/Limbo) database development, including scaffolding, querying, migrations, and maintenance. Supports vector search, full-text search, CDC, MVCC, encryption, and bidirectional remote sync. Use when working with Turso SDKs for JavaScript, Rust, Python, Go, Swift, and React Native — even if they just say "set up Turso", "query my Turso database", or "migrate to LibSQL". Provides current API guidance to avoid stale "libsql" legacy knowledge. Not for PostgreSQL, MySQL, or MongoDB (use database-devops) or general schema design without Turso.

2026-07-24
intent-classifier
computer-occupations-all-other

Classify user intents and route to appropriate skills, commands, or workflows. Use when determining which skill to invoke, routing requests to specialized agents, or building skill selection logic. Trigger on 'which skill should I use', 'route this to', 'classify this request', 'skill selection', or when multiple skills could handle a task. Not for skill-creator, skill-evaluator.

2026-07-16
triz-analysis
software-developers

Run a systematic TRIZ contradiction audit against a codebase, architecture, or workflow to identify hidden trade-offs and innovation opportunities. Use this skill when facing design trade-offs, contradictory requirements, or when needing to identify innovation opportunities through systematic contradiction analysis — even if they just say "run a TRIZ audit" or "find contradictions in this design". Not for triz-solver.

2026-07-16
triz-solver
software-developers

Systematic problem-solving using TRIZ (Theory of Inventive Problem Solving) principles adapted for software engineering. Use when stuck on complex problems, facing technical contradictions, optimizing system design, or seeking innovative solutions beyond trial-and-error — even if they just say "I'm stuck on this" or "help me solve this contradiction". Prevents solving the wrong problem correctly. Not for triz-analysis.

2026-07-16
ui-ux-optimize
web-and-digital-interface-designers

Swarm-powered UI/UX prompt optimizer with auto-research agents, handoff coordination, confidence-scored autoresearch loops, and backpressure quality gates. Use this skill when optimizing UI/UX for web apps, mobile apps, games, dashboards, SaaS, e-commerce, kiosks, or any screen-based product — even if they just say "improve the UI" or "optimize the UX" or "make it sound human" or "this feels robotic". Not for css-render-performance.

2026-07-16
template-version-management
software-developers

Manage versioning in a template repository. Use when working with template repos where `VERSION` is intentionally pinned to 0.0.0, when bumping the template's own release version, when fixing stale version badges, or when answering questions about how versioning flows from `VERSION`/`.template/CHANGELOG-TEMPLATE.md` to `README.md` — even if they just say "bump the template version", "fix the stale badge", or "how does versioning work here". Not for bumping versions in npm packages, Cargo.toml, or non-template projects (use your package manager's versioning).

2026-07-09
github-pr-sentinel
software-developers

Monitor a GitHub pull request until it's merged, green, or blocked. Polls CI checks, review comments, and mergeability state continuously. Use this skill when the user asks to monitor a PR, watch CI, handle review comments, sentinel a PR, babysit a PR, or keep an eye on failures and feedback — even if they just say "check on the PR" or "is it green yet".

2026-07-09
Showing top 8 of 56 collected skills in this repository.
Showing top 8 of 40 collected skills in this repository.
goap-orchestrator
software-developers

GOAP-based orchestrator for managing GitHub issues, creating action plans, and executing workspace operations with branch/PR workflow.

2026-07-23
npm-trusted-publishers
software-developers

Configure and troubleshoot npm OIDC Trusted Publishing for GitHub Actions. Use when npm publish fails with E404, OIDC errors, or provenance issues.

2026-07-23
release-management
software-developers

GitHub release management, crates.io trusted publishing, npm provenance, and GitHub Pages documentation. Use when creating releases, publishing packages, or deploying docs.

2026-07-23
git-workflow
software-developers

Git commit conventions, validation gates, and CI/CD workflows. Use when committing changes, verifying gates, or working with GitHub Actions.

2026-07-18
github-ci-guardrails
software-developers

Validate merge readiness with atomic commits and GitHub Actions checks using gh CLI; use for pre-merge verification and CI truth validation.

2026-07-18
triz-solver
engineering-teachers-postsecondary

Apply TRIZ inventive principles to solve problems that seem to have no good solution. Use after triz-analysis has identified contradictions.

2026-07-16
rust-development
software-developers

Implement or refactor Rust in this repository. Use when writing new modules, modifying existing source files, or adding features to the chaotic_semantic_memory crate.

2026-07-11
codacy
software-quality-assurance-analysts-and-testers

Orchestrate static analysis using Codacy CLIs. Use when Codacy blocks a PR, for fixing quality gate failures, or suppressing false positives in this Rust/Shell codebase.

2026-05-28
Showing top 8 of 32 collected skills in this repository.
verify
software-developers

Run tiered computational quality sensors and self-correct. Use after code changes, before commits/PRs, when asked to "verify", "run gates", "quality check", or when AGENTS.md requires verification. Prefer gate:fast during iteration and gate:full before handoff.

2026-07-16
code-review
software-quality-assurance-analysts-and-testers

Inferential code review sensor for this repo. Use before asking a human to review, after verify gates are green, or when asked to "review", "review changes", or "pre-review". Checks harness compliance, architecture layers, test adequacy, and agent failure modes — not a substitute for cargo/clippy/CI.

2026-07-16
tool-validation
software-quality-assurance-analysts-and-testers

Behaviour harness for the 8 ASCII Canvas drawing tools. Use when changing tools, canvas interaction, border styles, or when AGENTS.md tool checklist applies.

2026-07-16
agent-browser
network-and-computer-systems-administrators

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

2026-05-08
skill-creator
software-developers

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-05-06
technical-writing
software-developers

Write clear, comprehensive technical documentation. Use when creating specs, architecture docs, runbooks, or API documentation. Handles technical specifications, system design docs, operational guides, and developer documentation with industry best practices.

2026-03-04
ln-732-cicd-generator
software-developers

Generates GitHub Actions CI workflow configuration

2026-03-01
typescript-expert
software-developers

TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling. Use PROACTIVELY for any TypeScript/JavaScript issues including complex type gymnastics, build performance, debugging, and architectural decisions. If a specialized expert is a better fit, I will recommend switching and stop.

2026-03-01
Showing top 8 of 12 collected skills in this repository.
Showing 5 of 5 repositories
All repositories loaded