Analyse chatmode or prompt files and recommend optimal AI models based on task complexity, required capabilities, and cost-efficiency
Skills in this repository
MarieLynneBlock/arcanum-artifex - Page 2
SkillsMP has collected 305 skills from MarieLynneBlock/arcanum-artifex. Open a skill to review its source and details.
MarieLynneBlock/arcanum-artifexShowing 40 of 305 collected skills.
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
Comprehensive toolkit for creating, analysing, and visualising complex networks and graphs in Python. Use when working with network/graph data structures, analysing relationships between entities, computing graph algorithms (shortest paths, centrality,…
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
Interactive visualisation library. Use when you need hover info, zoom, pan, or web-embeddable charts. Best for dashboards, exploratory analysis, and presentations. For static publication figures use matplotlib or scientific-visualisation.
Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For…
Power BI semantic modelling assistant for building optimised data models. Use when working with Power BI semantic models, creating measures, designing star schemas, configuring relationships, implementing RLS, or optimising model performance. Triggers on…
Bayesian modelling with PyMC. Build hierarchical models, MCMC (NUTS), variational inference, LOO/WAIC comparison, posterior checks, for probabilistic programming and inference.
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML…
Statistical visualisation with pandas integration. Use for quick exploration of distributions, relationships, and categorical comparisons with attractive defaults. Best for box plots, violin plots, pair plots, heatmaps. Built on matplotlib. For interactive…
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap),…
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
[TODO] Define the specific workflow this skill standardises, including default libraries, quality checks, and expected deliverables.
UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualisation, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.
Generate a complete, production-ready application from an OpenAPI specification
Applies REST and GraphQL design principles to produce or review an API contract.
Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and safety — producing a scored report with prioritised remediation actions.
Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review for hallucination patterns, and produces a structured verification report with source links for…
Applies a consistent, language-agnostic review framework to any code change. It evaluates code across five dimensions, produces prioritised findings with inline suggestions, and distinguishes blockers (must fix before merge) from improvements (worth…
Create a formal specification for an existing GitHub Actions CI/CD workflow, optimised for AI consumption and workflow maintenance.
Get best practices for NUnit unit testing, including data-driven tests
Get best practices for TUnit unit testing, including data-driven tests
Get best practices for XUnit unit testing, including data-driven tests
Ensure .NET/C# code meets best practices for the solution/project.
Review the C#/.NET code for design pattern implementation and suggest improvements.
Expert skill for building web-based game engines and games using HTML5, Canvas, WebGL, and JavaScript. Use when asked to create games, build game engines, implement game physics, handle collision detection, set up game loops, manage sprites, add game…
Use this skill when building or modifying Minecraft server plugins for Paper, Spigot, or Bukkit, including plugin.yml setup, commands, listeners, schedulers, player state, team or arena systems, persistent progression, economy or profile data, configuration…
Create easy Python scripts that generate beautiful, unique spirograph-style generative art with Matplotlib, support multi-colour or gradient background and main palettes, and always save the result as a PNG. Use when the user asks for creative coding,…
Analyses git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional Commits format. Use when asked to "write a commit message", "generate a commit", "describe my…
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organisations, extensions, and all GitHub operations from the command line.
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2)…
Intelligent Git Flow branch creator that analyses git status/diff and creates appropriate branches following the nvie Git Flow branching model.
Generate a comprehensive repository summary and narrative story from commit history
Covers the full git workflow for a software project: branch naming conventions, commit message authoring (Conventional Commits standard), PR description templates, and merge strategy advice. It produces ready-to-use git artefacts, not generic advice.
Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.