Skip to main content
praxstack
GitHub-Creator-Profil

praxstack

Repository-Ansicht von 297 gesammelten Skills in 10 GitHub-Repositories.

gesammelte Skills
297
Repositories
10
aktualisiert
1. Sept. 2026
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

apex-autonomous-mode
nicht klassifiziert

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…

29. Aug. 2026
autonomous-orchestrion
nicht klassifiziert

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.…

29. Aug. 2026
backend-architecture-standards
nicht klassifiziert

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…

29. Aug. 2026
backend-pe-cpp
nicht klassifiziert

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),…

29. Aug. 2026
backend-pe-java
nicht klassifiziert

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…

29. Aug. 2026
backend-pe-javascript
nicht klassifiziert

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…

29. Aug. 2026
backend-pe-nodejs
nicht klassifiziert

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,…

29. Aug. 2026
backend-pe-python-ml
nicht klassifiziert

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…

29. Aug. 2026
Es werden 8 von 176 gesammelten Skills angezeigt.
deep-research
nicht klassifiziert

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,…

29. Aug. 2026
last30days
nicht klassifiziert

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.

29. Aug. 2026
verify-markdown-viewer
nicht klassifiziert

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.

29. Aug. 2026
algorand-vulnerability-scanner
nicht klassifiziert

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).

29. Aug. 2026
cairo-vulnerability-scanner
nicht klassifiziert

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.

29. Aug. 2026
github-issues
nicht klassifiziert

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…

29. Aug. 2026
gstack
nicht klassifiziert

Router for the gstack skill suite. (gstack)

29. Aug. 2026
solana-vulnerability-scanner
nicht klassifiziert

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.

29. Aug. 2026
Es werden 8 von 58 gesammelten Skills angezeigt.
blueprint-creator
nicht klassifiziert

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…

21. Aug. 2026
spec-creator
nicht klassifiziert

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,…

21. Aug. 2026
ultra-reasoning-operator
nicht klassifiziert

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",…

21. Aug. 2026
backend-pe
nicht klassifiziert

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…

21. Aug. 2026
backend-principle-eng-cpp-pro-max
nicht klassifiziert

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,…

21. Aug. 2026
backend-principle-eng-java-pro-max
nicht klassifiziert

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,…

21. Aug. 2026
backend-principle-eng-javascript-pro-max
nicht klassifiziert

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,…

21. Aug. 2026
backend-principle-eng-nodejs-pro-max
nicht klassifiziert

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,…

21. Aug. 2026
Es werden 8 von 45 gesammelten Skills angezeigt.
prompt-optimization
nicht klassifiziert

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…

25. Aug. 2026
agent-improve
nicht klassifiziert

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…

24. Aug. 2026
drive-the-ui
nicht klassifiziert

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…

24. Aug. 2026
connect-agent
nicht klassifiziert

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…

20. Aug. 2026
experiments
nicht klassifiziert

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…

20. Aug. 2026
level-up
nicht klassifiziert

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.

20. Aug. 2026
online-evaluations
nicht klassifiziert

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…

20. Aug. 2026
prompts
nicht klassifiziert

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.

20. Aug. 2026
Es werden 8 von 10 gesammelten Skills angezeigt.
10 von 10 Repositories angezeigt
Alle Repositories angezeigt