skilly. Buy ad slot
All skills
Other / AGENT SKILL

onboarding

Souvik-223/agent-skills-agentic-tools
0 installs 0 GitHub stars
0

Cover the Onboarding area of Securacy, spanning four symbols in two files.
Skill for the Onboarding area of Securacy. 4 symbols across 2 files.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Onboarding

4 symbols | 2 files | Cohesion: 67%

## When to Use

- Working with code in `securacyfrontend/`
- Understanding how fetchUser, OnboardingPage, loadProfile work
- Modifying onboarding-related functionality

## Key Files

| File | Symbols |
|------|---------|
| `securacyfrontend/app/onboarding/page.tsx` | hasChanges, OnboardingPage, loadProfile |
| `securacyfrontend/services/userService.ts` | fetchUser |

## Entry Points

Start here when exploring this area:

- **`fetchUser`** (Function) — `securacyfrontend/services/userService.ts:61`
- **`OnboardingPage`** (Function) — `securacyfrontend/app/onboarding/page.tsx:114`
- **`loadProfile`** (Function) — `securacyfrontend/app/onboarding/page.tsx:145`

## Key Symbols

| Symbol | Type | File | Line |
|--------|------|------|------|
| `fetchUser` | Function | `securacyfrontend/services/userService.ts` | 61 |
| `OnboardingPage` | Function | `securacyfrontend/app/onboarding/page.tsx` | 114 |
| `loadProfile` | Function | `securacyfrontend/app/onboarding/page.tsx` | 145 |
| `hasChanges` | Function | `securacyfrontend/app/onboarding/page.tsx` | 44 |

## Execution Flows

| Flow | Type | Steps |
|------|------|-------|
| `OnboardingPage → DecodeJwt` | cross_community | 7 |
| `Load → DecodeJwt` | cross_community | 6 |

## Connected Areas

| Area | Connections |
|------|-------------|
| Hooks | 1 calls |
| Context | 1 calls |

## How to Explore

1. `gitnexus_context({name: "fetchUser"})` — see callers and callees
2. `gitnexus_query({query: "onboarding"})` — find related execution flows
3. Read key files listed above for implementation details