Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qredence.ai/llms.txt

Use this file to discover all available pages before exploring further.

development is a skill-library plugin that bundles three workflow-oriented skills agents can invoke during everyday repo work.

Skills

SkillUse it for
cross-examineStress-testing a plan or design by interrogating assumptions and unresolved decision branches
data-viz-rendererTurning JSON data into self-contained HTML or SVG charts, KPI cards, infographics, and dashboards
skill-evaluatorScoring a local skill or plugin for quality, structure, token efficiency, and next-step improvements

cross-examine

Triggers when the user wants to stress-test a plan, get grilled on a design, or says “grill me”. Walks down each branch of the design tree, resolving dependencies between decisions one at a time and asking questions in sequence.

data-viz-renderer

Generates self-contained HTML / SVG infographics from JSON data. Four supported types:
  1. Stats Cards — KPI big numbers, trend arrows, icons
  2. Comparison Chart — Grouped bar chart with multiple series
  3. Flow Diagram — Step-by-step process with numbering, icons, connecting arrows
  4. Dashboard — Mixed layout with stat cards, bar chart, donut chart, and flow
Output is fully self-contained HTML (CSS / SVG inline, zero external dependencies). 8 color palettes and 24 built-in SVG icons.
python3 scripts/build_infographic.py config.json

skill-evaluator

Evaluates a local skill against a 5-dimension rubric, produces a structured report, and recommends next steps. Triggers on phrases like “evaluate this skill”, “analyze this plugin”, “why did this score that way”, “benchmark this skill”.
python3 scripts/evaluate_skill.py /path/to/skill-folder

Install

gh skill install Qredence/qredence-plugins development