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

JNZader

Repository-level view of 119 collected skills across 2 GitHub repositories.

skills collected
119
repositories
2
updated
2026-05-15
repository explorer

Repositories and representative skills

skill-powerups
computer-science-teachers-postsecondary

Interactive tutorial-style lessons for AI agent skills. Instead of passively reading SKILL.md, invoke /powerup <skill> for a guided walkthrough with examples, exercises, and knowledge checks. Trigger: When onboarding to a new skill, teaching a concept interactively, or when a user says "powerup", "teach me", "walkthrough", or "tutorial".

2026-05-15
skill-recipes
software-developers

Self-installing markdown recipes for AI agent skills. A pattern where skills include an INSTALL.md that an agent reads and executes to set up dependencies, MCP servers, or config. Trigger: When creating new skills with setup requirements, packaging skills for distribution, or onboarding users to skills that need external dependencies.

2026-05-15
ui-polish
software-quality-assurance-analysts-and-testers

Four quality gate checklists for UI polish: baseline visual review, accessibility (keyboard/focus/ARIA), metadata (titles/meta/social cards), and motion performance. Run these gates before shipping any user-facing change. Trigger: When reviewing UI changes, preparing for release, auditing accessibility, or optimizing web performance.

2026-05-15
webapp-testing
software-quality-assurance-analysts-and-testers

Browser-based UI verification using Playwright. Covers Page Object Model, selector best practices (data-testid, role-based), visual regression, network interception, MCP integration, and CI pipeline configuration. Trigger: When writing E2E tests, verifying UI behavior, setting up Playwright, or debugging flaky browser tests.

2026-05-15
sdd-verify
software-quality-assurance-analysts-and-testers

Validate that implementation matches specs, design, and tasks. Trigger: When the orchestrator launches you to verify a completed (or partially completed) change.

2026-05-06
sdd-dod
software-quality-assurance-analysts-and-testers

Definition-of-Done checklist enforcer for SDDs. Detects the change "shape" (new column, new admin page, new CHECK constraint, frontend onChange form) and runs the matching shape-specific checklist before allowing sdd-archive to mark a change COMPLETE. Captures hard-earned lessons from real shipped bugs to prevent the same class of failure on future SDDs. Trigger: invoked by sdd-verify before persisting verify-report, or manually via /sdd-dod {change-name}.

2026-05-06
auto-wikilink
proofreaders-and-copy-markers-439081

Process markdown notes to auto-insert [[wikilinks]] for key concepts and create stub concept notes. Trigger: When linking notes, extracting concepts, or user says "auto wikilink", "link concepts", "extract entities".

2026-04-13
contradiction-detector
proofreaders-and-copy-markers-439081

Detect contradictions when synthesizing or consolidating notes. Flags factual disagreements, date conflicts, and outdated info with [!contradiction] callouts. Trigger: When consolidating notes, merging knowledge, or user says "find contradictions", "check conflicts", "contradiction scan".

2026-04-13
Showing top 8 of 87 collected skills in this repository.
ui-polish
web-developers

Four quality gate checklists for frontend: baseline visual, accessibility, metadata/SEO, and motion performance. Post-implementation quality gates. Trigger: When reviewing UI changes, before merging frontend PRs, during sdd-verify.

2026-04-13
webapp-testing
software-quality-assurance-analysts-and-testers

Browser-based UI verification using Playwright. Page Object Model, selector best practices, visual regression, network interception, and MCP integration. Trigger: When writing E2E tests, verifying UI changes, or setting up Playwright.

2026-04-13
skill-powerups
adult-basic-education-adult-secondary-education-and-english-as-a-second-language-instructors-253011

Interactive tutorial-style lessons for custom skills. Invoke /powerup <skill> for a guided walkthrough with examples, exercises, and knowledge checks. Trigger: When user says "powerup", "tutorial", "teach me", or wants to learn a skill interactively.

2026-04-13
skill-recipes
software-developers

Self-installing markdown recipes for skills. Each skill can include an INSTALL.md that an agent reads and executes to set up dependencies, MCP servers, or config. Trigger: When installing a skill with INSTALL.md, or creating skills with setup requirements.

2026-04-13
add-auth-endpoint
software-developers

This skill covers the implementation of authentication routes. Trigger: When setting up auth-related endpoints in the backend.

2026-03-18
encrypt-api-keys
software-developers

This skill covers AES-256-GCM encryption for provider API keys. Trigger: Load this skill when handling crypto operations for API keys.

2026-03-18
start-generation
software-developers

This skill covers the generation routes for starting, streaming, canceling, downloading, and previewing. Trigger: When generating content.

2026-03-18
add-main-endpoint
software-developers

This skill covers adding main endpoints to the FastAPI application. Trigger: When setting up the main entry point for the application.

2026-03-18
Showing top 8 of 32 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded
JNZader Agent Skills | SkillsMP