CtrlK
BlogDocsLog inGet started
Tessl Logo

nitinjain999/platform-skills

Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.

67

Quality

84%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

README.mdexamples/awesome-docs/

Awesome Docs Examples

Status: Stable

Reusable animated SVG templates for the four platform-skills:awesome-docs diagram patterns. Copy and adapt these files — substitute box labels, path coordinates, and field names for your specific technology.

Templates

FilePatternUse for
arch-flow.svgArchitecture flowAny system with multiple components and data flow
lifecycle-loop.svgDecision/lifecycle loopAny repeating control loop with a threshold gate
field-carousel.svgField explainer carouselAny resource with a YAML/config spec
timeline-phases.svgTimeline phasesAny workload with distinct load phases

How to adapt

  1. Open the SVG in a text editor
  2. Replace Box Label text with your component names
  3. Update offset-path coordinates to match your box positions
  4. For field-carousel.svg: replace the YAML field names and tooltip text
  5. Adjust timing values (animation: duration) if needed
  6. Verify N × slot = T holds for field-carousel timing

Validation

# Check SVG file sizes (must be under 50KB for GitHub inline rendering)
ls -lh examples/awesome-docs/*.svg

# Check SVGs have no external hrefs or blocked imports
grep -lE 'href="https?://|xlink:href="https?://|@import' examples/awesome-docs/*.svg \
  && echo "WARNING: external refs found" || echo "OK"

examples

awesome-docs

BEFORE_AFTER.md

CHANGELOG.md

CODE_OF_CONDUCT.md

COMMANDS.md

CONTRIBUTING.md

EDITOR_INTEGRATIONS.md

GETTING_STARTED.md

HOW_IT_WORKS.md

install.sh

INSTALLATION.md

LAUNCH.md

PROMPTS.md

QUICKSTART.md

README.md

renovate.json

SECURITY.md

SKILL.md

tessl.json

tile.json