Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
kolatts
Perfil de creador de GitHub

kolatts

Vista por repositorio de 18 skills recopiladas en 3 repositorios de GitHub.

skills recopiladas
18
repositorios
3
actualizado
2026-07-01
explorador de repositorios

Repositorios y skills representativas

sunny-architecture
Desarrolladores de software

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
Especialistas en relaciones públicas

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
Gerentes de sistemas informáticos y de información

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
Escritores y autores

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
Analistas de garantía de calidad de software y probadores

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
Escritores y autores

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
Gerentes de sistemas informáticos y de información

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
Especialistas en recursos humanos

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
Mostrando las 8 principales de 9 skills recopiladas en este repositorio.
pncli
Desarrolladores de software

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
Administradores de redes y sistemas informáticos

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
Analistas de garantía de calidad de software y probadores

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
Analistas de garantía de calidad de software y probadores

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
Especialistas en gestión de proyectos

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
Analistas de seguridad de la información

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
Desarrolladores de software

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
Desarrolladores de software

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
Mostrando 3 de 3 repositorios
Todos los repositorios cargados