AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Linkedin Animated Infographics Conventions

skill-immamdouhaboammar-linkedin-animated-infographics-linkedin-animated-infographics · by imMamdouhaboammar

Repository conventions for the Python, Markdown, HTML/CSS/SVG, shell, agent, research-gate, and Claude Marketplace ecosystem.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-immamdouhaboammar-linkedin-animated-infographics-linkedin-animated-infographics

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-immamdouhaboammar-linkedin-animated-infographics-linkedin-animated-infographics)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Linkedin Animated Infographics Conventions? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

LinkedIn Animated Infographics Repository Conventions

Use this skill when modifying this repository. Start with helper/GUIDE.md; do not create a parallel routing or capability model.

Machine-readable authority

  • helper/router.json: routes
  • helper/capabilities.json: owners and plugin-local defaults
  • helper/quality-gates.json: local creative/product gates
  • helper/artifacts.json: handoff artifacts
  • helper/modules.json: active skills, agents, and public tools
  • research/capability-notes/gates.json: adopted research-derived runtime gates
  • architecture/plugin-graph.json: shipping sequence and required skill preloads
  • the merged registry returned by scripts/info_stories.py::load_catalog(): complete Info-stories authority

Detailed visual-source and type behavior lives in skills/info-stories/references/asset-source-policy.md and skills/info-stories/references/typography-direction.md.

The merged registry returned by scripts/info_stories.py::load_catalog() combines skills/info-stories/catalog.json with skills/info-stories/extensions/*.json. catalog.json alone is not the complete authority.

Actual stack

  • Python 3 for validators, registries, render tooling, and public CLIs
  • Markdown for skills, agents, docs, research, and plans
  • HTML / CSS / SVG for fixed 1080x1350 artboards and deterministic motion
  • shell for setup/lint/render wrappers
  • JSON for plugin, routing, capability, gate, artifact, module, and Info-stories contracts
  • unittest for regression and architecture tests

There is no TypeScript application layer in the current repository.

Production architecture

new-post is the parent workflow. Workers return artifacts to the parent workflow; they do not coordinate peer agents directly.

Shipping order:

design-study -> evidence-checker -> asset-curator -> creative-director -> story-architect -> palette-curator -> type-curator -> copy-compressor -> layout-composer -> caption-writer -> artboard-builder -> motion-director -> optional mascot-animator -> motion-engineer -> render-qa -> post-critic -> story-verifier

asset-curator applies Lobe-first verified identity sourcing after exact user assets. creative-director applies hooked-design-copy, creative-payoff, and clean-creative-structure. type-curator applies intentional typography before copy fitting. Palette remains creative-attractive-restrained and composition remains center-first unless a documented exception improves comprehension.

A named verified identity must come from the approved asset plan. Supported AI/tool identities may resolve from Lobe; unresolved identities HOLD. Downstream workers do not invent substitutes.

Research

Research is activated through research/capability-notes/gates.json. Keep upstream source URL, inspected SHA, license, local Adopt/Adapt/Reject notes, owners, and implementation references. Ignored research/upstreams/ working copies never ship.

Development method

Write a failing test first for behavior changes, implement the minimum coherent fix, then run focused and full validation.

python3 -m unittest discover -s tests -v
python3 -m compileall -q scripts tools skills/svg-mascot-animator/scripts
python3 scripts/info_stories.py check
python3 scripts/ecosystem_router.py check
python3 scripts/research_gates.py check
python3 scripts/plugin_graph.py check
python3 scripts/ecosystem_doctor.py check
python3 scripts/validate_marketplace.py

Use scripts/ecosystem_doctor.py as the strict reality gate. A declared module must exist, be reachable, have tests, and remain linked to the live architecture.

Never fabricate factual content, product/UI proof, official identity assets, or typography provenance to satisfy a template. Never commit credentials or private MCP configuration.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.