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

qte77

Repository-level view of 116 collected skills across 9 GitHub repositories.

skills collected
116
repositories
9
updated
2026-07-16
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
claude-code-plugins
64 skills · 2026-07-05
Software DevelopersSoftware Quality Assurance Analysts & TestersMarket Research Analysts & Marketing SpecialistsProject Management SpecialistsInformation Security AnalystsElectronics Engineers, Except Computer
16 occupation categories · 100% classified
55%share
#02
Agents-eval
19 skills · 2026-04-27
Software DevelopersSoftware Quality Assurance Analysts & TestersWeb & Digital Interface DesignersInformation Security AnalystsProject Management SpecialistsTechnical Writers
7 occupation categories · 100% classified
16%share
#03
RDI-AgentBeats-MAS-GraphJudge
10 skills · 2026-02-22
Software DevelopersProject Management SpecialistsSoftware Quality Assurance Analysts & TestersData Entry Keyers
4 occupation categories · 100% classified
8.6%share
#04
so101-biolab-automation
7 skills · 2026-04-18
Software DevelopersSoftware Quality Assurance Analysts & TestersManagement Analysts
3 occupation categories · 100% classified
6.0%share
#05
RDI-AgentBeats-TestBehaveAlign
5 skills · 2026-01-31
Software DevelopersProject Management Specialists
2 occupation categories · 100% classified
4.3%share
#06
coding-agent-eval
4 skills · 2026-03-23
Software DevelopersTechnical Writers
2 occupation categories · 100% classified
3.4%share
#07
cc-senses-plugin
3 skills · 2026-05-20
Software Developers
1 occupation categories · 100% classified
2.6%share
#08
office-forge-orchestrator
3 skills · 2026-03-29
Billing & Posting ClerksBookkeeping, Accounting, & Auditing ClerksCorrespondence ClerksFile ClerksSecretaries & Administrative Assistants, Except Legal, Medical, & Executive
5 occupation categories · 100% classified
2.6%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

triaging-security-report
information-security-analysts

Verify an external or AI-generated security report against the actual codebase before acting on it. Use when handed a scanner PDF, automated teardown, audit report, or bug-bounty submission — classifies every finding CONFIRMED / OVERSTATED / FALSE-POSITIVE / FABRICATED and salvages the real work items.

2026-07-05
creating-gha
software-developers

Creates GitHub Actions for the Marketplace. Use when scaffolding a new action, implementing composite steps, writing BATS tests, or preparing a Marketplace release.

2026-06-21
enforcing-doc-hierarchy
software-developers

Audit documentation against its declared hierarchy — broken links, duplicates, misplaced content, stale references, single-source-of-truth enforcement. Use for doc health reviews.

2026-06-21
auditing-readme
software-developers

Audit README.md files against best practices for repos, accounts, or orgs. Detects missing sections, stale links, inconsistent formatting, and convention violations. Use when reviewing README quality across one or many repos.

2026-06-21
writing-readme
software-developers

Generate or update README.md files across three scopes — repo (with project-type detection), account (GitHub user profile), and org (organization profile). Use when creating, updating, or aligning a README to org conventions.

2026-06-21
auditing-website-accessibility
web-developers

Audits website accessibility for WCAG 2.2 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.

2026-06-13
auditing-website-seo-geo
web-developers

Audits a site's SEO and AI-search (GEO) readiness — meta tags, Open Graph/Twitter, JSON-LD, robots/llms conventions — and generates fixes. Use when reviewing search visibility, social previews, structured data, or LLM/AI-crawler discoverability.

2026-06-13
auditing-code-security
information-security-analysts

Audit code against OWASP Top 10 vulnerabilities with structured findings. Use when reviewing code for security issues or conducting security audits.

2026-06-12
Showing top 8 of 64 collected skills in this repository.
compacting-context
software-developers

Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.

2026-04-27
creating-pr-from-branch
software-developers

Create a pull request from the current branch. Analyzes commits, generates title+body from PR template, pauses for approval, then pushes and creates PR. Use after committing changes.

2026-04-27
designing-backend
software-developers

Designs concise, streamlined backend systems matching exact task requirements. Use when planning APIs, data models, system architecture, or when the user requests backend design work.

2026-04-27
enforcing-doc-hierarchy
software-developers

Audits and aligns project documentation against authority chains (project docs and Claude Code infrastructure). Detects broken references, duplicates, scope creep, and chain breaks. Use when reviewing documentation health, fixing stale references, or enforcing single-source-of-truth.

2026-04-27
generating-interactive-userstory-md
project-management-specialists

Interactive Q&A to build UserStory.md from user input. Use when the user wants to create a user story document or start the assisted workflow.

2026-04-27
generating-prd-json-from-prd-md
software-developers

Generates prd.json task tracking file from PRD.md requirements document. Use when initializing Ralph loop or when the user asks to convert PRD to JSON format for autonomous execution.

2026-04-27
generating-writeup
technical-writers

Generates academic/technical writeups with IEEE citations and pandoc PDF output. Use when creating research papers, technical reports, or documentation with references.

2026-04-27
maintaining-agents-md
software-developers

Maintains AGENTS.md, AGENT_LEARNINGS.md, AGENT_REQUESTS.md, and CONTRIBUTING.md governance files in sync with codebase changes. Use when updating governance files, during sprint reviews, or after structural changes.

2026-04-27
Showing top 8 of 19 collected skills in this repository.
committing-staged-with-message
software-developers

Generate commit message for staged changes, pause for approval, then commit. Stage files first with `git add`, then run this skill.

2026-02-22
generating-interactive-userstory-md
project-management-specialists

Interactive Q&A to build UserStory.md from user input. Use when the user wants to create a user story document or start the assisted workflow.

2026-02-22
generating-prd-json-from-prd-md
project-management-specialists

Generates prd.json task tracking file from PRD.md requirements document. Use when initializing Ralph loop or when the user asks to convert PRD to JSON format for autonomous execution.

2026-02-22
generating-prd-md-from-userstory-md
project-management-specialists

Transforms UserStory.md into PRD.md by extracting features and converting user stories into functional requirements.

2026-02-22
researching-codebase
software-developers

Investigates codebase before planning. Use before any non-trivial implementation task to gather context in isolation.

2026-02-22
reviewing-code
software-quality-assurance-analysts-and-testers

Provides concise, focused code reviews matching exact task complexity requirements. Use when reviewing code quality, security, or when the user asks for code review.

2026-02-22
testing-python
software-quality-assurance-analysts-and-testers

Writes tests following TDD (using pytest and Hypothesis) and BDD best practices. Use when writing unit tests, integration tests, or BDD scenarios.

2026-02-22
compacting-context
data-entry-keyers

Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.

2026-01-26
Showing top 8 of 10 collected skills in this repository.
hardening-codebase
software-quality-assurance-analysts-and-testers

Audit and tighten codebase quality gates — lint, types, tests, code review. Use when onboarding a project, before a release, or when validation is too permissive.

2026-04-18
compacting-context
management-analysts-131111

Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.

2026-04-11
enforcing-doc-hierarchy
software-developers

Audits and aligns project documentation against its own declared hierarchy. Discovers authority chains from CONTRIBUTING.md (or equivalent), then detects broken links, duplicates, and misplaced content. Use when reviewing doc health, fixing stale references, or enforcing single-source-of-truth.

2026-04-11
implementing-python
software-developers

Implements concise, streamlined Python code matching exact architect specifications. Use when writing Python code, creating modules, or when the user asks to implement features in Python.

2026-04-11
researching-codebase
software-developers

Investigates codebase before planning. Use before any non-trivial implementation task to gather context in isolation.

2026-04-11
reviewing-code
software-quality-assurance-analysts-and-testers

Provides concise, focused code reviews matching exact task complexity requirements. Use when reviewing code quality, security, or when the user asks for code review.

2026-04-11
testing-python
software-quality-assurance-analysts-and-testers

Writes tests following TDD (using pytest and Hypothesis) and BDD best practices. Use when writing unit tests, integration tests, or BDD scenarios.

2026-04-11
Showing 9 of 9 repositories
All repositories loaded