AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Writing Skills

skill-sukirman1901-frontend-expert-writing-skills · by sukirman1901

>-

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-sukirman1901-frontend-expert-writing-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sukirman1901-frontend-expert-writing-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Writing Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Writing Skills

Overview

Author new skills for the Frontend Expert pack following established conventions. Every skill should be consistent in structure, integrate with the intent map, and reference the pack's depth system.

When to use

  • Adding a new skill to the pack
  • User says "make this a skill" or "buat skill baru"
  • Distilling a repeated workflow into a reusable skill
  • Extending pack coverage for a new domain

When to skip

  • Editing an existing skill's content (just edit the file)
  • One-off fixes or configurations

Skill anatomy

Every skill lives in skills//SKILL.md and follows this structure:

skills/
  /
    SKILL.md          # Required — frontmatter + instructions
    scripts/          # Optional — helper scripts
    examples/         # Optional — reference implementations
    resources/        # Optional — templates, assets
    references/       # Optional — additional docs (prefer top-level references/)

SKILL.md template

---
name: 
description: >-
  
---

# 

## Overview

## When to use

- 
- 
- 

## When to skip

- 
- 

## MUST (ship rules)

| Rule | Detail |
|------|--------|
| **** |  |
| ... | ... |

## Workflow

1. **** — 
2. **** — 
3. ...

## Agent boundaries

- **May decide:** 
- **Must not:** 

## Checklist

- [ ] 
- [ ] 
- [ ] 
- [ ] Conventions check reported (if UI-facing)

## Depth

Frontmatter rules

| Field | Required | Rules | |-------|----------|-------| | name | Yes | Kebab-case, matches folder name | | description | Yes | 2-4 sentences. Must include trigger phrases. Use >- for multi-line YAML. Include both English and casual Indonesian phrases if the pack serves bilingual users |

Description formula

 +  + .

Good:

description: >-
  Accessible forms, field/form errors, submit pending, wizards, progressive
  disclosure. Use when building or fixing forms, login, settings, checkout,
  filters, "validasi", "form error", or multi-step flows.

Bad:

description: Handles forms and validation.

Conventions to follow

1. Depth via references

Keep SKILL.md under 150 lines. Put rich content (code examples, extensive tables, theory) in references/.md. Reference it with:

## Depth

Full guide: `references/.md`.

2. Workflow structure

Use numbered steps with bold step names:

1. **Identify** — what to look for
2. **Apply** — how to fix/implement
3. **Verify** — how to check it worked

3. Tables over prose

Prefer tables for rules, patterns, do/don't comparisons:

| Do | Don't |
|----|-------|
| Token colors | Raw hex |
| `` | `` |

4. Checklist as ship gate

End with a checklist that the agent verifies before DONE:

## Checklist

- [ ] 
- [ ] 
- [ ] Conventions check reported

5. Agent boundaries

Explicitly state what the agent may decide autonomously vs what it must not do:

## Agent boundaries

- **May decide:** query lib vs loader, skeleton vs spinner
- **Must not:** swallow errors, ship success-only UI

Integration checklist

After creating a new skill, update these files:

1. AGENTS.md — Intent map

Add a row to the skills table:

| `` |  |  |

Add to the intent map if the skill has a clear user intent trigger.

2. plugin.json — Registration

Add the skill path:

"skills": [
  ...
  "skills/"
]

3. docs/pillars.md — Pillar assignment

Add to the appropriate pillar in the skills list.

4. CHANGELOG.md — Version history

Add entry under the next version.

5. references/compliance-gates.md — Ship gate (if applicable)

If the skill introduces a compliance requirement, add a row to the hard defaults table and a Conventions check line.

6. evals/ — Eval case (recommended)

Create evals/.md with test scenarios:

# Eval: 

## Scenario

## Expected behavior

1. 
2. 
3. 

## Pass criteria

- [ ] Skill was loaded
- [ ] 
- [ ] 

Workflow

  1. Name — choose a kebab-case name matching the concept
  2. Draft — write SKILL.md following the template above
  3. Depth — if content > 150 lines, extract to references/.md
  4. Integrate — update AGENTS.md, plugin.json, pillars.md, CHANGELOG.md
  5. Eval — write at least one eval case
  6. Test — verify the skill triggers correctly on natural language input

Checklist

  • [ ] SKILL.md follows template structure
  • [ ] Frontmatter has rich description with trigger phrases
  • [ ] Content ≤ 150 lines (depth in references/)
  • [ ] Has When to use + When to skip
  • [ ] Has Workflow with numbered steps
  • [ ] Has Checklist as ship gate
  • [ ] AGENTS.md updated with skill entry
  • [ ] plugin.json updated
  • [ ] pillars.md updated
  • [ ] CHANGELOG.md updated
  • [ ] Eval case created (recommended)

Depth

Pack architecture: docs/pack-layers.md. Pillar map: docs/pillars.md. Existing skills as examples: any skills/*/SKILL.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.