Sasidhar Malleboena avatar

Sasidhar Malleboena

Community

@sasidhar4444

0Followers
|
12Public Repos
|
25Published Skills

Sasidhar Malleboena publishes 25 engineering-discipline skills covering TDD, debugging, CI/CD, security hardening, and production launch readiness for software teams.

Skills Distribution
DomainDeveloper To...Software Engineeri.. (40%)Quality Assurance .. (20%)Security & Complia.. (15%)DevOps & Release E.. (15%)

Agent Skills by Sasidhar Malleboena

Showing 25 vetted skills indexed across 1 GitHub repositories.

sasidhar4444sasidhar4444

idea-refine

Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.

Community
Intermediate
sasidhar4444sasidhar4444

debugging-and-error-recovery

Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.

Community
Intermediate
sasidhar4444sasidhar4444

using-agent-skills

Discovers and routes tasks to the appropriate engineering workflow skill.

Community
Intermediate
sasidhar4444sasidhar4444

test-driven-development

Guides implementation of features and bug fixes using the red-green-refactor test cycle.

Community
Intermediate
sasidhar4444sasidhar4444

planning-and-task-breakdown

Decomposes specifications into ordered, verifiable implementation tasks with acceptance criteria.

Community
Intermediate
sasidhar4444sasidhar4444

incremental-implementation

Implements code changes in thin, tested vertical slices with per-increment verification.

Community
Intermediate
sasidhar4444sasidhar4444

api-and-interface-design

Designs stable REST APIs, TypeScript contracts, and idempotent interfaces with consistent error semantics.

Community
Intermediate
sasidhar4444sasidhar4444

ci-cd-and-automation

Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.

Community
Intermediate
sasidhar4444sasidhar4444

context-engineering

Configures rules files, context hierarchy, and budget management for AI coding agents.

Community
Intermediate
sasidhar4444sasidhar4444

frontend-ui-engineering

Builds accessible, responsive, production-quality user interfaces following design system standards.

Community
Intermediate
sasidhar4444sasidhar4444

shipping-and-launch

Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.

Community
Intermediate
sasidhar4444sasidhar4444

spec-driven-development

Writes structured specifications before coding through a gated four-phase workflow.

Community
Intermediate
sasidhar4444sasidhar4444

constraint-driven-development

Defines and enforces project quality constraints via a written CONSTRAINTS.md contract.

Community
Advanced
sasidhar4444sasidhar4444

code-review-and-quality

Reviews code changes across correctness, readability, architecture, security, and performance before merge.

Community
Intermediate
sasidhar4444sasidhar4444

security-and-hardening

Hardens web application code against OWASP Top 10 vulnerabilities and supply-chain risks.

Community
Advanced
sasidhar4444sasidhar4444

deprecation-and-migration

Plan and execute deprecation of legacy systems and zero-downtime database schema migrations.

Community
Intermediate
sasidhar4444sasidhar4444

observability-and-instrumentation

Instruments production code with structured logging, metrics, tracing, and alerting.

Community
Intermediate
sasidhar4444sasidhar4444

interview-me

Extracts underlying user intent through one-question-at-a-time interviews before planning or coding.

Community
Intermediate
sasidhar4444sasidhar4444

code-simplification

Refactors code to reduce complexity while preserving exact behavior and project conventions.

Community
Intermediate
sasidhar4444sasidhar4444

doubt-driven-development

Subjects non-trivial decisions to adversarial fresh-context review before they stand.

Community
Advanced
sasidhar4444sasidhar4444

source-driven-development

Verifies framework-specific code against official documentation and cites sources.

Community
Intermediate
sasidhar4444sasidhar4444

performance-optimization

Diagnoses and fixes frontend and backend performance bottlenecks through measurement-driven optimization workflows.

Community
Advanced
sasidhar4444sasidhar4444

browser-testing-with-devtools

Tests and debugs web pages in real browsers using Chrome DevTools MCP.

Community
Intermediate
sasidhar4444sasidhar4444

git-workflow-and-versioning

Structures git commits, branching, and semantic versioning into disciplined workflows.

Community
Intermediate

Frequently Asked Questions About Sasidhar Malleboena

FAQPage Schema
What tasks can I accomplish with Sasidhar Malleboena's skills?▼

The 25 skills cover the full software delivery lifecycle: spec writing, task breakdown, test-driven development, incremental implementation, code review, security hardening, performance optimization, observability instrumentation, CI/CD setup, browser testing via Chrome DevTools, and production launch preparation with rollback strategies.

Who are these skills designed for?▼

Software engineers, tech leads, and engineering teams who want disciplined practices enforced during development. They suit anyone implementing features, fixing bugs, reviewing code, hardening authentication flows, migrating schemas, or preparing staged production rollouts with monitoring and pre-launch checklists.

How do I install and run these skills?▼

Each skill ships as a folder with native frontmatter defining its name, description, and trigger phrases. The using-agent-skills meta-skill governs discovery and invocation at session start. Browser testing additionally requires the chrome-devtools MCP server to be configured in your environment.

Are these skills free and open source?▼

The skills are published publicly on the sasidhar4444 GitHub account across 12 public repositories. No licensing or pricing terms are stated in the manifest, so users should check individual repositories for license files before commercial redistribution.

What prerequisites or dependencies do these skills require?▼

Most skills are methodology-driven and need no external dependencies. The browser-testing-with-devtools skill explicitly requires a configured chrome-devtools MCP server. Skills like constraint-driven-development expect a writable project repository to maintain files such as CONSTRAINTS.md.