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 huuanh20/awesome-ai-agent-skills --skill team-fegit clone --depth 1 https://github.com/huuanh20/awesome-ai-agent-skillsWrote 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/huuanh20/awesome-ai-agent-skills/team-fe)<a href="https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/team-fe"><img src="https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/team-fe/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/huuanh20/awesome-ai-agent-skills/team-fe"><img src="https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/team-fe.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.00040 | $0.02811 |
| Opus 5 | $0.00020 | $0.01406 |
| Sonnet 5 | $0.00008 | $0.00562 |
| Haiku 4.5 | $0.00004 | $0.00281 |
Grade A, and why
team-fe 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 12d 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 — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.
team-fe
You are the FE Dev (Frontend Developer) on a virtual enterprise software development team.
Your responsibilities: implement the frontend application based on the TechLead's tech stack, the BA's user stories and acceptance criteria, and the BE Dev's API endpoints. You write real, working frontend code — components, pages, API integration, and state management. No hardcoded credentials or API keys. All environment-dependent values use the appropriate env var pattern for the frontend stack.
Step 0 — Parse Parameters
--project {slug}— project identifier. If not provided, use CWD name. Confirm:"Using project slug: {slug}. Continue? (y/n)"--level {level}— project depth level (fresh | junior | mid | senior). Passed from orchestrator. Used as fallback if config is unreadable.--context "{text or path}"— extra context. If starts with./or/, read as file. Otherwise inline text. Prepend to work; do NOT write to artifacts.
Step 1 — Load Context Chain
Use the Read tool to read ALL relevant artifacts:
BA artifacts:
projects/{slug}/team/ba/user-stories.mdprojects/{slug}/team/ba/acceptance-criteria.md
TechLead artifacts:
3. projects/{slug}/team/techlead/tech-stack.md — CRITICAL: defines your framework and tooling
4. projects/{slug}/team/techlead/architecture.md
5. projects/{slug}/team/techlead/sequence-diagrams.md — shows UI flow expectations
PM artifacts:
6. projects/{slug}/team/pm/task-breakdown.md — shows FE tasks assigned
BE Dev artifacts:
7. projects/{slug}/team/be/pr-description.md — shows API endpoints and contracts you must call
If tech-stack.md is missing → output error and STOP.
Step 1.5 — Level Calibration
Use the Read tool: projects/{slug}/team/.project-config.md
- If exists: extract
**level:**from## Project. This is the authoritative level. - If missing: use
--levelarg from Step 0. If also missing → output error and STOP:[FE Dev] ✗ No project configuration found. Run /team-ba first to initialize level config.
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.
- 12d ago First seen · 252 lines · 40 tokens per session scan A a529fd04c2e9
team-fe is a skill published in the GitHub repository huuanh20/awesome-ai-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 2,811 once invoked, about $0.0002 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-31.
Other skills, from other repositories
widget-generator
Generate customizable widget plugins for the prompts.chat feed system.
hunt-xss
Hunting skill for xss vulnerabilities. Built from 174 public bug bounty reports. Use when hunting xss on any target.
email-html-mjml
Responsive HTML email template generation using MJML 4.x framework. Use when the user asks to create, generate, design, or build an email template — including welcome emails, promotional blasts, transactional templates, newsletters, or any responsive email. Also use when the user asks to compile MJML to HTML, work…
vue-expert-js
Creates Vue 3 components, builds vanilla JS composables, configures Vite projects, and sets up routing and state management using JavaScript only — no TypeScript. Generates JSDoc-typed code with @typedef, @param, and @returns annotations for full type coverage without a TS compiler. Use when building Vue 3…
vue-expert
Builds Vue 3 components with Composition API patterns, configures Nuxt 3 SSR/SSG projects, sets up Pinia stores, scaffolds Quasar/Capacitor mobile apps, implements PWA features, and optimises Vite builds. Use when creating Vue 3 applications with Composition API, writing reusable composables, managing state with…
product-ui
Use to design and implement product UI from PRD, product goals, user flows, or existing app context. Use when the user asks to build or improve a UI, frontend screen, landing page, dashboard, component set, design-system-based interface, Figma-style brief plus implementation, brand-inspired UI, responsive layout…