Toolkit
Toolkit from spartan-stratos/spartan-ai-toolkit.
Skills in this plugin
9- ▌ UI UX Pro Max · spartan-stratos bundleUI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.
- ▌ CI CD Patterns · spartan-stratos bundleCI/CD pipeline patterns for GitHub Actions, PR automation, and deployment workflows. Use when setting up CI, fixing broken pipelines, automating PR checks, or configuring deployment.
- ▌ Ops Oncall Log · spartan-stratos bundleCreate a structured on-call log by pulling alerts from monitoring and writing a summary to your team's wiki. Requires a monitoring MCP (recommended: Datadog) and a wiki MCP (Confluence or Notion).
- ▌ JS Security Audit · spartan-stratos bundleAudit JS/TS projects against NPM Security Guidelines covering project setup, dependency hygiene, CI/CD pipeline, Dependabot, and incident response. Use when reviewing package.json or lockfiles, adding or upgrading npm dependencies, setting up CI security gates, hardening a new repo, or responding to a compromised package.
- ▌ Service Debugging · spartan-stratos bundleStructured debugging runbook for backend services. Use when investigating production issues, API errors, performance problems, or when something broke and you need to find why.
- ▌ Ops Investigate Alert · spartan-stratosInvestigate a monitoring alert end-to-end. Pulls metrics, logs, traces, and recent code changes to identify root cause. Works with any monitoring MCP.
- ▌ Python Best Practices · spartan-stratos bundlePython/FastAPI coding standards including async patterns, Pydantic v2, SQLAlchemy 2.0, and project structure. Use when writing Python code, reviewing FastAPI projects, or learning FastAPI conventions.
- ▌ Python Testing Strategies · spartan-stratos bundleTesting patterns for FastAPI with pytest-asyncio, httpx AsyncClient, fixtures, and test data factories. Use when writing tests, setting up test infrastructure, or improving coverage in a FastAPI project.
- ▌ Python API Endpoint Creator · spartan-stratos bundleCreates FastAPI endpoints with layered architecture (Router → Service → Repository). Use when creating new API endpoints, CRUD operations, or scaffolding a new domain module in a FastAPI project.