Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add S3YED/appie-kit --skill soleiman-brand-assetsgit clone --depth 1 https://github.com/S3YED/appie-kitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/s3yed/appie-kit/soleiman-brand-assets)<a href="https://agentmods.dev/skills/s3yed/appie-kit/soleiman-brand-assets"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/soleiman-brand-assets/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/s3yed/appie-kit/soleiman-brand-assets"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/soleiman-brand-assets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.01366 |
| Opus 5 | $0.00025 | $0.00683 |
| Sonnet 5 | $0.00010 | $0.00273 |
| Haiku 4.5 | $0.00005 | $0.00137 |
Grade A, and why
soleiman-brand-assets scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Soleiman Brand Assets
Brand asset management, business card production, and website deployment for Soleiman Advocatuur (mr. Ferdows Soleiman, Rotterdam).
When to Use
- Applying brand to new materials (web, print, social)
- Updating the Soleiman website with correct brand files
- Specifying/ordering premium business cards or stationery
- Auditing brand consistency across touchpoints
- Searching for specific logo variant or font file
Brand Asset Location
Root: /root/soleiman-brand2/Branding 2/
Logo Variants (SVG)
| Variant | Path | Colors Available |
|---|---|---|
| Brandmark icon (SA monogram) | Brandmark Logo Icon svg/ |
Black, gold, white, stone gray |
| Main logo (SA + SOLEIMAN ADVOCATUUR) | Main Logo svg/ |
black.svg, gold.svg, white.svg |
| Horizontal logo (+ "business") | Horizontal Logo svg/ |
Black, Gold, White |
Logo Variants (PNG)
| Variant | Description |
|---|---|
horisontal dark night.png |
Deep Navy background variant |
horisontal Ivory.png |
Ivory/white background variant |
horisontal gold.png |
Gold variant |
horizontal stone gray.png |
Stone gray variant |
Brand Guidelines & Monogram
- PDF:
soleiman_a v02_compressed.pdf— full brand guidelines - JPG:
SA soleiman 02.jpg— SA monogram high-res image
Fonts
Located in Fonts/:
| Font | Files | Use |
|---|---|---|
| Cinzel (serif) | Cinzel/ — variable + static weights (Regular → Black, SemiBold, Bold, ExtraBold) |
Koppen, titels, naam, kernstatements |
| Montserrat (sans-serif) | Montserrat/ — variable + static weights + italic variants (Thin → Black, Light, Medium, SemiBold, Bold, ExtraBold + italics) |
Bodytekst, contactgegevens, ondersteunende content |
Rule: Cinzel voor kop/nadruk, Montserrat voor alle lopende tekst.
Brand Colors
| Name | Hex | Use |
|---|---|---|
| Deep Navy | #0D1B2A |
Basiskleur, vertrouwen en autoriteit |
| Heritage Gold | #C9A062 |
Accent, integriteit en waarde |
| Sandstone | #EDE6DA |
Zacht neutraal, kalm en verfijnd |
| Stone Gray | #B7B1A6 |
Gegrond grijs, diepte en balans |
| Ivory White | #F7F5F2 |
Achtergrond, ruimte en licht |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 122 lines · 50 tokens per session scan A 0a44fe57b73f
soleiman-brand-assets is a skill published in the GitHub repository S3YED/appie-kit (9 stars, last pushed 16d ago), licensed MIT. It adds 50 tokens to every session and 1,366 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
animation-patterns
Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.
accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization.
component-library-patterns
Design system token management, component API design, Storybook, and visual regression testing patterns.
ux-audit
Walk through a live web app AS a real user to find usability + behavioural bugs that static reviews miss. REQUIRES proof of interaction (typing, clicking, sending, observing) before any verdict — a sweep that didn't interact terminates with verdict 'Incomplete'. Walks threads, exercises every element, runs the…
excalidraw-architecture
Trigger when the user asks for an architecture diagram, says "draw the system", "update the architecture diagram", "give me an excalidraw of this codebase", or "/excalidraw-architecture". Generates or updates an Excalidraw JSON file at docs/architecture.excalidraw by reading the codebase's key entry points.
design-loop
Autonomous multi-page site builder using a baton-passing loop. Each iteration reads a task from .design/next-prompt.md, generates a page in HTML/Tailwind, integrates it into the site, verifies visually, then writes the next task to keep the loop alive. Use whenever the user asks to build an entire site autonomously…