Posts

Showing posts from May, 2026

Github Copilot

Image
https://www.youtube.com/watch?v=BDxRhhs36ns&list=PL0lo9MOBetEHvO-spzKBAITkkTqv4RvNl Then Login

BMAD method

https://www.youtube.com/watch?v=LorEJPrALcg To add multiple repositories using the BMAD Federated Knowledge System (bmad-fed), you can use the bmad-fed add command in either an interactive or command-line mode. 1. Interactive Mode : This is the simplest way to add repositories one by one, as the system will prompt you for all required details.bashbmad-fed add <repo-name> --interactive Use code with caution.During the prompts, select "Repository" as the knowledge type. 2. Command-Line Mode : For more precise control, you can specify all parameters directly. To add multiple repositories, run the command separately for each one:bash# Adding the first repository bmad-fed add repo1 \ --repo git@github.com:user/repo1.git \ --branch main \ --priority 1 \ --sync-policy daily # Adding a second repository bmad-fed add repo2 \ --repo git@github.com:user/repo2.git \ --branch main \ --priority 2 \ --sync-policy daily  

Agentic Coding

Image
https://www.youtube.com/watch?v=goOZSXmrYQ4 https://github.com/coleam00/link-in-bio-page-builder/blob/main/AICodingWithLargeCodebases.png Don't recommend using subagents for implementing , coz you need whole context https://github.com/coleam00/link-in-bio-page-builder/blob/main/.claude/commands/create-prd.md after chatting create PRD after PRD make modular rules