Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

audiobook-organizer

يحتوي audiobook-organizer على 10 من skills المجمعة من falkcorp، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
3
محدث
2026-07-17
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

project-context
مطوّرو البرمجيات

Load project context for the audiobook-organizer codebase. Invoke this skill at the start of any agent that needs project knowledge. Reads live docs files — no hardcoded values. Falls back to generic behavior on non-audiobook-organizer projects.

2026-07-17
server-bootstrap
مديرو الشبكات وأنظمة الحاسوب

Initialize server authentication and retrieve API key. SSH to the audiobook-organizer server, restart the service, read the bootstrap token from the .bootstrap-token file (no longer logged in plaintext — pen-test CRIT-1), exchange it for an API key via POST /api/v1/auth/bootstrap, and write the key to .claude/.api-token (shared across worktrees, auto-cleanup after 8 hours). Use when starting fresh or when the API key has expired.

2026-07-03
deploy
مطوّرو البرمجيات

Build and deploy audiobook-organizer to the production Linux server

2026-05-24
project-patterns
مطوّرو البرمجيات

Reference guide for common audiobook-organizer tasks and recurring patterns. Helps identify which tasks have existing skills or which new skills might be useful. Use when starting a new task to see if there's a pattern match, or to discover which skills exist for database, build, deployment, debugging, or operational tasks.

2026-05-24
server-logs
مديرو الشبكات وأنظمة الحاسوب

Pull logs from the audiobook-organizer service and provide web UI login instructions. Requires running server-bootstrap first to get .api-token file. Reads journalctl via SSH (supports tail, filter, streaming), extracts login credentials, and provides instructions for accessing the web dashboard. Use when troubleshooting server issues, checking service status, or needing to log into the web UI.

2026-05-24
build-deploy
مطوّرو البرمجيات

Build and deploy the audiobook-organizer using Makefile targets. Handles full builds (frontend + backend), API-only builds, test runs, and deployment. Always uses `make` targets instead of manual commands; auto-installs frontend dependencies before builds. Use when asked to build, run, test, deploy, or for frontend dev server.

2026-05-24
parallel-sweep-impl
مطوّرو البرمجيات

Procedural body for the /parallel-sweep slash command. Implements the coordinator that parses a task list, creates one git worktree per task, dispatches child sub-agents in parallel, watches their TaskUpdate events, opens PRs, polls CI, admin-merges on green, runs the sibling-rebase loop (with Sonnet/Opus conflict-resolver subagents), and persists per-run state to .claude/state/ for resume across usage-limit interruptions. Invoked by /parallel-sweep — not by direct user phrasing. Read this skill when /parallel-sweep is invoked, when troubleshooting an in-flight sweep, or when extending the sweep workflow.

2026-04-25
api-doc
مطوّرو البرمجيات

Update docs/openapi.yaml when adding or modifying API endpoints

2026-03-20
create-migration
مصممو قواعد البيانات

Create a new PebbleDB/SQLite database migration following the project pattern

2026-03-20
quick-fix
مطوّرو البرمجيات

Create a quick fix branch, commit, PR, merge, and rebase worktrees

2026-03-20