이태양 avatar

이태양

Community

@sunleee

1Followers
|
10Public Repos
|
128Published Skills

Agent Skills by 이태양

Showing 128 vetted skills indexed across 1 GitHub repositories.

sunLeeesunLeee

convention-design

Summarize SRP, KISS, DRY, YAGNI, and SoC for class and module organization.

Community
Intermediate
sunLeeesunLeee

convention-folder-structure

Organize Python monorepo folder layouts with libs/{name}/src/{name}/__init__.py structure.

Community
Intermediate
sunLeeesunLeee

convention-logging

Enforce Python logging conventions for level selection, formatting, and masking.

Community
Intermediate
sunLeeesunLeee

code-refactor

Detect anti-patterns and perform incremental refactors with tests.

Community
Advanced
sunLeeesunLeee

code-review

Orchestrate check-* skills to review Python code and produce prioritized reports.

Community
Advanced
sunLeeesunLeee

adversarial-review

Review code, documentation, and design artifacts from Red Team and Blue Team perspectives.

Community
Advanced
sunLeeesunLeee

systematic-debugging

Guide teams through a four-step debugging process to isolate root causes.

Community
Advanced
sunLeeesunLeee

check-design-doc

Validate code signatures against CLAUDE.md and docs/design/ API patterns.

Community
Intermediate
sunLeeesunLeee

check-python-style

Validate Python code style, type hints, and Google-style docstrings.

Community
Intermediate
sunLeeesunLeee

quality-notebook

Automate Jupyter notebook quality with nbstripout, nbdime, and nbqa.

Community
Advanced
sunLeeesunLeee

quality-precommit

Configure pre-commit hooks to run quality checks before commits.

Community
Intermediate
sunLeeesunLeee

check-anti-patterns

Detect design anti-patterns in Python code using AST-based analysis.

Community
Advanced
sunLeeesunLeee

quality-bandit

Configure Bandit security rules and CWE/OWASP mappings for Python projects.

Community
Intermediate
sunLeeesunLeee

quality-mypy

Configure mypy strict mode, overrides, and plugins in pyproject.toml.

Community
Advanced
sunLeeesunLeee

check-test-quality

Validate pytest test suites for AAA pattern, naming conventions, and coverage thresholds.

Community
Intermediate
sunLeeesunLeee

check-commit-message

Validate Git commit messages against Conventional Commits rules.

Community
Intermediate
sunLeeesunLeee

check-data-pipeline

Validate ADK tool scripts for file paths, ToolContext usage, and function signatures.

Community
Advanced
sunLeeesunLeee

check-security

Scan Python codebases with Bandit and report security vulnerabilities by severity.

Community
Intermediate
sunLeeesunLeee

check-logging

Validate Python logging conventions for quality and security.

Community
Advanced
sunLeeesunLeee

check-complexity

Measure code complexity and maintainability with radon CC and MI reports.

Community
Advanced
sunLeeesunLeee

quality-ruff

Configure Ruff linting and formatting in pyproject.toml for Python projects.

Community
Intermediate
sunLeeesunLeee

check-config-validation

Validate YAML syntax and Pydantic schema conformance across dev, prod, and test environments.

Community
Intermediate
sunLeeesunLeee

check-notebook-coverage

Map Python modules to notebooks and report missing coverage.

Community
Intermediate
sunLeeesunLeee

3-step-workflow

Orchestrates AI development workflows by generating, decomposing and executing tasks with human-in-the-loop approvals.

Community
Advanced