Skip to main content
Run any Skill in Manus
with one click
GitHub repository

javi-ai

javi-ai contains 87 collected skills from JNZader, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
87
Stars
0
updated
2026-05-15
Forks
0
Occupation coverage
15 occupation categories · 100% classified
repository explorer

Skills in this repository

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
dream-cycle
database-architects

Autonomous nightly knowledge consolidation — entity deduplication, citation repair, orphan cleanup, and memory compression. Runs as a scheduled task via Claude Code's /schedule or cron, simulating how the brain consolidates memories during sleep. Trigger: When user says "dream cycle", "nightly consolidation", "knowledge cleanup", "run maintenance", or configures a scheduled consolidation task.

2026-04-13
mermaid-from-markdown
technical-writers

Convert markdown document content (notes, docs, wikis) into Mermaid diagrams. Unlike code-to-diagram tools, this generates diagrams from PROSE — summarizing document structure, extracting concept relationships, and visualizing timelines. Trigger: When user says "diagram this doc", "mermaid from notes", "visualize document", "mindmap from markdown", "flowchart from notes", or wants to turn prose into diagrams.

2026-04-13
wiki-lint
file-clerks-434071

Detect knowledge base health issues in an Obsidian vault — orphan notes, dead wikilinks, missing backlinks, duplicate entities, uncategorized notes, and stale content. Trigger: When auditing vault health, cleaning up notes, or user says "wiki lint", "vault health", "orphan notes".

2026-04-13
agent-assertions
software-developers

DSPy-inspired declarative output constraints for SDD sub-agents. When outputs violate assertions, agents self-refine automatically. Adds runtime guardrails without manual review bottlenecks. Trigger: When adding output constraints to SDD agents, enforcing artifact quality, or building self-correction loops.

2026-04-13
prompt-compiler
software-developers

DSPy-inspired prompt optimization loop for SDD skills. Defines phase signatures, runs eval sets against skill outputs, scores results, suggests prompt modifications, and tracks optimization history. Trigger: When optimizing SDD skill prompts, running eval loops, tuning system messages, or measuring skill output quality.

2026-04-13
sdd-benchmark
software-quality-assurance-analysts-and-testers

Standardized evaluation datasets and benchmark suite for SDD artifacts. Defines known-good reference outputs for proposals, specs, designs, and tasks to enable regression testing and quality scoring. Trigger: When building eval datasets for SDD, running quality benchmarks, regression testing skill changes, or comparing model outputs.

2026-04-13
claude-md-generator
software-developers

Generate CLAUDE.md from codebase analysis using repoforge — hotspots, ownership, hidden coupling, active decisions. No LLM calls needed. Trigger: When user says "generate CLAUDE.md", "analyze codebase for onboarding", or wants automated project context documentation.

2026-04-13
memory-compressor
software-developers

Monitors context size and triggers autonomous memory compression mid-session. Detects when the active context is growing large and summarizes older context into engram before it gets compacted and lost. Trigger: When context is large, mid-session, user says "compress", "compact context", or "/memory-compress".

2026-04-13
session-memory
software-developers

Session memory patterns and toolset profiles for AI coding assistants — persistent context, /remember commands, and mode-based tool access. Trigger: When managing AI context across sessions, implementing /remember patterns, or configuring toolset profiles for different work modes.

2026-04-13
agent-orchestrator
software-developers

CLI-first agent orchestration patterns for headless/non-interactive SDD execution. Provides patterns for running parallel apply, progress reporting to stdout, and batch orchestration without a GUI or interactive user. Trigger: When running agents headlessly, in CI, or user says "headless", "cli orchestration", "batch agents", "/agent-orchestrator".

2026-04-13
sdd-kanban
production-planning-and-expediting-clerks-435061

Renders SDD task lists as a text-based Kanban board with TODO, IN PROGRESS, and DONE columns. Reads task state from tasks.md (openspec) or engram and presents a visual board in the terminal. Trigger: When user says "kanban", "board", "task board", "show board", or "/sdd-kanban".

2026-04-13
worktree-flow
software-developers

Automated git worktree workflows — isolate each task in its own worktree, work in parallel, and auto-create PRs. Trigger: When running parallel tasks with git worktrees, automating PR creation from worktrees, or configuring wave-executor for isolated execution.

2026-04-13
sdd-explore
software-developers

Explore and investigate ideas before committing to a change. Trigger: When the orchestrator launches you to think through a feature, investigate the codebase, or clarify requirements.

2026-04-13
skill-installer
software-developers

Detects project dependencies and suggests or installs relevant official skills — maps package.json, pyproject.toml, and other manifests to matching skills. Trigger: When onboarding to a project, user says "install skills", "suggest skills", "what skills do I need", or when setting up a new project workspace.

2026-04-13
skill-exporter
software-developers

Converts SKILL.md files to other AI assistant formats — .cursorrules, .windsurfrules, AGENTS.md, and raw markdown. Trigger: When user wants to export skills for Cursor, Windsurf, or other AI tools, says "export skill", "convert to cursorrules", or "generate AGENTS.md".

2026-04-13
skill-generator
software-developers

Generates a SKILL.md from documentation URLs, markdown files, or raw text — extracts patterns, rules, examples, and anti-patterns automatically. Trigger: When user wants to create a skill from docs, says "generate skill from", "skill from docs", "convert docs to skill", or provides a URL/file to turn into a skill.

2026-04-13
sdd-tasks
project-management-specialists

Break down a change into an implementation task checklist. Trigger: When the orchestrator launches you to create or update the task breakdown for a change.

2026-04-13
channels-notify
software-developers

Async notification patterns for SDD workflows via Claude Code Channels (webhooks, Telegram, Discord). Push events when sub-agents finish, verify finds issues, or builds fail. Trigger: When configuring notifications for SDD, user says "notify me", "channels", "webhook", "alert when done", or invokes /channels-setup.

2026-04-13
hot-cache
software-developers

Auto-persisted hot context cache for fast session recovery. Captures active task, recent decisions, and working files at session end, loads them first at session start. Trigger: Session start (auto-load), session end (auto-persist), user says "hot context", "session cache", "what was I working on", or invokes /hot.

2026-04-13
token-savings
software-developers

Token savings analytics combining RTK gain data with cost-tracking to show real savings per session alongside dollar costs. Gracefully skips when RTK is not installed. Trigger: When user asks about token savings, says "rtk gain", "how much did I save", "token efficiency", or invokes /token-savings.

2026-04-13
ai-coding-discipline
software-quality-assurance-analysts-and-testers

Six concrete anti-patterns that AI agents consistently produce. Enforces discipline rules to prevent silent fallbacks, catch-all error handling, evergreen tests, hardcoded lookups, skipped TDD, and premature debug log removal. Trigger: When writing or reviewing AI-generated code, during code review, or when applying sdd-apply.

2026-04-13
ddia-reference
software-developers

Designing Data-Intensive Applications (DDIA) decision frameworks for architecture decisions. Quick-reference matrices for storage engines, replication, partitioning, and consistency models. Trigger: During sdd-design phase, when making data architecture decisions, or when choosing between storage strategies, replication topologies, or consistency guarantees.

2026-04-13
sdd-apply
software-developers

Implement tasks from the change, writing actual code following the specs and design. Trigger: When the orchestrator launches you to implement one or more tasks from a change.

2026-04-13
project-memory
software-developers

Auto-generates CLAUDE.md capturing project knowledge, flags irreversible decisions (one-way-door), and generates LESSONS.md retrospectives. Trigger: When onboarding to a project, after major changes, user says "generate CLAUDE.md", "capture learnings", "one-way door", or "retrospective".

2026-04-04
circuit-breaker
software-developers

Runtime safety protocol for detecting and killing runaway SDD sub-agents. Monitors token consumption, tool calls, duration, and consecutive failures. Trigger: When configuring sub-agent safety, discussing runaway agents, or user mentions circuit breaker, runaway, agent limits.

2026-04-04
compound-loop
software-developers

Post-task learning capture workflow that documents what was learned, appends to learnings.md, and suggests CLAUDE.md improvements. Trigger: After completing a significant task, when user says "compound", "what did we learn", "document learnings", or invokes /compound.

2026-04-04
sdd-compact
software-developers

Semantic compaction of completed SDD apply sessions. Summarizes closed tasks into a single "Completed Work" block, discarding step-by-step implementation noise while preserving decisions, file paths, and risks. Run after sdd-archive to reclaim context. Trigger: /sdd-compact, or suggested automatically after sdd-archive.

2026-04-04
session-analyzer
software-developers

Analyzes a session summary and extracts reusable patterns as proposed SKILL.md drafts. Trigger: /analyze-session, or user says "extract patterns", "make this a skill", "what can we reuse from this session".

2026-04-04
llm-evaluation
software-quality-assurance-analysts-and-testers

Comprehensive LLM evaluation framework with automated metrics, LLM-as-Judge, and RAG evaluation. Trigger: When evaluating LLM outputs, building eval pipelines, comparing models, or measuring RAG quality.

2026-04-03
prompt-engineering
software-developers

Advanced prompt engineering patterns for production LLM applications. Trigger: When designing prompts, system messages, structured output, or optimizing token usage.

2026-04-03
sdd-experiment
software-developers

Autonomous try-measure-keep/revert loop for hypothesis-driven code improvements. Runs N experiments, measures each via tests/benchmarks, keeps improvements, reverts regressions. Trigger: When --experiment flag is used with /sdd-apply, or user says "experiment", "try variations", "hypothesis loop".

2026-04-03
skillguard
information-security-analysts

Security scanner for AI agent skills — detects credential theft, code injection, data exfiltration, and scope escape before installation. Trigger: When installing skills, reviewing skill files, user mentions skill security, or before running `javi-forge plugin add`.

2026-04-03
Showing top 40 of 87 collected skills in this repository.