home / skills / daleseo

daleseo skills

Find 16 skills from 4 repos created by daleseo on GitHub.

4 repos
16 skills
GitHub

Sponsored

style-guide

daleseo/korean-skills

4
This skill enforces consistent Korean writing style across documents by analyzing tone, terminology, and formatting to unify brand voice.
humanizer

daleseo/korean-skills

4
This skill converts AI-generated Korean text into natural human-like writing by detecting patterns and preserving meaning.
grammar-checker

daleseo/korean-skills

4
This skill checks Korean text for spelling, spacing, grammar, and punctuation, explains corrections and teaches underlying rules.
cloudflare-to-bun

daleseo/bun-skills

3
This skill assists migrating Cloudflare Workers to Bun by analyzing compatibility, converting APIs, and mapping bindings for server deployments.
bun-init

daleseo/bun-skills

3
This skill initializes a Bun project with TypeScript and optimal defaults, guiding setup for CLI, web, API, or library projects.
bun-test

daleseo/bun-skills

3
This skill helps you configure Bun's built-in test runner with Jest-compatible APIs, enabling faster, scalable unit, integration, and snapshot testing.
bun-build

daleseo/bun-skills

3
This skill helps you create optimized production bundles with Bun's native bundler, improving performance and simplifying multi-environment builds.
bun-dev-server

daleseo/bun-skills

3
This skill helps you set up a high-performance Bun development server with hot module replacement and React Fast Refresh for frontend, API, or full-stack apps.
deno-to-bun

daleseo/bun-skills

3
This skill guides migrating Deno projects to Bun by mapping APIs, updating config, and aligning with Bun's runtime and import behavior.
bun-deploy

daleseo/bun-skills

3
This skill generates optimized Bun Docker images, guiding multi-stage layouts, CI/CD integration, and Kubernetes deployment to minimize size and improve
node-to-bun

daleseo/bun-skills

3
This skill helps you migrate Node.js projects to Bun by analyzing dependencies, updating configs, and validating compatibility across tooling.
humanizer-ko

daleseo/humanizer-ko

2
Detects and corrects Korean AI writing patterns to transform text into natural human writing. Based on scientific linguistic research (KatFishNet paper with 94.88% AUC accuracy). Analyzes 19 patterns including comma overuse, spacing rigidity, POS diversity, AI vocabulary overuse, and structural monotony. Use when humanizing Korean text from ChatGPT/Claude/Gemini or removing AI traces from Korean LLM output.
modern-git

daleseo/git-skills

1
Modern Git command best practices for AI agents. Use modern, purposeful commands introduced in Git 2.23+ instead of legacy multi-purpose commands. Teaches when to use `git switch` (branch operations), `git restore` (file operations), and other safer alternatives to improve clarity and reduce errors.
git-commits

daleseo/git-skills

1
Best practices for creating high-quality Git commits. Covers commit message conventions (Conventional Commits), atomic commits, staging strategies, and when to amend vs create new commits. Helps AI agents generate clean, meaningful commit history.
git-collaboration

daleseo/git-skills

1
Collaboration workflows for team-based Git development. Covers pull request workflows, merge vs rebase strategies, conflict resolution, code review practices, and branch protection. Helps AI agents follow team conventions and collaborate effectively.
git-recovery

daleseo/git-skills

1
Safety practices and recovery techniques for Git. Covers reflog usage, reset vs revert strategies, recovering lost commits, undoing mistakes, and preventing data loss. Helps AI agents safely navigate Git operations and recover from errors.