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 aimeos/pagible --skill estategit clone --depth 1 https://github.com/aimeos/pagibleWrote 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/aimeos/pagible/estate)<a href="https://agentmods.dev/skills/aimeos/pagible/estate"><img src="https://agentmods.dev/badge/skills/aimeos/pagible/estate/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/aimeos/pagible/estate"><img src="https://agentmods.dev/badge/skills/aimeos/pagible/estate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00026 | $0.00578 |
| Opus 5 | $0.00013 | $0.00289 |
| Sonnet 5 | $0.00005 | $0.00116 |
| Haiku 4.5 | $0.00003 | $0.00058 |
Grade A, and why
estate 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 9d 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 — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Estate Theme
Direction
Estate is a premium property-marketing theme built around large photography, editorial spacing, clear listing facts, and restrained conversion paths.
Sources of truth
- Use
schema.jsonfor theme tokens, page types, and content fields. - Use
public/cms.cssfor the general visual language. - Use
views/property.blade.phpwithpublic/property.cssfor property details. - Use
views/properties.blade.php,views/property-item.blade.php, andpublic/properties.cssfor property lists. - Reuse generic Pagible content views and assets instead of copying them into property-specific files.
Visual language
- Background: white
#FFFFFFwith quiet neutral sections. - Primary text and structural color: charcoal
#242424. - Accent and interactive color: signal red
#D00000. - Display typography: editorial serif using the configured
--pico-font-family-display. - Body typography: clean sans-serif using the configured
--pico-font-family-sans-serif. - Use square edges, fine neutral rules, and minimal shadow.
- Use gradients only for legibility over photography or intentional image placeholders.
- Keep interfaces image-led, spacious, and readable, with property facts presented as a clear hierarchy.
Property components
- Property lists support only card and list layouts.
- Keep list filters appropriate for normal agency-sized portfolios.
- Use database pagination for unfiltered lists and preserve database ordering when filtering property content in memory.
- Property cards show one image; property details use the slideshow gallery.
- Keep price, status, facts, documents, contact, and structured listing data in the property templates.
- Use the existing CMS contact form and pass the source property URL.
Implementation rules
- Keep all property-specific PHP, Blade, CSS, translations, tests, and schema entries in
themes/estate. - Keep property detail and property list CSS separate.
- Translate all frontend and admin strings.
- Do not use
@phpor@endphpin Blade templates. - Prefer explicit Blade and PHP over helper functions, DTOs, registries, or compatibility layers.
- Use
property-<prop>classes when individual property values need styling. - Preserve responsive layouts, keyboard focus, semantic HTML, reduced-motion behavior, and print support.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitattributes 60 B
- composer.json 714 B
- database/seeders/EstateDemo.php 38 KB
- lang/ar.json 2.9 KB
- lang/bg.json 3.2 KB
- lang/cs.json 2.6 KB
- lang/da.json 2.4 KB
- lang/de.json 2.5 KB
- lang/el.json 3.3 KB
- lang/en.json 2.4 KB
- lang/es.json 2.6 KB
- lang/et.json 2.5 KB
- lang/fi.json 2.6 KB
- lang/fr.json 2.6 KB
- lang/he.json 2.8 KB
- lang/hu.json 2.5 KB
- lang/id.json 2.5 KB
- lang/it.json 2.6 KB
- lang/ja.json 2.6 KB
- lang/lt.json 2.6 KB
- lang/lv.json 2.6 KB
- lang/nb.json 2.4 KB
- lang/nl.json 2.5 KB
- lang/pl.json 2.6 KB
- lang/pt-br.json 2.6 KB
- lang/pt.json 2.6 KB
- lang/ro.json 2.6 KB
- lang/ru.json 3.3 KB
- lang/sk.json 2.6 KB
- lang/sl.json 2.6 KB
- lang/sv.json 2.4 KB
- lang/tr.json 2.5 KB
- lang/uk.json 3.3 KB
- lang/vi.json 2.9 KB
- lang/zh.json 2.4 KB
- LICENSE 1.0 KB
- public/article.css 825 B
- public/cards.css 1.8 KB
- public/cms-lazy.css 8.7 KB
- public/cms.css 18 KB
- public/contact.css 1.8 KB
- public/hero.css 3.6 KB
- public/image-text.css 2.3 KB
- public/image.css 622 B
- public/layout-blog.css 174 B
- public/layout-docs.css 2.4 KB
- public/layout-page.css 1.7 KB
- public/list.css 4.4 KB
- public/pricing.css 6.2 KB
- public/properties.css 9.7 KB
- public/property.css 21 KB
- public/questions.css 1.5 KB
- public/slideshow.css 11 KB
- public/table.css 1.9 KB
- public/testimonial.css 1.9 KB
- public/toc.css 844 B
- public/video.css 424 B
- README.md 3.7 KB
- schema.json 15 KB
- src/Actions/Properties.php 8.7 KB
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.
- 9d ago First seen · 59 lines · 26 tokens per session scan A ce9aa5ff88e8
estate is a skill published in the GitHub repository aimeos/pagible (587 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 578 once invoked, about $0.0001 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-08-30.
Other skills, from other repositories
scalar-design-system
Scalar's design system — design tokens, theming (@scalar/themes), CSS variables, and the @scalar/components library. Use when designing or implementing Scalar UI, especially with Paper (code-to-design / design-to-code), so output matches real Scalar tokens, colors, typography, spacing, and components instead of…
develop-microfeed-theme
Develop, revise, build, validate, test, and preview a microfeed theme repository. Use when editing microfeed-theme.json, declared format v1 or v2 theme files, migrating a theme to v2, public Pages, navigation, search integration, shared shell code, theme build sources, fixtures, schemas, packaged assets, or immutable…
design-system
Professional Design System Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
frontend-ui-dark-ts
Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.
reveal-hover-effect
Build cursor-following spotlight reveals that expose a second aligned image through a soft radial mask. Use for hover-to-color, before-and-after, x-ray, material, texture, product-detail, and illustrated hero effects where a desaturated or embossed base image should remain visible while another treatment follows an…