Skip to main content
hieutrtr
GitHub-Creator-Profil

hieutrtr

Repository-Ansicht von 37 gesammelten Skills in 4 GitHub-Repositories.

gesammelte Skills
37
Repositories
4
aktualisiert
2026-05-06
Repository-Explorer

Repositories und repräsentative Skills

ui-design-system
Grafikdesigner

Generates consistent UI components, layouts, and design tokens following a design system. Enforces spacing, color, typography, and accessibility standards across React/TypeScript projects. Use when creating new UI components, building page layouts, choosing colors or typography, setting up design tokens, or reviewing UI code for design consistency. Covers 8pt spacing grid, Tailwind CSS token usage, shadcn/ui primitives, WCAG 2.1 AA compliance, responsive breakpoints, semantic HTML structure, and TypeScript component interfaces. Does NOT cover backend implementation (use python-backend-expert), testing (use react-testing-patterns), or deployment (use deployment-pipeline).

2026-02-06
api-design-patterns
Computersystemanalytiker

API contract design conventions for FastAPI projects with Pydantic v2. Use during the design phase when planning new API endpoints, defining request/response contracts, designing pagination or filtering, standardizing error responses, or planning API versioning. Covers RESTful naming, HTTP method semantics, Pydantic v2 schema naming conventions (XxxCreate/XxxUpdate/XxxResponse), cursor-based pagination, standard error format, and OpenAPI documentation. Does NOT cover implementation details (use python-backend-expert) or system-level architecture (use system-architecture).

2026-02-05
deployment-pipeline
Netzwerk- und Computersystemadministratoren

Deployment procedures and CI/CD pipeline configuration for Python/React projects. Use when deploying to staging or production, creating CI/CD pipelines with GitHub Actions, troubleshooting deployment failures, or planning rollbacks. Covers pipeline stages (build/test/staging/production), environment promotion, pre-deployment validation, health checks, canary deployment, rollback procedures, and GitHub Actions workflows. Does NOT cover Docker image building (use docker-best-practices) or incident response (use incident-response).

2026-02-05
incident-response
Netzwerk- und Computersystemadministratoren

Production incident response procedures for Python/React applications. Use when responding to production outages, investigating error spikes, diagnosing performance degradation, or conducting post-mortems. Covers severity classification (SEV1-SEV4), incident commander role, communication templates, diagnostic commands for FastAPI/ PostgreSQL/Redis, rollback procedures, and blameless post-mortem process. Does NOT cover monitoring setup (use monitoring-setup) or deployment procedures (use deployment-pipeline).

2026-02-05
monitoring-setup
Netzwerk- und Computersystemadministratoren

Application monitoring and observability setup for Python/React projects. Use when configuring logging, metrics collection, health checks, alerting rules, or dashboard creation. Covers structured logging with structlog, Prometheus metrics for FastAPI, health check endpoints, alert threshold design, Grafana dashboard patterns, error tracking with Sentry, and uptime monitoring. Does NOT cover incident response procedures (use incident-response) or deployment (use deployment-pipeline).

2026-02-05
pre-merge-checklist
Softwarequalitätssicherungsanalysten und -tester

Comprehensive pre-merge validation checklist for Python/React pull requests. Use before approving or merging any PR. Covers code quality checks (linting, formatting, type checking), test coverage requirements, documentation updates, migration safety, API contract compatibility, accessibility compliance, bundle size impact, and deployment readiness. Provides a systematic checklist that ensures nothing is missed before merge. Does NOT cover security review depth (use code-review-security).

2026-02-05
system-architecture
Softwareentwickler

System architecture guidance for Python/React full-stack projects. Use during the design phase when making architectural decisions — component boundaries, service layer design, data flow patterns, database schema planning, and technology trade-off analysis. Covers FastAPI layer architecture (Routes/Services/Repositories/Models), React component hierarchy, state management, and cross-cutting concerns (auth, errors, logging). Produces architecture documents and ADRs. Does NOT cover implementation (use python-backend-expert or react-frontend-expert) or API contract design (use api-design-patterns).

2026-02-05
project-planner
Softwareentwickler

Project planning and feature breakdown for Python/React full-stack projects. Use during the planning phase when breaking down feature requests, user stories, or product requirements into implementation plans. Guides identification of affected files and modules, defines acceptance criteria, assesses risks, and estimates overall complexity. Produces module maps, risk assessments, and acceptance criteria. Does NOT cover architecture decisions (use system-architecture), implementation (use python-backend-expert or react-frontend-expert), or atomic task decomposition (use task-decomposition).

2026-02-05
Zeigt die Top 8 von 17 gesammelten Skills in diesem Repository.
news-update
Finanz- und Investitionsanalysten

Thu thập tin tức mới từ CafeF/Vietstock/VNExpress, deduplicate với archive, chỉ hiển thị tin chưa từng thấy. Dùng khi user muốn cập nhật tin tức mới nhất mà không bị lặp lại tin cũ.

2026-04-07
fundamental-analysis
Finanz- und Investitionsanalysten

Phân tích cơ bản một mã cổ phiếu Việt Nam — định giá, tài chính, triển vọng ngành. Dùng khi user hỏi về P/E, P/B, ROE, EPS, định giá, BCTC, báo cáo tài chính, hoặc phân tích cơ bản (FA).

2026-03-30
morning-brief
Wertpapier-, Rohstoff- und Finanzdienstleistungsverkäufer

Pre-market morning brief — market overview, portfolio status, overnight news. Use before trading session starts.

2026-03-30
news-impact
Finanz- und Investitionsanalysten

Phân tích tác động tin tức lên cổ phiếu Việt Nam — sentiment, catalyst, rủi ro sự kiện. Dùng khi user hỏi về tin tức, news, sự kiện sắp tới, catalyst, hoặc sentiment của một mã cụ thể.

2026-03-30
portfolio-monitor
Persönliche Finanzberater

Monitor portfolio positions for price changes, volume spikes, and ceiling/floor alerts. Designed for /loop 5m usage during trading sessions.

2026-03-30
portfolio-review
Finanz- und Investitionsanalysten

Đánh giá danh mục đầu tư Việt Nam — hiệu suất, rủi ro, phân bổ, và khuyến nghị tái cơ cấu. Dùng khi user muốn review/đánh giá danh mục, phân bổ tài sản, hoặc tái cơ cấu portfolio.

2026-03-30
sector-compare
Finanz- und Investitionsanalysten

So sánh ngành và vị thế tương đối của cổ phiếu Việt Nam trong cùng sector — peer analysis. Dùng khi user muốn so sánh các cổ phiếu cùng ngành, peer analysis, hoặc tìm cổ phiếu tốt nhất trong một sector.

2026-03-30
session-summary
Finanz- und Investitionsanalysten

End-of-day trading session summary — P&L, market recap, top movers, news highlights, action items for tomorrow.

2026-03-30
Zeigt die Top 8 von 11 gesammelten Skills in diesem Repository.
auto-test
Softwarequalitätssicherungsanalysten und -tester

Run a project's automated tests end-to-end and return a single structured report (ASCII dashboard + machine-readable trailing lines + path to .test-runs/<UTC-ts>/run.log). Trigger when the user asks to run, execute, or check the status of a project's tests — phrases like "run the unit tests", "run the tests", "execute the test suite", "ai check tests for me", "run npm test and tell me what failed", or "how are the tests doing?". This is the meta-skill that delegates to layer-specific runners (Phase 1 ships only the `unit-test-runner` child); future phases will add `browser-test`, `integration-test-runner`, and `coverage-reporter` to the same orchestration. Do NOT trigger on "tail the log", "show me the latest test output", or "what does .test-runs/latest contain?" — those are plain `Read` of `<project>/.test-runs/latest/run.log`. Do NOT trigger on lint, typecheck, build, deploy, or coverage-only requests — those belong to other (separate) skills. Do NOT trigger on browser-only / Playwright-with-page.goto navi

2026-05-06
desc-too-short
Softwarequalitätssicherungsanalysten und -tester

too short

2026-05-06
totally-different-name
Softwareentwickler

Folder is `name-mismatch/` but the frontmatter declares `name: totally-different-name`. Linter check 6 must catch this. Long enough to clear the 40-char gate.

2026-05-06
no-body
Softwareentwickler

Frontmatter is fine and the description is well over 40 characters, but the body below the closing `

2026-05-06
test-log-centralizer
Softwareentwickler

Centralize test-run logs under <project>/.test-runs/<UTC-timestamp>/ so every other testing skill (auto-test, unit-test-runner, browser-test, integration-test-runner, flaky-detector, coverage-reporter) writes into a single shared run folder. Use ONLY as a dependency invoked by another testing skill — it is not user-facing on its own. Trigger when another skill needs to (a) start a new run folder via `scripts/init-run.sh`, (b) append per-layer log lines via `scripts/append-log.sh`, or (c) finalize a run via `scripts/finalize-run.sh`. Do NOT trigger on user phrases like "show me the logs", "tail the logs", "check what tests printed" — those should call `auto-test` (which internally uses this skill) or read `<project>/.test-runs/latest/run.log` directly with the Read tool. Do NOT use this skill for non-test logging (application logs, build output, lint output) — those belong to other tools.

2026-05-05
unit-test-runner
Softwarequalitätssicherungsanalysten und -tester

Detect the JavaScript / TypeScript unit-test framework in a project (Jest, Vitest, bun:test, Mocha, or @playwright/test used as a unit-test runner) and prepare a canonical run command. Trigger when another testing skill — usually `auto-test` — needs to know "what unit-test framework does this repo use, what command should I run, and which JS runtime / package manager (npm, pnpm, yarn, bun) drives it?". Concretely fires on user phrases like "run the unit tests", "what framework do these tests use?", "detect the test runner for this project", or as a sub-step of `auto-test`. Do NOT trigger on "run end-to-end tests" / "browser tests" / "integration tests" / "Playwright e2e tests with a dev server" — those belong to the Phase 2 `browser-test` skill (this skill's `playwright-runner` framework keyword is reserved for `@playwright/test` used WITHOUT browser navigation, i.e. as a generic test runner). Do NOT trigger on Python (pytest), Rust (cargo test), Go (`go test`), Ruby (rspec), or Elixir tests — those are Phase

2026-05-05
hello-test
Softwareentwickler

Phase-0 spike probe used to verify Claude Code skill discovery and triggering. Trigger ONLY when the user message contains the literal phrase "hello-test ping" — no paraphrases, no partial matches. Output is a single fixed acknowledgement string with the current ISO-8601 UTC timestamp, produced by running a one-liner Bash command. Do NOT trigger on the words "hello", "test", "ping" individually, on phrases like "hello world", "say hello", "ping me", or any other variant. This skill exists purely as a fingerprint for the auto-test-skills repo Phase 0 spike to confirm that user-level skills dropped at ~/.claude/skills/<name>/SKILL.md are auto-discovered. Safe to delete after Phase 0 sign-off.

2026-05-05
4 von 4 Repositories angezeigt
Alle Repositories angezeigt