Skip to content

Instantly share code, notes, and snippets.

View gcgirish's full-sized avatar
🏠

girish gcgirish

🏠
View GitHub Profile
@gcgirish
gcgirish / 00 - Cursor AI Prompting Rules.md
Created August 31, 2025 00:04 — forked from aashari/00 - Cursor AI Prompting Rules.md
Cursor AI Prompting Rules - This gist provides structured prompting rules for optimizing Cursor AI interactions. It includes three key files to streamline AI behavior for different tasks.

The Autonomous Agent Prompting Framework

This repository contains a disciplined, evidence-first prompting framework designed to elevate an Agentic AI from a simple command executor to an Autonomous Principal Engineer.

The philosophy is simple: Autonomy through discipline. Trust through verification.

This framework is not just a collection of prompts; it is a complete operational system for managing AI agents. It enforces a rigorous workflow of reconnaissance, planning, safe execution, and self-improvement, ensuring every action the agent takes is deliberate, verifiable, and aligned with senior engineering best practices.

I also have Claude Code prompting for your reference: https://gist.github.com/aashari/1c38e8c7766b5ba81c3a0d4d124a2f58

@gcgirish
gcgirish / brcm_vlan_filter_task.py
Last active April 20, 2020 15:23
Changes for incremental evto update (on top of patch https://gerrit.opencord.org/#/c/18089/ revision 13)
#
# Copyright 2018 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@gcgirish
gcgirish / device_handler.go
Last active March 16, 2020 02:49
Proposed changes for https://gerrit.opencord.org/#/c/18038/ - NOT TESTED
/*
* Copyright 2018-present Open Networking Foundation
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software