foundryside-marketplace logo

foundryside-marketplace

tachyon-beep/skillpacks

46 plugins13 stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →View source on GitHub

Add this marketplace

/plugin marketplace add tachyon-beep/skillpacks

Run in Claude Code, then install any plugin below from this marketplace.

Plugins in this marketplace

46 plugins · page 1 of 2

#PluginStars
1axiom-audit-pipelines logoaxiom-audit-pipelinesTDD-validated audit-grade decision pipelines: canonical encoding (RFC 8785 JCS), append-only decision logs, fingerprint chains (linked-hash and Merkle), HMAC and Ed25519 signed exports, immutable storage, decision provenance (inputs/ruleset/code closure), threat model for the log itself, retention reconciled with right-to-be-forgotten, partial replay from trail, performance budgets. 11 reference sheets, 3 commands, 2 agents.132axiom-determinism-and-replay logoaxiom-determinism-and-replayArchitecture-level determinism and replay (router + 13 specialist sheets, 3 commands, 2 agents) - determinism-vs-reproducibility, seed governance, RNG isolation, snapshot strategy, divergence detection, replay infrastructure, concurrency strategies, floating-point policy, GPU determinism, external-effects substitution, canonical state encoding, property tests, and cost-of-determinism accounting; for RL substrates, multi-agent systems, multiplayer lockstep engines, and any simulation that must be re-run from inputs133axiom-devops-engineering logoaxiom-devops-engineeringDevOps and platform engineering — the path from commit to healthy production: CI/CD pipelines and verification gates, zero-downtime deployment, infrastructure as code, container build hygiene, orchestration runtime, observability (metrics/logs/traces, SLI/SLO), incident response and on-call, release management and rollback, secrets and configuration, environment parity, DevSecOps and software supply-chain security, GitOps, and SRE/reliability. Router + 13 reference sheets, 3 commands (design-deployment, review-pipeline, audit-deployment), and 2 agents (deployment-strategist, pipeline-reviewer).134axiom-distributed-systems logoaxiom-distributed-systemsArchitecture-level distributed systems design (router + 13 specialist sheets, 3 commands, 2 agents) - consistency models and CAP/PACELC per operation, failure models and the eight fallacies, replication and quorums, consensus and coordination, partitioning and sharding, time/clocks/ordering, idempotency and deduplication, sagas and distributed transactions (with the outbox/inbox pattern), delivery and ordering semantics, resilience patterns, backpressure and flow control, fault-injection/linearizability/deterministic-simulation testing, and cost-and-when-not-to-distribute accounting; frames correctness-under-partition as a load-bearing architectural property. Composes with axiom-web-backend, axiom-devops-engineering, and axiom-determinism-and-replay; the most glaring architecture gap that those packs only graze135axiom-embedded-database logoaxiom-embedded-databaseSQLite and DuckDB as application-embedded databases at production scale - PRAGMA discipline, schema migrations under SQLite's ALTER constraints, WAL tuning, transactions/isolation, single-writer concurrency, optimistic locking + claim leases, parameterized-SQL, JSON1, FTS5, DuckDB-for-OLAP, SQLCipher, backup/restore. Router + 13 sheets, 3 commands, 2 agents.136axiom-engineering-foundations logoaxiom-engineering-foundationsUniversal software engineering methodology - systematic debugging, safe refactoring, code review, incident response, technical debt triage, codebase confidence building - 6 language-agnostic reference sheets137axiom-mcp-engineering logoaxiom-mcp-engineeringEngineering MCP (Model Context Protocol) servers as production-grade agent interfaces — tool API surface, idempotency and atomic claim semantics, structured error envelopes, schema versioning across model drift, stdio/HTTP transport, output-shape discipline (pagination, truncation), the four MCP primitives (tools/resources/prompts/sampling), composition across servers, observability, and golden-conversation testing. Router + 13 reference sheets, 3 commands (design-mcp-server, review-mcp-server, audit-mcp-tools), and 2 agents (mcp-server-architect, mcp-server-critic).138axiom-planning logoaxiom-planningTDD-validated implementation planning with plan review quality gate (2 skills, 5 agents, 1 command) - write plans, validate against codebase reality with 4 parallel reviewers before execution139axiom-procedural-architecture logoaxiom-procedural-architectureStructural reasoning for staged procedures — design, critique, and analyze decompositions of any procedure into composable stages, dependencies, decision points, and flow properties. Three roles (producer/critic/analyst) over one shared corpus. Router + 13 sheets, 3 commands, 2 agents.1310axiom-product-management logoaxiom-product-managementProduct management as standing ownership - for a Claude that takes control of a software product and owns it end-to-end across many sessions. Built on a structured operating system: a git-versioned product workspace (vision, intent-roadmap, append-only Product Decision Records, current-state brief, falsifiable metrics) and a resume/orient/decide/dispatch/accept/checkpoint loop, governed by an explicit authority boundary that escalates anything irreversible or outward-facing to the human owner. Owns the product disciplines: discovery and opportunity assessment (JTBD, problem validation, business case), vision/strategy/positioning and intent-roadmapping, PRDs with falsifiable acceptance criteria, delivery orchestration and acceptance (decide the bet, dispatch it, verify value landed), product-value metrics and experimentation, and the product anti-pattern catalog (build trap, feature factory, vanity metrics, HiPPO capture, autonomy overreach). Orchestrates rather than reimplements: hands sequencing/flow/WSJF to axiom-program-management, implementation plans to axiom-planning, solution/architecture to axiom-solution-architect, and research method to lyra-ux-designer. Router + 8 sheets, 3 commands, 2 agents.1311axiom-program-management logoaxiom-program-managementProject and program management as a delivery discipline - lean/agile-leaning, honest about where program scale needs predictive structure. Project tier: flow (cadence, WIP, cycle-time/throughput, Monte-Carlo forecasting), scope/backlog control, lean estimation, stakeholder management, operational RAID logs, honest RAG/watermelon-resistant reporting, dependency coordination. Program tier: program structure and governance, benefits realization and OKRs, now/next/later roadmapping with WSJF/cost-of-delay, cross-project dependency and integration management, capacity/funding flow with stable teams, scaling/operating-model selection without framework dogma. Leans on axiom-planning (implementation planning) and axiom-sdlc-engineering (process maturity, traceability, formal governance). Router + 13 sheets, 3 commands, 2 agents.1312axiom-pyo3-interop logoaxiom-pyo3-interopProduction-grade Python ↔ Rust interop via PyO3 — the FFI-boundary discipline, not single-crate Rust nor pure-Python work. v0.1 ships router + 13 sheets, 3 commands, 1 agent. Covers PyO3 fundamentals (`Bound<'py, T>`, GIL tokens, `#[pymodule]` / `#[pyclass]`), abi3 vs native and the wheel matrix, maturin inside a Cargo workspace, GIL release patterns, batched FFI to amortise crossing cost, zero-copy NumPy via the buffer protocol, Gymnasium environments backed by Rust, error mapping with traceback fidelity, lifecycle and teardown at interpreter shutdown, async across the boundary (`pyo3-async-runtimes`, tokio + asyncio), packaging and wheels (cibuildwheel, abi3, manylinux), debugging boundary panics / segfaults / GIL deadlocks, and the cost-of-crossing performance model. Commands: /scaffold-pyo3-crate, /profile-ffi-boundary, /audit-gil-discipline. Agent: pyo3-reviewer (SME Agent Protocol; sweeps all 13 sheets + 13 boundary anti-patterns). Sibling to `axiom-rust-engineering` (single-crate Rust) and `axiom-rust-workspaces` (multi-crate Rust); composes with both.1313axiom-python-engineering logoaxiom-python-engineeringModern Python 3.12+ engineering: types, testing, async, scientific computing, ML workflows, Textual TUI - 10 reference sheets, 4 commands, 3 agents1314axiom-rust-engineering logoaxiom-rust-engineeringModern Rust 2024 edition engineering: ownership, traits, async (tokio), testing, clippy/cargo tooling, performance/unsafe/FFI, AI/ML interop (PyO3, candle). Router + 11 reference sheets, 5 commands, 3 agents.1315axiom-rust-workspaces logoaxiom-rust-workspacesRust at workspace scope — multi-crate composition, not single-crate engineering. API-stable: router + 13 sheets, 3 commands, 1 agent. Architectural spine: workspace structure (layered / feature-grouped / domain-grouped), `[workspace.dependencies]` + resolver-2/3 with feature-graph semantics, `[workspace.lints]` + workspace-scope `clippy.toml`, workspace-scope `deny.toml` with waiver lifecycle, public-vs-internal crate boundaries with the internal-traits-crate / sealed-trait patterns, and the 10-pattern anti-pattern refusal list. Operational depth: feature-unification gotchas (the seven cases the headline rule misleads), Miri-on-subset (arena-crate isolation; nightly toolchain split), test organisation (per-crate vs workspace integration tests; fixtures crate; nextest), documentation architecture (rustdoc + mdbook 'book sits next to the crates'), release flow (synchronised vs independent versioning; cargo-release / release-plz; publish ordering), task-runner patterns (justfile + CI symmetry), workspace-scope coverage (cargo-llvm-cov + per-crate thresholds). Commands: /scaffold-workspace, /audit-workspace-deps, /validate-workspace-config. Agent: workspace-reviewer (SME Agent Protocol; sweeps all 13 sheets + 10 anti-patterns). Sibling to `axiom-rust-engineering` — that pack is single-crate-shaped; this pack composes those concerns at workspace scale.1316axiom-sdlc-engineering logoaxiom-sdlc-engineeringCMMI-based SDLC framework (Levels 2-4) with GitHub/Azure DevOps integration (8 skills, 4 agents) - comprehensive process guidance for high-quality software development with specialist support for architecture decisions, quality assurance, bug triage, and process routing1317axiom-solution-architect logoaxiom-solution-architectForward solution architecture: brief/HLD/epic → traceable artifact set (ADRs, C4, NFRs, RTM, integration/migration, risks, TOGAF/ArchiMate, consolidated SAD). 9 skills, 2 agents, 2 commands.1318axiom-static-analysis-engineering logoaxiom-static-analysis-engineeringBuilding static analyzers as engines: AST visitation patterns, taint-lattice (abstract-domain) design with monotonicity and finite height, three-phase inference (variable → function → callgraph) with termination proofs, plugin architecture for rules, false-positive economics with auditable suppression lifecycle, the static-vs-runtime boundary, callgraph construction (resolution rungs, dynamic features), cross-module flow with stub libraries, decorator-as-assertion (runtime + static dual enforcement), manifest-driven configuration with coherence validation, SARIF / CI integration, incremental analysis at scale, and LLM-assisted finding explanations as a pattern. v0.2 ships router + 13 sheets, 3 commands (/scaffold-analyzer, /design-tier-model, /design-rule-set), 2 agents (rule-designer, false-positive-analyst). Pattern pack — applies wherever you build an analyzer (linting, taint, contracts, governance, entity extraction).1319axiom-system-archaeologist logoaxiom-system-archaeologistDeep codebase architecture analysis (5 commands, 4 agents) - C4 diagrams, subsystem catalogs, security surface mapping, test infrastructure analysis, dependency visualization, incremental delta analysis, cross-pack specialist integration, ultralarge-tier per-module track for repos >100K LOC or >12 subsystems1320axiom-system-architect logoaxiom-system-architectTDD-validated architectural assessment enforcing professional discipline - prevents diplomatic softening, analysis paralysis, and security priority compromise - router + 3 specialist sheets, 3 commands, 2 SME agents1321axiom-web-backend logoaxiom-web-backendWeb backend development expertise across FastAPI, Django, Express, REST/GraphQL APIs, microservices, and framework-level production patterns - router + specialist skills for modern web APIs (deployment/CI-CD lives in axiom-devops-engineering)1322bravos-simulation-tactics logobravos-simulation-tacticsGame simulation implementation patterns and tactics - router + 13 reference sheets, 3 commands, 2 agents1323bravos-systems-as-experience logobravos-systems-as-experienceEmergent gameplay and systemic game design - router + 8 specialist reference sheets, 3 commands, 2 agents1324lyra-creative-writing logolyra-creative-writingWorkshop-voiced craft pack for prose narrative — fiction and creative nonfiction. Three explicit modes (draft, critique, plan) with mode-switching protocol. v0.2 ships router + 13 craft sheets + 9 genre sheets (mystery, thriller, sf, fantasy, horror, romance, literary-fiction, memoir-and-personal-essay, literary-journalism) + 3 commands + 11 agents. Genre sheets use a reader-contract three-move discipline: name the contract → name the cost of breaking → name books worth the cost. Roadmap: v0.3 other craft lineages, v0.4 format expansion (poetry, scripts, plays, comics, songwriting, IF). Composes with muna-panel-review for beta-reader simulation.1325lyra-site-designer logolyra-site-designerStatic site design and implementation for developer tools, open-source projects, and technical documentation sites - information architecture, modern CSS (container queries, :has(), OKLCH, light-dark(), View Transitions), design tokens, docs-first frameworks (Starlight, VitePress, Docusaurus 3), developer UX patterns - 1 skill, 1 agent, 1 command, 6 reference sheets1326lyra-tui-designer logolyra-tui-designerTerminal UI (TUI) design best practice - design-led and framework-agnostic (ratatui, Textual, Bubble Tea, Ink, notcurses). Event-loop architecture, responsive layout, redraw discipline, input/focus, color/theming with NO_COLOR + capability fallback, affordances, async feedback, terminal accessibility, signal-safe terminal restoration, golden-frame testing, cross-environment delivery - 1 router + 13 sheets, 3 commands, 2 agents (tui-design-reviewer, tui-architect)1327lyra-ux-designer logolyra-ux-designerUX design fundamentals - visual design, WCAG 2.2 accessibility, modern web platform primitives (dialog/popover/:has/container queries), iOS 17+ and Material 3 mobile, AI-experience patterns (Trust Stack), first-principles audience-derived needs analysis - 11 specialist sheets, 3 commands, 3 agents (ux-critic, accessibility-auditor, ux-theorist)1328meta-skillpack-maintenance logometa-skillpack-maintenanceSystematic maintenance and enhancement of skill packs through investigative domain analysis, RED-GREEN-REFACTOR testing, and automated quality improvements1329meta-sme-protocol logometa-sme-protocolSME (Subject Matter Expert) Agent Protocol - mandatory protocol for all specialist agents defining fact-finding, output contracts, and confidence/risk assessment1330muna-document-designer logomuna-document-designerProfessional document design with Pandoc and Typst - typography, layout, templates, format conversion, 6 reference sheets (academic, accessibility, data-heavy, multilingual, print, standards) - 1 skill, 1 agent, 1 command1331muna-panel-review logomuna-panel-reviewSimulated audience panel review — persona-driven editorial intelligence for document suites. 3 agents (persona-reader, panel-synthesiser, persona-designer), 1 orchestration skill, 3 slash commands1332muna-technical-writer logomuna-technical-writerDocumentation structure, clarity, register translation, security-aware docs, fact-checking, complex large-file edit pair - router + 9 sheets + 1 leaf skill, 4 commands, 5 agents1333muna-wiki-management logomuna-wiki-managementDocument set management as wikis - architecture, derivation, consistency, evolution, governance for multi-document collections - 1 router + 6 reference sheets, 4 commands, 2 agents1334ordis-quality-engineering logoordis-quality-engineeringE2E, API, integration, performance, chaos, flaky-test, observability, mutation, coverage-gap, and modern supply-chain (Trivy/OSV/Syft/Cosign/SLSA) testing - 21 reference sheets, 5 commands, 3 agents1335ordis-security-architect logoordis-security-architectThreat modeling (STRIDE/CWE/CVSS/ATT&CK), security controls, defense-in-depth, compliance (NIST CSF 2.0, ISO 27001:2022, PCI-DSS v4.0.1, GDPR, NIS2, EU AI Act), ATO/RMF, LLM/AI security (OWASP LLM Top 10:2025, MITRE ATLAS), supply-chain (SLSA, SBOM, Sigstore) - 11 skills, 3 commands, 2 agents1336yzmir-ai-engineering-expert logoyzmir-ai-engineering-expertPrimary router for all AI/ML engineering skillpacks - directs to specialized packs1337yzmir-deep-rl logoyzmir-deep-rlReinforcement learning - DQN/Rainbow/BBF, PPO/GRPO, SAC/TD3/REDQ, DreamerV3/TD-MPC2 model-based, CQL/IQL/Decision Transformer offline, MAPPO/IPPO multi-agent, exploration, reward shaping, counterfactual credit assignment - 13 sheets, 3 commands, 2 agents1338yzmir-dynamic-architectures logoyzmir-dynamic-architecturesDynamic/morphogenetic neural networks - grow, prune, adapt topology during training. Continual learning, gradient isolation, modular composition, lifecycle orchestration - 7 reference sheets, 1 agent, 2 commands1339yzmir-llm-specialist logoyzmir-llm-specialistLLM applications - prompting (incl. reasoning models), RAG, fine-tuning (SFT/DPO/GRPO + LoRA family), agentic patterns + MCP, context engineering, inference optimization (vLLM/SGLang), evaluation, and OWASP-LLM-2025 safety - 10 reference sheets, 3 commands, 2 agents1340yzmir-ml-production logoyzmir-ml-productionProduction ML - quantization, serving, MLOps, monitoring, debugging - 10 reference sheets, 3 commands, 2 agents13
← PrevPage 1 of 2Next →