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

langgenius

Repository-level view of 40 collected skills across 8 GitHub repositories.

skills collected
40
repositories
8
updated
2026-07-05
repository explorer

Repositories and representative skills

dify-docs-format-check-cjk
unclassified

Check formatting compliance in changed Chinese and Japanese documentation against writing-guides/formatting-guide.md, tools/translate/formatting-zh.md, and tools/translate/formatting-ja.md. Use after finalizing a translation batch, or when the user says "check formatting (zh/ja)", "check CJK formatting", or "format audit" on translated content.

2026-07-02
dify-cli-docs
unclassified

Use when drafting or editing any page under `en/cli/` in dify-docs. Covers reader segments, the writing rules, content ownership, and codebase-verification rules for the Dify CLI (`difyctl`) doc set. Triggers: "draft a CLI page", "write difyctl docs", "edit a page in en/cli/".

2026-06-30
dify-docs-api-reference
unclassified

Use when editing, auditing, or creating OpenAPI specs in the Dify docs repo (en/api-reference/openapi_*.json), or on any task touching API endpoint parameters, responses, error codes, status codes, or examples.

2026-06-30
dify-docs-env-vars
unclassified

Use when writing, rewriting, or auditing environment variable documentation for Dify self-hosted deployment. Applies to en/self-host/deploy/configuration/environments.mdx. Covers the full process from codebase tracing to user-facing descriptions.

2026-06-30
dify-docs-feature-research
unclassified

Research a Dify feature before writing or optimizing documentation. Use when starting any doc task that requires understanding a feature's implementation, user pain points, or community feedback. Triggers: 'research this feature', 'investigate the code for', 'what do users say about', 'let's understand how X works before writing', or any documentation task where the current docs are being rewritten or significantly expanded.

2026-06-30
dify-docs-format-check-en
unclassified

Check formatting compliance in changed English documentation against writing-guides/formatting-guide.md. Use after finalizing a draft, or when the user says "check formatting", "format audit", "format check" on English content.

2026-06-30
dify-docs-guides
unclassified

Use when writing, improving, or reviewing Dify user guide documentation. Covers pages in en/{cloud,self-host}/use-dify/, en/develop-plugin/, and en/self-host/deploy/. Triggers: "write docs for [feature]", "improve this page", "review this documentation section".

2026-06-30
dify-docs-release-sync
unclassified

Use when preparing documentation updates for a Dify release. User provides two version references to compare (e.g., v1.13.2 and v1.13.3, or v1.13.2 and main). Covers API reference, help documentation, environment variable changes, and UI i18n glossary impact.

2026-06-30
Showing top 8 of 10 collected skills in this repository.
frontend-code-review
software-quality-assurance-analysts-and-testers

Review Dify frontend code for correctness, accessibility, component design, dify-ui usage, data/query boundaries, performance, and tests. Trigger for `.tsx`, `.ts`, `.js`, UI, React, Next.js, pending-change, or focused frontend review requests.

2026-07-05
how-to-write-component
software-developers

Use when writing, refactoring, or reviewing React/TypeScript components in Dify web, especially decisions about component ownership, props/types, URL/query state, Jotai state, async state, generated API contracts, queries/mutations, overlays, effects, navigation, performance, and empty states.

2026-07-05
e2e-cucumber-playwright
software-quality-assurance-analysts-and-testers

Write, update, or review Dify end-to-end tests under `e2e/` that use Cucumber, Gherkin, and Playwright. Use when the task involves `.feature` files, `features/step-definitions/`, `features/support/`, `DifyWorld`, scenario tags, locator/assertion choices, or E2E testing best practices for this repository.

2026-07-05
e2e-summary-skill
software-quality-assurance-analysts-and-testers

Summarize user input for Agent Builder E2E coverage.

2026-07-02
frontend-testing
software-quality-assurance-analysts-and-testers

Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.

2026-06-25
karpathy-guidelines
software-developers

Lightweight coding guardrails for making focused, simple, and verifiable changes in this repo. Use for all coding work.

2026-06-09
backend-code-review
software-quality-assurance-analysts-and-testers

Review backend code for quality, security, maintainability, and best practices based on established checklist rules. Use when the user requests a review, analysis, or improvement of backend files (e.g., `.py`) under the `api/` directory. Do NOT use for frontend files (e.g., `.tsx`, `.ts`, `.js`). Supports pending-change review, code snippets review, and file-focused review.

2026-02-28
wta-green-impl
unclassified

Act as the WTA green-impl. Use when the user is claiming a contract-sealed task, pulling its worktree, implementing the task, running checks, and submitting for review. Green-impl is the only role that edits product source code; it must stay inside the task contract's allowed files.

2026-06-20
wta-green-lead
unclassified

Act as the WTA green-lead. Use when the user is decomposing a sealed feature intent into tasks, creating a task draft, or signing a task interface contract. Green-lead owns decomposition and the implementation surface; it does not write acceptance contracts and does not implement product code.

2026-06-20
wta-install
unclassified

Install the WTA Rust CLI from source. Clone the public repository, build with cargo, and place the wta binary on PATH. Use when the user wants to start using WTA but does not yet have the wta binary installed, or wants to upgrade to the latest commit on main.

2026-06-20
wta-orchestrator
unclassified

Act as the WTA orchestrator. Use when the user is bootstrapping a WTA project, publishing or sealing a feature intent, registering team members or release targets, closing an intent, or running a release push. The orchestrator owns intent and release; it does not implement code or sign acceptance.

2026-06-20
wta-using-wta
unclassified

Operate WTA, the role-gated workflow controller for teams collaborating with humans and AI coding agents. Use when the user wants to set up a new WTA project, configure the SSH/VPS pair, register an identity, or follow the Blue-Green role lifecycle from intent through release.

2026-06-20
wta-blue-harness
software-quality-assurance-analysts-and-testers

Act as the WTA blue-harness reviewer. Use when the user is reviewing a Delivered task by pulling a reviewer worktree, running the acceptance contract's Required Checks, and recording a verdict. Blue-harness is independent of green-impl; the same person should not implement and review the same task except in solo dogfood scenarios.

2026-05-19
wta-blue-lead
software-developers

Act as the WTA blue-lead. Use when the user is signing a task acceptance contract, sealing a green-lead decomposition, or merging a Green-reviewed task into product main. Blue-lead is the gate that protects product main; it does not implement code and does not run the review checks itself (blue-harness does).

2026-05-19
email-and-password-best-practices
unclassified

This skill provides guidance and enforcement rules for implementing secure email and password authentication using Better Auth.

2026-06-03
better-auth-security-best-practices
unclassified

This skill provides guidance for implementing security features that span across Better Auth, including rate limiting, CSRF protection, session security, trusted origins, secret management, OAuth security, IP tracking, and security auditing. These topics are not covered in individual plugin skills.

2026-06-03
building-ai-agent-on-cloudflare
unclassified

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asks about agent "state management", "scheduled tasks", or "tool calling". Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-06-03
building-mcp-server-on-cloudflare
unclassified

Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tools, OAuth authentication, and production deployment. Generates server code, configures auth providers, and deploys to Workers. Use when: user wants to "build MCP server", "create MCP tools", "remote MCP", "deploy MCP", add "OAuth to MCP", or mentions Model Context Protocol on Cloudflare. Also triggers on "MCP authentication" or "MCP deployment". Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-06-03
code-review-guardrails
unclassified

Review skill that catches sub-optimal coding patterns, tech debt, and constraint violations. Use before committing changes, after completing a feature, or when reviewing another agent's work. Identifies hand-rolled code that duplicates library features, unsafe type casts, silent error handling, parallel truth sources, and violations of project ADRs.

2026-06-03
typescript-style-guardrails
unclassified

Readability-first TypeScript and TSX style guardrails for strict codebases. Use when reviewing or editing TypeScript, defining shared contracts, creating lintable style rules, or deciding between type vs interface, null vs undefined, and Pick/Omit/Partial-heavy type expressions.

2026-06-03
Showing 8 of 8 repositories
All repositories loaded