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

JCE-Opencode-Tools

JCE-Opencode-Tools contains 81 collected skills from JCE-Joshhh77, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
81
Stars
15
updated
2026-07-15
Forks
0
Occupation coverage
9 occupation categories · 100% classified
repository explorer

Skills in this repository

web-security-audit
information-security-analysts

Framework-agnostic website security audit and authorized pentest methodology (OWASP, red-team attacker mindset, white-hat reporting). Use for web pentest, vulnerability assessment, attack-surface review, bug bounty prep, or security audit of any web stack.

2026-07-15
estimation-planning
project-management-specialists

Critical path identification, risk-adjusted effort sizing, complexity detection, and execution strategy selection. Use when scoping a task, deciding direct-vs-planned execution, breaking down large work, or assessing how many steps something really needs.

2026-06-16
orchestration-patterns
software-developers

Multi-phase workflows, state machines, DAG task execution, checkpoint/resume, and saga patterns for complex multi-step or multi-session work. Use when a task spans 5+ steps, multiple files, multiple sessions, or has irreversible phases.

2026-06-16
code-archaeology
software-developers

Understanding legacy and unfamiliar code, git blame/history analysis, dependency archaeology, and reconstructing intent behind existing code. Use when working in unfamiliar codebases, investigating "why was this written this way", or before changing code you didn't write.

2026-06-12
failure-recovery
software-developers

Retry strategies, rollback protocols, circuit breakers for delegations, escalation chains, and failure budgets. Use when verification fails, a fix doesn't work, a sub-agent returns weak output, or you are stuck in a failure loop.

2026-06-12
incident-response
network-and-computer-systems-administrators

Production incident triage, rollback procedures, blast radius assessment, severity classification, and post-mortem templates. Use when production is down, a deploy broke something, users are impacted, or you need to stabilize before fixing root cause.

2026-06-12
multi-agent-coordination
software-developers

Consensus protocols, conflict resolution between sub-agents, evidence merging, parallel evaluation, and delegation output grading. Use when coordinating multiple sub-agents, resolving contradictory findings, or making high-stakes decisions that warrant independent verification.

2026-06-12
human-ui-design
web-and-digital-interface-designers

UI design, frontend, dashboard, landing page, component, Tailwind, Figma, generated AI, human-crafted interface. Use when designing or reviewing frontend UI so output avoids generic AI-looking visuals while staying accessible and backend-aware.

2026-06-06
ui-pattern-library
web-and-digital-interface-designers

UI pattern catalog for frontend, dashboard, landing page, SaaS, fintech, ecommerce, developer tools, admin, marketplace, healthcare, mobile web, forms, tables, onboarding, settings, and empty states. Use when choosing product-specific interface patterns.

2026-06-06
visual-qa-rubric
software-quality-assurance-analysts-and-testers

Visual QA, screenshot review, browser review, Playwright, responsive QA, accessibility QA, UI polish, design review, visual regression, anti-AI UI rubric. Use when validating frontend visuals or reviewing screenshots.

2026-06-06
git-guardrails
software-developers

Safe Git workflow guardrails. Use when committing, pushing, branching, merging, rebasing, tagging, or blocking dangerous git operations.

2026-06-02
grill-with-docs
project-management-specialists

Plan challenge with docs, domain language, context files, and ADRs. Use when reviewing plans, architecture choices, PRDs, domain models, or decisions before implementation.

2026-06-02
prototype
software-developers

Throwaway prototype workflow for uncertain UI, product, or business logic. Use when exploring designs, testing feasibility, or comparing alternatives before production implementation.

2026-06-02
to-issues
project-management-specialists

Break PRD, plan, feature, or refactor into independently grabbable issues. Use when creating GitHub issues, task breakdowns, milestones, or vertical slices.

2026-06-02
to-prd
project-management-specialists

Convert conversation, idea, or feature request into a concise product requirements document. Use when user asks for PRD, spec, requirements, scope, acceptance criteria, or product plan.

2026-06-02
triage
software-quality-assurance-analysts-and-testers

Issue and bug triage workflow. Use when classifying reports, prioritizing bugs, assigning labels, identifying repro steps, or deciding whether work is ready.

2026-06-02
write-a-skill
computer-occupations-all-other

Author or improve OpenCode/JCE skills with correct frontmatter, trigger descriptions, progressive disclosure, and verification. Use when creating, editing, auditing, or packaging skills.

2026-06-02
advanced-patterns
software-developers

SOLID, 12-Factor, performance engineering, feature flags. Use when working on advanced-patterns tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
ai-llm-engineering
software-developers

RAG, embeddings, vector DB, prompt engineering, LLM evaluation. Use when working on ai-llm-engineering tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
ai-optimization
software-developers

Token efficiency, model selection, prompt engineering. Use when working on ai-optimization tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
angular
web-developers

Angular, signals, RxJS, standalone components. Use when working on angular tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
api-design-patterns
software-developers

REST maturity, GraphQL schema, gRPC, versioning, pagination, OpenAPI. Use when working on api-design-patterns tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
architecture
software-developers

API design, databases, system design, caching, resilience. Use when working on architecture tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
astro-remix
web-developers

Astro, Remix, islands architecture, SSR/SSG hybrid, loaders/actions. Use when working on astro-remix tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
auth-identity
software-developers

OAuth2, OIDC, JWT, RBAC/ABAC, MFA, zero-trust, secrets rotation. Use when working on auth-identity tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
blockchain-web3
software-developers

Solidity, gas optimization, ERC standards, DeFi, Foundry/Hardhat. Use when working on blockchain-web3 tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
codebase-intelligence
software-developers

Repository mapping, impact scanning, entry point discovery, and audit orientation. Use when working on codebase-intelligence tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
compliance-governance
information-security-analysts

GDPR, SOC2, audit logging, PII handling, privacy by design. Use when working on compliance-governance tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
context-preservation
computer-occupations-all-other

Maintaining project context across sessions. Use when working on context-preservation tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
cpp
software-developers

C/C++, CMake, modern C++. Use when working on cpp tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
csharp
software-developers

C#, .NET, ASP.NET Core. Use when working on csharp tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
delegation-quality
project-management-specialists

High-quality sub-agent delegation, output contracts, evidence review, and follow-up discipline. Use when working on delegation-quality tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
design-systems
web-and-digital-interface-designers

Design tokens, Storybook, theming, component API, variants. Use when working on design-systems tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
developer-tooling
software-developers

LSP, linting, formatting, project structure, code generation. Use when working on developer-tooling tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
devops
network-and-computer-systems-administrators

Docker, CI/CD, deployment, monitoring, infrastructure. Use when working on devops tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
distributed-systems
software-developers

Event-driven, saga, CQRS, Kafka, RabbitMQ, circuit breakers. Use when working on distributed-systems tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
django-fastapi
software-developers

Django, DRF, FastAPI, Pydantic. Use when working on django-fastapi tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
elixir
software-developers

Elixir, Phoenix, LiveView, OTP. Use when working on elixir tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
express-nestjs
software-developers

Express.js, NestJS, Node.js APIs. Use when working on express-nestjs tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
flutter-dart
software-developers

Flutter, Dart, widgets, Riverpod. Use when working on flutter-dart tasks, related files, debugging, implementation, review, or verification workflows.

2026-05-19
Showing top 40 of 81 collected skills in this repository.