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

podcast-sujata

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

수집된 skills
13
Stars
1
업데이트
2026-07-08
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

postgres
데이터베이스 아키텍트

Use this skill for any PostgreSQL database work — table design, indexing, data types, constraints, extensions (pgvector, PostGIS, TimescaleDB), search, and migrations. **Trigger when user asks to:** - Design or modify PostgreSQL tables, schemas, or data models - Choose data types, constraints, indexes, or partitioning strategies - Work with pgvector embeddings, semantic search, or RAG - Set up full-text search, hybrid search, or BM25 ranking - Use PostGIS for spatial/geographic data - Set up TimescaleDB hypertables for time-series data - Migrate tables to hypertables or evaluate migration candidates - Plan or execute safe schema migrations with zero downtime - Create, fork, or manage databases with Ghost **Keywords:** PostgreSQL, Postgres, SQL, schema, table design, indexes, constraints, pgvector, PostGIS, TimescaleDB, hypertable, semantic search, hybrid search, BM25, time-series, migration, Ghost

2026-07-08
architect
소프트웨어 개발자

Make and document an architectural or technical decision before writing code. Run /architect when choosing between approaches, designing a feature or page, picking a tech stack, or when /develop says a decision is owed. Acts as a Staff level engineer: asks deep questions, recommends an answer, and writes a complete build spec ADR to docs/adr/. Owns all ADR files.

2026-07-08
audit
소프트웨어 개발자

Bootstrap a project's AI context: the AGENTS.md files every later skill reads. Run /audit on a greenfield project, on an existing codebase with missing docs, or on one area (/audit src/auth). Writes tool agnostic AGENTS.md plus thin CLAUDE.md pointers, adding only what is missing; never overwrites curated content.

2026-07-08
debug
소프트웨어 개발자

Use this skill to find and fix the root cause of a bug: something failing, broken, throwing, or behaving wrong. Run /debug when a test fails for a non-obvious reason, /verify finds a failure, or behavior is unexpected. Runs a disciplined reproduce, localize, hypothesize, test, fix, verify loop, then makes the minimal fix and hands a regression test to /test. No features, no extra refactors.

2026-07-08
develop
소프트웨어 개발자

Build a feature, UI or backend, from an approved design. Run /develop to implement a page, component, API, service, or data slice. If something load bearing is undecided and no ADR records it, it stops and routes you to /architect. Otherwise it reads the ADR plus AGENTS.md and builds, advancing the roadmap.

2026-07-08
document
소프트웨어 개발자

Write the human facing prose about a change: a PR description, changelog entry, release notes, or incident postmortem. Run /document pr | changelog | release-note | postmortem (or let it ask) and it drafts from the real commits and diff, writing to the right place. It does not write code, tests, or ADRs.

2026-07-08
harden
소프트웨어 개발자

Stress test a completed, tested change against production failure modes: edge cases, concurrency, scale, and security. Run /harden after /test or /review, or as the last step before merge on medium or full tier work. It writes a prioritized, verifiable hardening checklist to docs/hardening/. It does not rewrite your code.

2026-07-08
review
소프트웨어 품질 보증 분석가·테스터

A rigorous, senior level code review before merge, run on a different Claude model than wrote the code. Run /review after implementing a feature or fix, before opening a PR, or when the tier playbook calls for it. Severity ranked findings on correctness, security, performance, maintainability, and tests, written to docs/reviews/. It does not modify your code.

2026-07-08
roadmap
프로젝트 관리 전문가

Turn a product idea into a living, coarse roadmap in docs/roadmap/, and keep it current as you ship. Run /roadmap to plan a new product, plan the next slice, or enroll one named feature; run it with no argument to reconcile after shipping and queue what is next. It seeds WHAT to build; /architect designs, /develop builds.

2026-07-08
status
프로젝트 관리 전문가

Use this skill to orient across a paused session or a team: where things stand and what is safe to pick up. Run /status when resuming (where was I, what is left), joining a shared repo, or checking for collisions before starting. Reads git state, the roadmap, and ADRs. Read only.

2026-07-08
sync
소프트웨어 개발자

Keep durable knowledge current after a change is complete. Run /sync as the last step on medium or full tier work, around merge. It updates root and nested AGENTS.md, reconciles the roadmap from repo evidence, and flags ADRs the change made stale. Surgical, additive edits only.

2026-07-08
test
소프트웨어 품질 보증 분석가·테스터

Write a test suite for code you just built or changed. Run /test after implementing a feature, route, or fix; it targets uncommitted changes automatically, reads test-preferences.json for your framework (asks and saves it if absent), and picks the right strategy per file: happy path, edge cases, error states, accessibility.

2026-07-08
verify
소프트웨어 품질 보증 분석가·테스터

Use this skill to confirm a change actually works by running the real app and watching behavior, not just tests. Run /verify after /develop and before /review, or when a UI, API, CLI, job, or no-test-runner refactor needs runtime proof. It launches the app, exercises the changed flow, checks observable output, and diffs before/after output for refactors. It does not write code.

2026-07-08