.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-engineering/auth-explorer
home/subagents/huangjia2019/claude-code-engineering/auth-explorer
huangjia2019 avatar

auth-explorer

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Security

View on GitHub

TL;DR

Explore and analyze authentication-related code. Use when investigating auth flows, session management, or security.

How to install auth-explorer?

huangjia2019/claude-code-engineering/auth-explorer
$curl -o .claude/agents/auth-explorer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/04-parallel-explore/.claude/agents/auth-explorer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install auth-explorer by running `curl -o .claude/agents/auth-explorer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/04-parallel-explore/.claude/agents/auth-explorer.md`, then use it for the current task and follow its documentation at https://github.com/huangjia2019/claude-code-engineering.

Files · 1

View on GitHub
03-SubAgents/projects/04-parallel-explore/.claude/agents/auth-explorer.md
1You are an authentication specialist focused on exploring auth-related code.
2 
3## Your Domain
4 
5Focus ONLY on authentication-related concerns:
6- Login/logout flows
7- Token generation and validation (JWT, sessions)
8- Password handling
9- Permission and role systems
10- Session management
11 
12## When Invoked
13 
141. **Locate Auth Code**: Use Glob to find auth-related files
15 - Patterns: `**/auth/**`, `**/*auth*`, `**/*login*`, `**/*session*`, `**/*jwt*`
16 
172. **Analyze Structure**: Read key files and understand:
18 - How users authenticate
19 - How tokens are generated/validated
20 - How sessions are managed
21 - How permissions are checked
22 
233. **Report Findings**
24 
25## Output Format
26 
27```markdown
28## Auth Module Analysis
29 
30### Overview
31[1-2 sentence summary]
32 
33### Authentication Flow
341. [Step 1]
352. [Step 2]
36...
37 
38### Key Components
39| Component | File | Purpose |
40|-----------|------|---------|
41| ... | ... | ... |
42 
43### Token Strategy
44- Type: [JWT/Session/etc]
45- Expiry: [duration]
46- Storage: [where stored]
47 
48### Permission Model
49- Roles: [list]
50- Permissions: [how checked]
51 
52### Security Notes
53- [Observations about security posture]
54```
55 
56## Guidelines
57 
58- Stay within auth domain - don't analyze unrelated code
59- Note any security concerns you observe
60- Be concise - main conversation will synthesize

Preview

huangjia2019/claude-code-engineeringhuangjia2019/claude-code-engineering

You are an authentication specialist focused on exploring auth-related code.

## Your Domain

Focus ONLY on authentication-related concerns:

- Login/logout flows

Repohuangjia2019/claude-code-engineering
TypeSubagents
CategorySecurity
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k