Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

inp-backend

inp-backend には efazulkarim から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
12
Stars
2
更新
2026-06-10
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

alembic-migrations
データベースアーキテクト

Safe, reversible Alembic migrations for inp-backend. Use when adding a column, table, FK, index, or constraint. Covers up/down, non-destructive adds, FK index requirement, and data-migration splits.

2026-06-10
caveman
その他コンピュータ職

No-op. Documents that caveman mode is wired globally via ~/.claude/settings.json (SessionStart + UserPromptSubmit hooks). Project files do not need to re-enable it. Switch level with /caveman lite|full|ultra or say "stop caveman".

2026-06-10
fastapi-router-py
ソフトウェア開発者

FastAPI router patterns for inp-backend. Use when adding a new endpoint, new *_routes.py, or wiring a new resource into app/main.py. Covers function-based routers, schema-first validation, layered architecture, and idempotency keys.

2026-06-10
jwt-auth-fastapi
ソフトウェア開発者

JWT issuance, validation, refresh, password hashing, and Google OAuth for inp-backend. Use when modifying app/auth.py, adding a new auth endpoint, or wiring OAuth.

2026-06-10
llm-provider-fallback
ソフトウェア開発者

Multi-provider LLM routing for app/services/llm_service.py. Use when adding a new LLM provider, fixing provider-specific bugs, or adjusting the priority chain. Priority: OpenRouter > ApiFreeLLM > GLM > Vultr.

2026-06-10
polar-payments
ソフトウェア開発者

Polar SDK patterns for inp-backend. Use when modifying app/routers/polar_routes.py, app/services/subscription_service.py, or webhook handling. Covers checkout creation, webhook signature verification, and sandbox vs live toggle.

2026-06-10
pydantic-settings
ソフトウェア開発者

Pydantic v2 Settings patterns for inp-backend. Use when extending app/core/config.py — env validation, Field() patterns, backward compatibility, and the rule to never read os.getenv outside this file.

2026-06-10
pytest-fastapi
ソフトウェア品質保証アナリスト・テスター

Pytest patterns for inp-backend. Use when writing or running tests. Covers conftest fixtures, FastAPI TestClient vs httpx AsyncClient, mocking LLM providers with respx, and the marker system.

2026-06-10
security-and-hardening
情報セキュリティアナリスト

Security middleware order, headers, rate limits, request sanitization, and input validation for inp-backend. Use when modifying app/middleware/security.py or hardening a route.

2026-06-10
sqlalchemy-models
データベースアーキテクト

SQLAlchemy 2.0 model patterns for inp-backend. Use when defining or modifying app/models.py — declarative style, timestamps, soft delete via is_deleted, relationships, and index hints.

2026-06-10
stripe-payments
ソフトウェア開発者

Stripe (legacy) patterns for inp-backend. Use when modifying app/routers/stripe_routes.py. Covers checkout, webhook signature, and idempotency keys. Note: Polar is the primary billing path; Stripe routes exist for back-compat.

2026-06-10
test-driven-development
ソフトウェア品質保証アナリスト・テスター

TDD workflow adapted to FastAPI + service layer in inp-backend. Use when adding a new endpoint, service method, or business rule. Red → Green → Refactor, with the project's test layout and markers.

2026-06-10