Showing 30 of 22785 results
Punt Labs standards enforcement β init, audit, and LLM-powered reconciliation of workflows, configs, and project structure
51 active skills and 2 commands covering the full product development lifecycle. FDD+SDD hybrid with JIT per-feature design, 4 living registers, atomic commit protocol. Three playbooks: Greenfield, Feature Implementation, Rebuild. Integrates with Notion, Excalidraw, Gamma, and prototyping tools (Lovable, v0, Figma Make) via MCP.
Microsoft Purview compliance workflows β DLP review, retention planning, sensitivity labels, eDiscovery readiness, and guided compliance playbooks with audit-ready change logs
Systematic 7-dimension pre-push code safety review: exception path safety, encoding boundary, data type validation, state invariants, hardcoded secrets, semantic logic correctness, test quality. Hook auto-blocks git push until review completes.
Send push notifications via Microsoft Teams webhook and macOS desktop notifications. Use when workflows complete, errors occur, tasks need attention, or other skills finish.
Production-grade Playwright testing toolkit. 9 skills, 3 agents, 55 templates, TestRail + BrowserStack MCP integrations. Generate tests, fix flaky failures, migrate from Cypress/Selenium.
Production-grade Playwright testing toolkit. 9 skills, 3 agents, 55 templates, TestRail + BrowserStack MCP integrations. Generate tests, fix flaky failures, migrate from Cypress/Selenium.
from laststance/claude-code-marketplace
Set up, run, tune, and debug pxpipe (pxpipe-proxy) β a local proxy that cuts Claude Code token costs by rendering bulky context as compressed PNG images
Write accurate Pydantic AI code from the start. Up-to-date patterns, decision trees, and common gotchas for agents, tools, structured output, streaming, and multi-agent apps.
Extend Pydantic AI agents with batteries-included capabilities from pydantic-ai-harness, currently Code Mode for collapsing many tool calls into one sandboxed Python execution
SessionStart hook that drops a personal, locally-git-ignored pyrightconfig.json into any Python project lacking a Pyright config -- points Pyright at the uv .venv so imports resolve and silences the reportMissingImports flood. Self-healing (adds the venv pointer once .venv appears), never touches a config it didn't write byte-for-byte, no-op outside Python projects.
Python language server (Pyright) for type checking and code intelligence
Python language server (via uvx - always latest)
Author, validate, and maintain pytest-httpchain JSON HTTP-API test scenarios β ships the authoring skill, a static-validating subagent, and /setup + /doctor.
Profile a pytest suite, rank safe speedups with a safety-first rubric, and apply each as its own verified commit
Diagnose slow pytest suites, profile with pyinstrument, apply targeted fixes, and produce a performance report
Python development standards, toolchain preferences, and coding conventions for modern Python projects
Trusted defaults and doc URLs for Python targets: docstring and comment conventions, testing setup, and toolchain choices. Install on top of core.
Simplifies and refines Python code for clarity, consistency, and maintainability while preserving all functionality
Python development workflow with architecture design, coding guidelines, testing patterns, and specialized review agents