Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
kolatts
GitHub 제작자 프로필

kolatts

3개 GitHub 저장소에서 수집된 18개 skills를 저장소 단위로 보여줍니다.

수집된 skills
18
저장소
3
업데이트
2026-07-01
저장소 탐색

저장소와 대표 skills

sunny-architecture
소프트웨어 개발자

Apply Sunny Kolattukudy's architecture principles to design, review, or evaluate systems. Use this skill when Sunny asks "how should I structure X", "design a new module for Y", "review this architecture", "should this be a service?", "what's the right project structure for Z", "is this the right pattern?", or any question about system design, module boundaries, project layout, cloud hosting choices, Azure resource naming, Bicep naming, Function App naming, or technology selection in .NET, Blazor, or Azure/AWS. Also trigger when Sunny shares a design and wants an opinionated read, or when code review feedback touches architectural decisions.

2026-06-30
sunny-chat
PR 전문가

Shapes how Claude interacts with Sunny Kolattukudy by default — sets the communication register, primes problem-solving style, and provides just enough personal and professional context to make every session feel calibrated to who he is. Loads on every session; does not need to be invoked.

2026-04-07
sunny-eng-philosophy
컴퓨터·정보 시스템 관리자

Apply Sunny Kolattukudy's engineering philosophy frameworks to analyze team situations, answer hard questions, or draft thought leadership content. Use this skill when the user wants to think through engineering culture, team dynamics, software process, or leadership decisions — especially around priorities, metrics, accountability, learning culture, or team performance. Also trigger when someone asks "how should we run postmortems?", "our team is obsessed with velocity", "how do I get my team to focus?", "is story point estimation worth it?", or wants to write a talk or essay about engineering philosophy.

2026-04-02
sunny-identity
작가·저자

Write personal content in Sunny Kolattukudy's own voice using his full life story and background — speaker bios, LinkedIn "About" sections, personal introductions, career essays, conference profiles, or any writing that needs to sound like Sunny wrote it rather than about him. Use this skill when someone asks to write Sunny's bio, draft an intro for him, create his LinkedIn summary, write a speaker profile, or craft any first-person piece where Sunny is the subject. Also trigger when someone asks "write a bio for me", "introduce me for this talk", "write my LinkedIn about", or describes wanting a personal statement that sounds authentic rather than polished.

2026-04-02
sunny-code-review
소프트웨어 품질 보증 분석가·테스터

Review code in Sunny Kolattukudy's voice — informal, direct, dry wit. Produces a structured review with an upfront Approve / Request Changes decision, a narrative summary comment, and individual issues tagged Major / Minor / Nit. Use this skill whenever someone asks to review a PR, review a diff, look at some code changes, or wants feedback on a pull request. Also trigger when someone pastes a diff or code and asks "what do you think?", "anything wrong here?", "can you review this?", or "give me a code review." Trigger even when the request is casual or indirect — if there's code to evaluate, use this skill.

2026-04-01
sunny-write
작가·저자

Write anything in Sunny Kolattukudy's voice — Slack messages, emails, proposals, blog posts, LinkedIn articles, or thought leadership pieces. Use this skill when Sunny needs to write a communication or piece of content: "draft a Slack to X about Y", "write an email to the team", "help me write a blog post about Z", "draft a proposal for...", "write a LinkedIn post about...". Replaces sunny:write-casual, sunny:write-formal, and sunny:write-blog.

2026-03-30
sunny-mentoring
컴퓨터·정보 시스템 관리자

Prepare for 1:1s and growth conversations for Sunny Kolattukudy. Use this skill when Sunny says "prep my 1:1 with X", "what should I focus on for X's growth", "help me think through a conversation with X", or any variation of 1:1 prep, growth planning, or coaching. Also trigger when Sunny asks about someone on his team, wants to pull JIRA or GitHub data on a team member, or needs to structure a difficult or sensitive conversation.

2026-03-30
sunny-hiring
인사 전문가

Pre-screen candidates and write hiring debriefs for Sunny Kolattukudy. Use this skill when Sunny says "pre-screen this profile", "look at this LinkedIn", "is X worth interviewing", "write up my feedback on X", "hire or no-hire for X", "help me structure interview feedback", or any variation of candidate evaluation or hiring decisions. Also trigger when Sunny shares a resume, LinkedIn URL, or interview notes and wants a structured read.

2026-03-29
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
pncli
소프트웨어 개발자

Use when asked to set up pncli, configure a service, initialize a repo, or run pncli commands. Walks through identity, work item tracking, source control, and optional services. For any specific service, read the included <service>.md file.

2026-07-01
openshift-health
네트워크·컴퓨터 시스템 관리자

Analyze pod health in an OpenShift / Kubernetes namespace and surface actionable insights. Queries pods, Warning events, and optionally metrics via pncli — data is pre-chunked before LLM analysis to minimize token usage. Use when asked to check namespace health, investigate pod crashes, diagnose CrashLoopBackOff or OOMKilled, or review cluster resource pressure.

2026-06-13
address-pr-feedback
소프트웨어 품질 보증 분석가·테스터

Work through all open review comments and SonarQube issues on the current branch's PR. Auto-fixes linting and SonarQube findings; applies AI judgment to reviewer comments. Shows a summary table, then asks user to commit and push before marking threads resolved. Use when asked to address feedback, resolve PR comments, or respond to change requests.

2026-05-15
code-review
소프트웨어 품질 보증 분석가·테스터

Review the PR for the current branch. Reads the full diff, existing comments, and referenced source files, then posts categorized inline comments (Blocking / Suggestion / Nit) via pncli. Offers to approve or request changes at the end. Works with Bitbucket and Azure DevOps. Use when asked to review a PR, check the diff, or add code review comments.

2026-05-15
plan
프로젝트 관리 전문가

Turn a feature description, goal, or problem statement into a structured backlog in Jira or ADO. Explores the codebase with parallel subagents before generating the breakdown; shows the plan to the user for confirmation before creating any work items. Use when asked to plan a feature, break down a problem, or create backlog items from a description.

2026-05-15
security-review
정보 보안 분석가

Scan all security sources (dependency CVEs, SonarQube vulnerabilities, SonarQube hotspots, optionally SDElements threats), triage by severity, then create Jira or ADO tickets — Bug for critical/blocking findings, Task for others, grouped under an Epic when more than 3 tickets are created. Use when asked to do a security review, scan for vulnerabilities, or triage security findings into the backlog.

2026-05-15
ship
소프트웨어 개발자

Open a PR for the current branch on Bitbucket or Azure DevOps. Runs the full pre-PR gate (build, lint, typecheck, tests, code review, docs) using parallel subagents before opening the PR. For GitHub repos, use the repo-scoped /ship skill instead. Use whenever the user says "open a PR", "create a PR", "ship this", "pull request", or "/ship".

2026-05-15
ship
소프트웨어 개발자

Open a PR for the current branch against main. GitHub only — for ADO/Bitbucket projects use /ship from the installed pncli skills instead. Runs the full pre-PR gate (build, lint, typecheck, tests, code review, docs) using parallel subagents before opening the PR. Use whenever the user says "open a PR", "create a PR", "ship this", "pull request", or "/ship".

2026-04-20
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다