Sasidhar Malleboena
Community@sasidhar4444
Sasidhar Malleboena publishes 25 engineering-discipline skills covering TDD, debugging, CI/CD, security hardening, and production launch readiness for software teams.
Agent Skills by Sasidhar Malleboena
Showing 25 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.
using-agent-skills
Discovers and routes tasks to the appropriate engineering workflow skill.
test-driven-development
Guides implementation of features and bug fixes using the red-green-refactor test cycle.
planning-and-task-breakdown
Decomposes specifications into ordered, verifiable implementation tasks with acceptance criteria.
incremental-implementation
Implements code changes in thin, tested vertical slices with per-increment verification.
api-and-interface-design
Designs stable REST APIs, TypeScript contracts, and idempotent interfaces with consistent error semantics.
ci-cd-and-automation
Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.
context-engineering
Configures rules files, context hierarchy, and budget management for AI coding agents.
frontend-ui-engineering
Builds accessible, responsive, production-quality user interfaces following design system standards.
shipping-and-launch
Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.
spec-driven-development
Writes structured specifications before coding through a gated four-phase workflow.
constraint-driven-development
Defines and enforces project quality constraints via a written CONSTRAINTS.md contract.
code-review-and-quality
Reviews code changes across correctness, readability, architecture, security, and performance before merge.
security-and-hardening
Hardens web application code against OWASP Top 10 vulnerabilities and supply-chain risks.
deprecation-and-migration
Plan and execute deprecation of legacy systems and zero-downtime database schema migrations.
observability-and-instrumentation
Instruments production code with structured logging, metrics, tracing, and alerting.
interview-me
Extracts underlying user intent through one-question-at-a-time interviews before planning or coding.
code-simplification
Refactors code to reduce complexity while preserving exact behavior and project conventions.
doubt-driven-development
Subjects non-trivial decisions to adversarial fresh-context review before they stand.
source-driven-development
Verifies framework-specific code against official documentation and cites sources.
performance-optimization
Diagnoses and fixes frontend and backend performance bottlenecks through measurement-driven optimization workflows.
browser-testing-with-devtools
Tests and debugs web pages in real browsers using Chrome DevTools MCP.
git-workflow-and-versioning
Structures git commits, branching, and semantic versioning into disciplined workflows.
Frequently Asked Questions About Sasidhar Malleboena
FAQPage SchemaWhat 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.