Skip to main content
praxstack
GitHub 创作者资料

praxstack

按仓库查看 10 个 GitHub 仓库中的 297 个已收集 skills。

已收集 skills
297
仓库
10
更新
2026年9月1日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

apex-autonomous-mode
未分类

Principal-engineer-grade autonomous execution mode for any AI coding agent. Calibrates rigor to task size: one primitive cycle for tiny work, 3-phase contract for small, 10-phase for medium/large. Loops until verified. Keep-or-revert on every change. Writes…

2026年8月29日
autonomous-orchestrion
未分类

Host-neutral autonomous software work protocol. Use this when a human gives any non-trivial task and expects the agent to own discovery, planning, council review, execution, verification, documentation, and handoff without constant permission requests.…

2026年8月29日
backend-architecture-standards
未分类

Principal-engineer standards for backend services, APIs, data modeling, distributed systems, and reliability. Use when building or reviewing REST/GraphQL/gRPC APIs, database schemas, service boundaries, caching strategies, messaging, observability, or scaling…

2026年8月29日
backend-pe-cpp
未分类

Principal-engineer-grade C++ backend design, implementation, and review for performance-critical services, networking, storage, and infrastructure. Covers C++20/23, RAII, ownership, modern concurrency (std::jthread, std::atomic, lock-free where proven),…

2026年8月29日
backend-pe-java
未分类

Principal-engineer-grade Java backend design, implementation, and review. Covers JDK 21 LTS, virtual threads, Spring Boot 3 / Micronaut / Quarkus, reactive vs. imperative, JVM tuning, concurrency primitives, and Java-specific failure modes (connection pool…

2026年8月29日
backend-pe-javascript
未分类

Principal-engineer-grade JavaScript (non-TypeScript) backend design, implementation, and review. Covers Node 20+ LTS / Bun, modern ESM, runtime validation (Zod/Ajv), JSDoc types, Fastify/Hono/Express, Prisma/Drizzle, and JavaScript-specific failure modes…

2026年8月29日
backend-pe-nodejs
未分类

Principal-engineer-grade guidance for the Node.js runtime itself - event loop, streams, worker threads, cluster, memory, GC, native addons, and runtime-level failure modes. Covers diagnosing event-loop lag, heap leaks, CPU profiling, AsyncLocalStorage,…

2026年8月29日
backend-pe-python-ml
未分类

Principal-engineer-grade Python ML backend design, implementation, and review - training pipelines, inference services, feature stores, and MLOps. Covers data quality and leakage, reproducibility, evaluation rigor (offline + online), model monitoring for…

2026年8月29日
已展示 8 / 176 个已收集 Skill。
deep-research
未分类

Async deep research via Gemini Interactions API (no Gemini CLI dependency). RAG-ground queries on local files (--context), preview costs (--dry-run), structured JSON output, adaptive polling. Universal skill for 30+ AI agents including Claude Code, Amp,…

2026年8月29日
last30days
未分类

Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web. Includes a doctor health check to diagnose broken or missing sources.

2026年8月29日
verify-markdown-viewer
未分类

Drive Markdown Viewer Pro (Vite + vanilla JS) like a user and capture proof. Use when verifying UI changes, markdown rendering, themes, view modes, or any feature in this repo's web app.

2026年8月29日
algorand-vulnerability-scanner
未分类

Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL/PyTeal).

2026年8月29日
cairo-vulnerability-scanner
未分类

Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.

2026年8月29日
github-issues
未分类

Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, set issue fields (dates, priority, custom fields), set…

2026年8月29日
gstack
未分类

Router for the gstack skill suite. (gstack)

2026年8月29日
solana-vulnerability-scanner
未分类

Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ownership checks, and sysvar spoofing. Use when auditing Solana/Anchor programs.

2026年8月29日
已展示 8 / 58 个已收集 Skill。
blueprint-creator
未分类

Create exhaustive BLUEPRINT.md files — the implementation bible that expands a SPEC.md into maximum granular detail so an AI coding agent can translate it line-by-line into code with zero interpretation. This skill REQUIRES a SPEC.md to already exist. Use…

2026年8月21日
spec-creator
未分类

Create production-grade SPEC.md files — portable implementation contracts that any AI coding agent can build from without follow-up questions. Use this skill whenever the user wants to write a spec, specification, technical spec, implementation contract,…

2026年8月21日
ultra-reasoning-operator
未分类

Scope-calibrated ultra-rigor workflow for hard reasoning, high-risk code changes, architecture decisions, debugging with multiple plausible root causes, security-sensitive work, and user requests like "ultra reasoning", "think harder", "verify everything",…

2026年8月21日
backend-pe
未分类

Distinguished Principal Engineer backend/system architecture skill. Use when the user demands "BackendPE", "Supermode", "Antigravity", or requests high-performance, unlimited-context, world-class backend and distributed systems design. This skill maximizes…

2026年8月21日
backend-principle-eng-cpp-pro-max
未分类

Principal backend engineering intelligence for C++ systems and performance-critical services. Actions: plan, design, build, implement, review, fix, optimize, refactor, debug, secure, scale backend code and architectures. Focus: correctness, memory safety,…

2026年8月21日
backend-principle-eng-java-pro-max
未分类

Principal backend engineering intelligence for Java services and distributed systems. Actions: plan, design, build, implement, review, fix, optimize, refactor, debug, secure, scale backend code and architectures. Focus: correctness, reliability, performance,…

2026年8月21日
backend-principle-eng-javascript-pro-max
未分类

Principal backend engineering intelligence for JavaScript services. Actions: plan, design, build, implement, review, fix, optimize, refactor, debug, secure, scale backend code and architectures. Focus: correctness, reliability, performance, security,…

2026年8月21日
backend-principle-eng-nodejs-pro-max
未分类

Principal backend engineering intelligence for Node.js runtime systems. Actions: plan, design, build, implement, review, fix, optimize, refactor, debug, secure, scale backend code and architectures. Focus: correctness, reliability, performance, security,…

2026年8月21日
已展示 8 / 45 个已收集 Skill。
prompt-optimization
未分类

Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers…

2026年8月25日
agent-improve
未分类

Turns production evidence into tested improvements for your AI agent. Forms hypotheses from real traces and analytics, explains the reasoning behind each one, then executes with the user: scenario tests that reproduce production failures, prompt and code…

2026年8月24日
drive-the-ui
未分类

Drive the page the user has open through live UI actions. List the actions a page accepts, call them with typed payloads, and read the live state including unsaved edits. Use when the user is looking at a page you can operate, such as the evaluations…

2026年8月24日
connect-agent
未分类

Connect the codebase's AI agent to LangWatch agent simulations over HTTP, so scenario suites run against it from the platform. Finds or adds the agent's chat endpoint, wires authentication for scenario traffic, makes the server adopt the W3C traceparent…

2026年8月20日
experiments
未分类

Create and run LangWatch experiments for pre-deployment batch testing. Use when the user wants to test an agent against a dataset, compare prompts or models, benchmark quality, detect regressions, or add a CI quality gate. Do not use for production monitoring…

2026年8月20日
level-up
未分类

Take your AI agent to the next level with full LangWatch integration. Adds tracing, prompt versioning, evaluation experiments, and simulation tests in one go. Use when the user wants comprehensive observability, testing, and prompt management for their agent.

2026年8月20日
online-evaluations
未分类

Configure LangWatch online evaluations and guardrails for production traffic. Use when the user wants to score live traces or threads, monitor production quality, sample incoming traffic, or synchronously block unsafe requests and responses. Do not use for…

2026年8月20日
prompts
未分类

Version and manage your agent's prompts with LangWatch Prompts CLI. Use for both onboarding (set up prompt versioning for an entire codebase) and targeted operations (version a specific prompt, create a new prompt version). Supports Python and TypeScript.

2026年8月20日
已展示 8 / 10 个已收集 Skill。
已展示 10 / 10 个仓库
已展示全部仓库