Loading...
Loading...
Found 11,863 Skills
Instructs an AI assistant to navigate a company knowledge base — searching docs, synthesizing answers, citing sources, and flagging gaps or outdated information.
Transform applications into production-ready deployments with systematic analysis, improvement, and framework-specific optimization
Resolve merge conflicts systematically with context-aware 3-tier classification and escalation protocol
Review RFCs for problem clarity, compliance, security, and performance using SCQA framework
Review protocol code for chain halt risks, non-determinism, and onchain behavior bugs
Create structured GitHub issues from conversation context using gh CLI
Analyze Python code for style improvements including naming, structure, nesting, and cognitive load reduction
Read and summarize text-based file types only. Prefer read_file for text formats; use execute_shell_command for type detection when needed. PDF/Office/images/archives are handled by other skills.
Use this skill when the user asks to triage issues, organize the issue list, "triage issues", "show me all open issues", "categorize issues", "triage-issues". Requires Gitee MCP Server to be configured.
Use this skill when the user asks to implement an issue, "work on this issue", "implement issue", "develop based on an issue", "implement-issue". Requires Gitee MCP Server to be configured.
Detect whether an API endpoint is backed by genuine Claude (not a wrapper, proxy, or impersonator) using 9 weighted rule-based checks that mirror the claude-verify project. Also extracts injected system prompts from providers that override Claude's identity. Fully self-contained — copy the code below and run, no extra packages beyond httpx. Use when the user wants to verify a Claude API key or endpoint, check if a third-party Claude service is authentic, audit API providers for Claude authenticity, test multiple models in parallel, or discover what system prompt a provider has injected.
AI-powered testability assessment using 10 principles of intrinsic testability with Playwright and optional Vibium integration. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports.