team-fe

team-fe is a skill for Claude Code from huuanh20/awesome-ai-agent-skills. It costs 40 tokens per session (2,811 once invoked), scanned A, original, MIT.

A frontend developer role in a virtual software team. It reads project requirements, architecture, plans, and backend interfaces, then creates the browser-facing application.

In plain words
What is it for?
Use it to build pages and components, connect the frontend to backend APIs, and add the required application state and environment settings.
Why use it?
It connects the user interface to the planned features and server endpoints without placing credentials in the code.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to build pages and components, connect the frontend to backend APIs, and add the required application state and environment settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huuanh20/awesome-ai-agent-skills/team-fe
Install

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.

Any agent
npx skills add huuanh20/awesome-ai-agent-skills --skill team-fe
Clone the repo
git clone --depth 1 https://github.com/huuanh20/awesome-ai-agent-skills

Made for: Claude Code.

Wrote 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.

agentmods badge for team-fe

README.md
[![agentmods](https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/team-fe/github.svg)](https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/team-fe)
Your own site
<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.

agentmods 80×15 button for team-fe

Your own site · 80×15
<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>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,811 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash a529fd04c2e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

.agents/skills/team-fe/SKILL.md · 252 lines

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:

  1. projects/{slug}/team/ba/user-stories.md
  2. projects/{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 --level arg from Step 0. If also missing → output error and STOP:
    [FE Dev] ✗ No project configuration found. Run /team-ba first to initialize level config.
    

Read the full file on GitHub · 252 lines

Changes

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.

  1. 12d ago First seen · 252 lines · 40 tokens per session scan A a529fd04c2e9

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

widget-generator

Generate customizable widget plugins for the prompts.chat feed system.

f/prompts.chat · 13 tokens

hunt-xss

Hunting skill for xss vulnerabilities. Built from 174 public bug bounty reports. Use when hunting xss on any target.

adriannoes/awesome-agentic-ai · 30 tokens

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…

eric861129/SKILLS_All-in-one · 84 tokens

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…

eric861129/SKILLS_All-in-one · 128 tokens

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…

eric861129/SKILLS_All-in-one · 103 tokens

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…

Orkas-AI/Orkas-Awesome-AgentSkills · 74 tokens