model-card-generator

Solid

Model documentation skill for generating model cards following Google's model card framework.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# model-card-generator ## Overview Model documentation skill for generating comprehensive model cards following Google's model card framework for ML model documentation. ## Capabilities - Model details documentation (architecture, training, etc.) - Intended use specification - Performance metrics documentation - Ethical considerations section - Caveats and limitations - Quantitative analysis sections - Version history tracking - Multiple output formats (HTML, Markdown, JSON) ## Target Processes - Model Interpretability and Explainability Analysis - Model Evaluation and Validation Framework - ML Model Retraining Pipeline ## Tools and Libraries - Model Card Toolkit - TensorFlow Model Analysis (optional) - Jinja2 (templating) ## Input Schema ```json { "type": "object", "required": ["modelDetails", "intendedUse"], "properties": { "modelDetails": { "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string" }, "type": { "type": "string" }, "architecture": { "type": "string" }, "trainingDate": { "type": "string" }, "framework": { "type": "string" }, "citations": { "type": "array", "items": { "type": "string" } }, "license": { "type": "string" } } }, "intendedUse": { "type": "object", "properties": { "primaryUses": { "type": "array", "items": { "type": "string" } }, "primaryUsers": { "type": "array", "items": { "t...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

card-schema

Card schema reference — required/optional fields, status/stage/contribution/human_gate enums, canonical tags with predicates, DoD detection, relationship invariants, title naming convention. AUTO-INVOKE when other deck skills need schema context, or when user asks about field semantics, status lifecycle, DoD format, canonical tags, decision-gate body contract, or how to title a card. XP system metaphor — shared vocabulary makes the deck a contract, not a chat thread.

2 Updated today
zauberzeug
Data & Documents Solid

anki-card-generator

Generate and manage Anki flashcards in Markdown format. Trigger when user asks to create flashcards, add knowledge cards, make Anki cards, or requests cards for learning programming concepts, algorithms, or technical knowledge.

364 Updated today
majiayu000
Web & Frontend Solid

card

When the user wants to design, optimize, or audit card layouts for content display. Also use when the user mentions "card layout," "card component," "card grid," "product cards," "template cards," "tool cards," "feature cards," "gallery cards," "integration cards," or "card design." For grids, use grid.

562 Updated today
kostja94
Data & Documents Listed

card-creator

Create knowledge cards from user input. Automatically detects card type if not specified, then fills in the appropriate template and saves to 04_Knowledge/00_Cards/. Use this whenever the user wants to create a knowledge card, note, or atomic piece of content for their knowledge base—even if they don't explicitly mention "cards" or "templates". Keywords: create card, new card, add note, save to cards, knowledge card, card from...

20 Updated 6 days ago
jexchan
AI & Automation Solid

graph-modeler

Convert problem descriptions into graph representations

1,160 Updated today
a5c-ai