Skip to content

Instantly share code, notes, and snippets.

View akaak's full-sized avatar
🚘
Building...

Kiran (AK) Adapa akaak

🚘
Building...
View GitHub Profile
@akaak
akaak / policies.md
Last active November 18, 2025 15:27
Policies, standards and procedures for manufacturing organizations

Policies, standards and procedures for Manufacturing Organizations by Kiran Adapa

How do policies, standards and procedures look for manufacturing organizations that are in regulated industries such as the automotive sector? Anyone focused on safety reporting such as regulatory experts, security managers, and compliance experts should review the following:

  • Principles: Fundamental beliefs that guide all organizational decisions and culture.

  • Policies: Formal statements of intent that establish direction and boundaries for business conduct and compliance. Sets a broad rule to guide decisions and ensure security or participation.

  • Standards: Specific, measurable requirements that ensure policies are consistently implemented across operations. Specifies exact technical requirements needed to uphold the policy. Baseline defines the minimum acceptable level or criteria to comply with the policy.

@akaak
akaak / gmail-delete.py
Last active January 30, 2026 14:53
Gmail cleanup script
"""
Gmail cleanup helper.
Searches your Gmail account for messages matching `query` and batch-moves them to
Trash via the Gmail API (requires `credentials.json`; creates/uses `token.json`).
Last updated Jan 30, 2026 by @akaak to be used for cleaning up the gmailinbox.
"""
import os.path
from google.auth.transport.requests import Request
@akaak
akaak / claude.md
Created February 19, 2026 20:28
Claude development workflow

Development workflow and orchestration

via @stasbel based on @bcherny tweet https://x.com/bcherny/status/2017742741636321619?s=20

1. Plan Node Default

  • Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
  • If something goes sideways, STOP and re-plan immediately — don't keep pushing
  • Use plan mode for verification steps, not just building
  • Write detailed specs upfront to reduce ambiguity
@akaak
akaak / agent-browser.md
Created June 26, 2026 11:39 — forked from mobob/agent-browser.md
Claude Code Skill for agent-browser

agent-browser

Browser automation CLI optimized for AI agents. Use npx agent-browser for all commands.

When to Use

  • Testing websites and web applications
  • Verifying UI changes after code modifications
  • Checking for console errors and page issues
  • Taking screenshots for documentation or debugging