chatbotfullpipeline: Skill for Claude Code

.claude/skills/deploy-frontend/SKILL.md

deploy-frontend is a skill for Claude Code from minh2004pd/chatbotfullpipeline. It costs 43 tokens per session (506 once invoked), scanned A, original, no licence file.

A workflow that builds the frontend and deploys it to Amazon S3 and CloudFront, AWS services for hosting files and delivering them over the web.

In plain words
What is it for?
Use it from a local machine when you have AWS credentials and the CFDISTRIBUTIONID environment variable.
Why use it?
It lets you deploy the frontend manually without waiting for continuous integration, the automated build and deployment system.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

This is minh2004pd/chatbotfullpipeline's own configuration. It tells Claude Code how to work on chatbotfullpipeline itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything chatbotfullpipeline configures →

Reuse

Borrowing it

Nothing to install: this file belongs to minh2004pd/chatbotfullpipeline. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/minh2004pd/chatbotfullpipeline/main/.claude/skills/deploy-frontend/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/minh2004pd/chatbotfullpipeline

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 deploy-frontend

README.md
[![agentmods](https://agentmods.dev/badge/skills/minh2004pd/chatbotfullpipeline/deploy-frontend.svg)](https://agentmods.dev/skills/minh2004pd/chatbotfullpipeline/deploy-frontend)
Your own site
<a href="https://agentmods.dev/skills/minh2004pd/chatbotfullpipeline/deploy-frontend"><img src="https://agentmods.dev/badge/skills/minh2004pd/chatbotfullpipeline/deploy-frontend.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 506 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 unknown 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.00043 $0.00506
Opus 5 $0.00022 $0.00253
Sonnet 5 $0.00009 $0.00101
Haiku 4.5 $0.00004 $0.00051

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

Security

Grade A, and why

deploy-frontend 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 7d 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.

.claude/skills/deploy-frontend/SKILL.md · 59 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 59 lines · 43 tokens per session scan A 602eded08860

Subscribe to this mod's changes

deploy-frontend is a skill published in the GitHub repository minh2004pd/chatbotfullpipeline (18 stars, last pushed 4mo ago), with no licence file. It adds 43 tokens to every session and 506 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-30.

Related

Other skills, from other repositories

vercel-deployments

Deploy frontend and full-stack apps on Vercel with previews, edge functions, environment promotion, and production guardrails. Use when shipping Next.js, SvelteKit, or static sites with zero-config CI/CD.

BagelHole/DevOps-Security-Agent-Skills · 49 tokens

lark-apps

A skill for creating, developing, integrating, monitoring, and publishing applications on Miaoda, also called Spark. It supports local projects, hosted HTML sites, and cloud-based development.

ddpie/lark-mcp-on-agentcore · 223 tokens

agentcore-investigation

Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.

awslabs/mcp · 52 tokens

prowler-ui

Prowler UI-specific patterns. For generic patterns, see: typescript, react-19, nextjs-16, tailwind-4. Trigger: When working inside ui/ on Prowler-specific conventions (shadcn, folder placement, actions/adapters, shared types/hooks/lib).

prowler-cloud/prowler · 64 tokens

tailwind-4

Tailwind CSS 4 patterns and best practices. Trigger: When styling with Tailwind (className, variants, cn()), especially when dynamic styling or CSS variables are involved (no var() in className).

prowler-cloud/prowler · 47 tokens

react-19

React 19 patterns with React Compiler. Trigger: When writing React 19 components/hooks in .tsx (React Compiler rules, hook patterns, refs as props). If using Next.js App Router/Server Actions, also use nextjs-16.

prowler-cloud/prowler · 53 tokens