Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Learning Tasks

ASecurity

**Skill**: Project-specific (frontend-component, backend-endpoint, etc.) **Time**: 5-7 minutes **Difficulty**: Intermediate

232 stars
0 votes
0 copies
1 views
Added 9/19/2026
developmentjavascripttypescriptgojavareactvueangularexpressfastapitesting

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add qf-studio/navigator --skill learning-tasks --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Learning Tasks?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Learning Tasks
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/qf-studio-learning-tasks/badge)](https://www.skillsdirectory.com/skills/qf-studio-learning-tasks)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
01-nav-start.md
# Learning Task 6: Using Development Skills

**Skill**: Project-specific (frontend-component, backend-endpoint, etc.)
**Time**: 5-7 minutes
**Difficulty**: Intermediate

## Why This Matters

Development skills generate boilerplate code following your project's patterns. Instead of writing everything from scratch, you describe what you need and Navigator creates consistent, tested code.

## The Task

Based on your project type, complete ONE of these:

---

### Option A: Frontend Projects (React/Vue/Angular)

**DO THIS NOW:**
```
Type: "Create component OnboardingDemo"
```

**WHAT SHOULD HAPPEN:**
1. Component file created with TypeScript
2. Test file generated
3. Styles scaffolded (CSS modules, styled-components, or Tailwind)

You should see files like:
```
src/components/OnboardingDemo/
├── OnboardingDemo.tsx
├── OnboardingDemo.test.tsx
├── OnboardingDemo.styles.ts (or .module.css)
└── index.ts
```

---

### Option B: Backend Projects (Express/FastAPI/Go)

**DO THIS NOW:**
```
Type: "Add endpoint /api/onboarding-demo"
```

**WHAT SHOULD HAPPEN:**
1. Route handler created
2. Validation schema generated
3. Test file scaffolded

You should see files like:
```
src/routes/onboarding-demo.ts (or .py)
src/routes/onboarding-demo.test.ts
```

---

### Option C: Fullstack Projects

Choose either Option A or B based on what you're working on.

---

### Option D: Other Project Types

If your project doesn't match above:
```
Type: "Show me available Navigator skills"
```

Review what skills are available for your stack.

## Validation

This task is complete when:
- [ ] Component OR endpoint created
- [ ] Files generated match project patterns
- [ ] You understand how the skill works

**Note**: File locations depend on your project structure.

## Pro Tip

Development skills learn from your project:
- Detect TypeScript vs JavaScript
- Match existing file structure
- Use project's testing library
- Follow your naming conventions

The generated code is a starting point - customize as needed.

**Workflow integration:**
```
nav-start → Load task doc → Use dev skills → nav-task archive → nav-marker → nav-compact
```

## What You Learned

1. Dev skills generate consistent boilerplate
2. They detect your project patterns
3. Files are customizable starting points

---

**When done, say "done" to continue.**

You've completed all learning tasks! Navigator will now generate your personalized workflow guide.

Attribution

qf-studioqf-studio
View sourceMore from qf-studio →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284072 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →