From 750c32bd7a06351ff5faa5e9079fca5e34c86879 Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Mon, 29 Jun 2026 22:48:47 +0530 Subject: [PATCH 1/2] Add AgentPack to project list --- src/data/projects.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..8f09d7ef 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1,4 +1,21 @@ export const projectList = [ + { + name: "AgentPack", + imageSrc: "https://avatars.githubusercontent.com/u/37480057?v=4", + projectLink: "https://github.com/vishal2612200/agentpack", + description: + "Context engine and CLI toolkit for AI coding agents, with beginner-friendly issues for docs, Python, CLI, testing, and benchmarks.", + loadIssues: true, + tags: [ + "Python", + "CLI", + "Developer Tools", + "AI Coding Agents", + "Good First Issue", + "Testing", + "Documentation", + ], + }, { name: "activist.org", imageSrc: @@ -1458,4 +1475,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +]; From 1618261d161c2ee3eb78cb08ebb03440b60d2ce2 Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Mon, 29 Jun 2026 22:54:43 +0530 Subject: [PATCH 2/2] Add first-timers tag to AgentPack --- src/data/projects.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/projects.js b/src/data/projects.js index 8f09d7ef..f88128e6 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -12,6 +12,7 @@ export const projectList = [ "Developer Tools", "AI Coding Agents", "Good First Issue", + "First Timers Only", "Testing", "Documentation", ],