diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..f88128e6 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1,4 +1,22 @@ 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", + "First Timers Only", + "Testing", + "Documentation", + ], + }, { name: "activist.org", imageSrc: @@ -1458,4 +1476,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 +];