Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

elly-admin-panel

elly-admin-panel에는 huseyindol에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
2
업데이트
2026-05-19
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ai-generate
소프트웨어 개발자

Reference for adding AI generation features using the Gemini pipeline. Covers field generation, article generation, and how to create new AI actions. Use when the user wants to add AI-powered functionality.

2026-05-19
auth-cookies
웹 개발자

Reference for auth tokens, cookies, JWE decoding, max-age strategy, and the cookie-deletion pitfalls specific to this project. Apply whenever editing src/proxy.ts, src/proxy/*, src/utils/services/fetcher.ts, src/stores/{permission,user}-store.ts, login or logout flows.

2026-05-17
sidebar-sync
웹 개발자

Trigger automatically when adding or removing a page under src/app/(baseLayout)/*. Forces Sidebar.tsx update in the same change so the menu and route stay in lockstep.

2026-05-17
doc-changes
소프트웨어 개발자

Tamamlanan bir geliştirmeyi veya değişikliği otomatik olarak dokümante eder. docs/CHANGELOG.md [Unreleased] bölümünü günceller, gerekirse yeni bir docs/{FEATURE}.md rehber dosyası oluşturur. Commit öncesi veya sonrası, her geliştirmede /doc-changes komutu ile çalıştır.

2026-04-23
debug-fix
소프트웨어 개발자

Systematic debugging and fix workflow. Use when the user runs /debug-fix <description-of-issue>.

2026-04-14
new-module
소프트웨어 개발자

Scaffold a complete CRUD module (service, hook, schema, types, pages). Use when the user runs /new-module <entity-name>.

2026-04-14
new-page
웹 개발자

Scaffold an admin page (list, create, edit) under (baseLayout). Use when the user runs /new-page <entity-name>.

2026-04-14
new-service
소프트웨어 개발자

Scaffold a service + TanStack Query hook pair for an entity. Use when the user runs /new-service <entity-name>.

2026-04-14
pr-check
소프트웨어 품질 보증 분석가·테스터

Review the current git diff or a pull request against the project checklist. Use when the user runs /pr-check.

2026-04-14
gen-test
소프트웨어 품질 보증 분석가·테스터

Generate a Vitest + Testing Library test file for a given source file. Use when the user runs /gen-test <file-path>.

2026-03-30
new-component
소프트웨어 개발자

Scaffold a new React component with its test file following project conventions. Use when the user runs /new-component <ComponentName>.

2026-03-30
project-conventions
소프트웨어 개발자

Code style, naming conventions, and architectural patterns for the nextjs-approute-project. Apply automatically when writing or reviewing any code in this project.

2026-03-30