Skip to content

basic python skill#70

Merged
sarahxsanders merged 5 commits intomainfrom
python-basic-skill
Feb 6, 2026
Merged

basic python skill#70
sarahxsanders merged 5 commits intomainfrom
python-basic-skill

Conversation

@sarahxsanders
Copy link
Collaborator

first pass at basic python language fallback skill - for python projects not using one of our supported frameworks

uses a CLI todo app, validated against Python SDK docs

to test:

python3 todo.py add "Test task"
python3 todo.py list

@sarahxsanders sarahxsanders requested a review from a team February 5, 2026 20:17
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci django
  • /wizard-ci flask
  • /wizard-ci laravel
  • /wizard-ci next-js
  • /wizard-ci react-router
  • /wizard-ci tanstack-router
  • /wizard-ci tanstack-start

Test an individual app:

  • /wizard-ci django/django3-saas
  • /wizard-ci flask/flask3-social-media
  • /wizard-ci laravel/laravel12-saas
Show more apps
  • /wizard-ci next-js/15-app-router-saas
  • /wizard-ci next-js/15-app-router-todo
  • /wizard-ci next-js/15-pages-router-saas
  • /wizard-ci next-js/15-pages-router-todo
  • /wizard-ci react-router/react-router-v7-project
  • /wizard-ci react-router/rrv7-starter
  • /wizard-ci react-router/saas-template
  • /wizard-ci react-router/shopper
  • /wizard-ci tanstack-router/tanstack-router-code-based-saas
  • /wizard-ci tanstack-router/tanstack-router-file-based-saas
  • /wizard-ci tanstack-start/tanstack-start-saas

Results will be posted here when complete.

@@ -0,0 +1,152 @@
# PostHog Python Example - CLI Todo App
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smart

Copy link
Collaborator

@daniloc daniloc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

badass

@edwinyjlim
Copy link
Member

edwinyjlim commented Feb 5, 2026

this totally surprised me! I didn't even think about the world outside of web apps like CLIs, programs, video games, scripts, microservices, etc.

Copy link
Member

@edwinyjlim edwinyjlim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐍

@sarahxsanders sarahxsanders merged commit a9708dc into main Feb 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants